diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d9b2ec38dd27a049af4284c88de3b45ba95d61d..20da59bb460277b9708c041894c9c32884fbe87f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # # 21st September 2010 Ben Morgan # -# $Id: CMakeLists.txt 104643 2017-06-08 14:43:49Z gcosmo $ +# $Id: CMakeLists.txt 108564 2018-02-16 10:19:00Z gcosmo $ # #----------------------------------------------------------------------- @@ -38,7 +38,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX project(Geant4) set(${PROJECT_NAME}_VERSION_MAJOR 10) set(${PROJECT_NAME}_VERSION_MINOR 4) -set(${PROJECT_NAME}_VERSION_PATCH 0) +set(${PROJECT_NAME}_VERSION_PATCH 1) set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}") # - Prepend our own CMake Modules to the search path diff --git a/ReleaseNotes/Patch4.10.4-1.txt b/ReleaseNotes/Patch4.10.4-1.txt new file mode 100644 index 0000000000000000000000000000000000000000..4a385674c787dfb1c11261c4a7e13f702ac11e8b --- /dev/null +++ b/ReleaseNotes/Patch4.10.4-1.txt @@ -0,0 +1,237 @@ + + Geant4 10.4 - patch-01 Release Notes + ------------------------------------ + + 28 February 2018 + +List of fixes included in this public patch since the public release 10.4: + + o Configuration: + ------------- + + CMake: + o Added c++17 to C++ standards against which Geant4 can be compiled, + as experimental build. Will require a minimum CMake version 3.8 to + enable, but this is not checked. + o Updated URL for downloads to use dedicated server alias. + + GNUMake: + o Disabled obsolete linker flag for static libraries in Darwing-clang.gmk. + + o Analysis: + -------- + + Fixed self-consistency in headers (missing #include) in + G4BaseAnalysisManager and G4PlotManager. + + o Digits-Hits: + ----------- + + G4ScoringMessenger, G4ScoreQuantityMessenger: UI command returns an error + message if a command is refused due to incorrect parameter(s). + + o Error Propagation: + ----------------- + + Fixed self-consistency in headers (missing #include) in G4ErrorMatrix, + G4ErrorRunManagerHelper and G4ErrorSymMatrix. + + o Event: + ----- + + G4GeneralParticleSourceMessenger, G4ParticleGunMessenger: UI command + returns an error message if a command is refused due to incorrect + parameter(s). + + Added deprecation warning for '/gun/ionL' UI command. + + Fixed self-consistency in G4SPSRandomGenerator header (missing #include). + + o Externals: + --------- + + CLHEP: in MixMaxRng::modadd(), fixed guard for assembly code to protect + builds on 32-bit systems. + + o Geometry: + -------- + + management: + o Fixed self-consistency in G4VVolumeMaterialScanner header (missing + #include). + + navigation: + o Fix for momentum value in G4PathFinder::SetChargeMomentumMass(); + where magnitude square was passed instead of magnitude. + Addressing problem report #2037. + + solids/CSG: + o Fixed typo in G4Trd::GetPointOnSurface() for the area settings. + o Correction in G4UPara wrapper in ComputeDimensions() to add explicit + cast for the solid type to parameterise. + + solids/specific: + o Added missing initialisation of two data-members in copy-ctor and + assignment operator of G4ExtrudedSolid. Addressing problem report #2016. + Removed redundant data initialistion in G4ExtrudedSolid constructors. + + o Global: + ------ + + G4MTcoutDestination blocks G4cout from worker threads while application + is in G4State_Init instead of G4State_Idle. + + Added SetVerbosity() method in G4StateManager and notify state change. + + Fixed self-consistency in G4ReferenceCountedHandle header (missing + #include). Added missing #ifdef guard in G4CacheDetails header; code + formatting. + + Updated date and version for 10.4.p01. + + o Intercoms: + --------- + + G4UIcommand, G4UImanager: additional implementation for adding a + mechanism of carrying back error message from the messenger if a command + is rejected due to the target class or the messenger. + + o Interfaces: + ---------- + + G4UIQt: fix to remove parameters from popup in Qt interface when + autocompleting command line. Take into account of '\n' character for + command guidance in help tree. + + o Materials: + --------- + + Re-enable user-defined material properties in G4MaterialPropertiesTable + and G4MaterialPropertiesIndex. Addressing problem report #2030. + + G4OpticalSurface: moved static methods to source. + + Fixed self-consistency in headers (missing #include) in G4ElementTable + and G4MaterialTable. + + o Parameterisations - gflash + -------------------------- + + Fixed self-consistency in GVFlashHomoShowerTuning header (missing + #include). + + o Persistency - gdml + ------------------ + + Updates to G4GDMLWriteSolids and G4GDMLWriteMaterials for changes in + G4Material[Const]PropertiesTable for addressing problem report #2030. + + Fixed self-consistency in G4GDMLAuxStructType header (missing #include). + + o Processes - Electromagnetic: + --------------------------- + + dna: + o G4DNAMolecularMaterial: allow GetDensityTableFor() and + GetNumMolPerVolTableFor() methods to be accepted at G4State_Init + rather than G4State_Idle. + o Fixed self-consistency in headers (missing #include) in G4IosFlagsSaver, + G4KDNode, G4MoleculeIterator and G4LEPTSDiffXS. Fixed spurious + definition of G4IT namespace in G4ITMultiNavigator header. + + lowenergy: + o Fixed self-consistency in G4ecpssrFormFactorMixsModel header + (missing #include). + + polarisation: + o G4StokesVector: moved static inline method to the source. + + standard: + o G4PairProductionRelModel: fixed misuse of G4Pow (A13(..) should be used + instead of Z13(..)); added initialisation of an element cache before + sampling of final state. Partially addressing problem report #2017. + + utils: + o G4EmParametersMessenger: use G4Exception for warnings instead of G4cout, + review G4State for UI commands and signal the RunManager about + modification of physics if a command is issued in Idle state. + o G4EmParameters, G4VEmProcess, G4VEnergyLossProcess: define the same + default values for few internal members. + o G4EmParameters, G4EmParametersMessenger: fixed printout format and + added lock and protection in commands defining physics per region. + + xrays: + o G4VXTRenergyLoss: extended XTR angle limit up to 250/gamma, + on ATLAS request. + o Moved few static and virtual methods from inline to source. + Code cleanup. + o Fixed self-consistency in G4VTRModel header (missing #include). + + o Processes - Generic: + ------------------- + + biasing: + o G4ImportanceConfigurator: introduced mutex to protect instantiation + of the biasing process against a thread-race in MT mode and clearing + data in destructor. Addressing problem report #1945. + + management: + o G4ProcessManager: added method GetProcess(name) to return a pointer to + a process from its name. + o The following UI commands are now forbidden for 'G4State_GeomClosed' or + 'G4State_EventProc' application states: + - /process/activate + - /process/inactivate + - /particle/process/activate + - /particle/process/inactivate + o G4ProcessManagerMessenger, G4ProcessTableMessenger: UI command returns + an error message if a command is refused due to incorrect parameter(s). + + parameterisation: + o Fixed self-consistency in G4FastSimulationVector heade + (missing #include). + + o Processes - Hadronic: + -------------------- + + models/cascade: + o G4NucleiModel: replaced use of obsolete std::bind2nd with std::bind. + + models/de_excitation: + o Fixed self-consistency in G4ChatterjeeCrossSection header (missing + #include). Fixed #ifdef guard in G4StatMFMacroBiNucleon header. + + models/fission: + o Fixed self-consistency in G4LLNLFission header (missing #include). + Added missing #ifdef guards in G4fissionEvent header. + + models/im_r_matrix: + o Fixed self-consistency in headers (missing #include) in + G4CrossSectionBuffer, G4DeltaNstarBuilder and G4NNstarBuilder. + + models/particle_hp: + o Fixed self-consistency in headers (missing #include) in + G4FFGEnumerations, G4FPYNubarValues, G4ParticleHPAngularP and + G4ParticleHPHash. + + models/parton_string/management: + o Fixed self-consistency in G4VertexCode header (missing #include). + + models/parton_string/qgsm: + o Fixed self-consistency in G4SPPartonInfo header (missing #include). + + models/radioactive_decay: + o G4RadioactiveDecay, G4RadioactiveDecayBase: added check that + environment variable G4RADIOACTIVEDATA is pointing to correct + directory. Moved check from G4RadioactiveDecay::LoadDecayTable() + to constructor. Addresses problem report #1942. + + util: + o G4StableIsotopes: moved static member function definitions to + source file. + o Fixed self-consistency in headers (missing #include) in DumpFrame, + G4GHEKinematicsVector and G4ping. + + o Run: + --- + + G4RunManagerKernel: application state is set to G4State_Init while + application is in RunInitialization(). + Updated banners by adding last two general papers. + + Fixed self-consistency in G4FastSimulationVector header + (missing #include). + + o Visualization: + ------------- + + modeling: + o Fixed self-consistency in G4AttValueFilterT header (missing #include). + + OpenGL: + o G4OpenGLStoredSceneHandler: removed call to glDrawBuffer(GL_FRONT), + which seems to cause problems for the case of display list memory + being exceeded. + + o Examples: + -------- + + basic/B5: + o Added missing filling of row n-tuple in EventAction. + + extended/hadronic/Hadr04: + o NeutronHPphysics: use pManager->GetProcess(processName). + + extended/medical/electronScattering2: + o Removed unused instantiation of G4ScoringManager. + + extended/physicslists/extensibleFactory: + + extended/physicslists/factory: + + extended/physicslists/genericPL: + o Corrected GNUmake script. + + extended/physicslists/shared: + o Corrected copy script. + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o This patch should be applied on top of release 10.4. + o Technical notes distributed for release 10.4 are also applicable and + valid for this patch. + +The code and rebuilt binary libraries for release 10.4.p01 are available +through our "Download" Web page. + +Please refer to the Geant4 User Documentation for further information about +using Geant4. diff --git a/ReleaseNotes/ReleaseNotes4.10.4.html b/ReleaseNotes/ReleaseNotes4.10.4.html index 0f037ce759aeb3cd6f167f6b2b2d2cfdd134ddc7..c58aacc664b171e96d246549467e53f61da11813 100644 --- a/ReleaseNotes/ReleaseNotes4.10.4.html +++ b/ReleaseNotes/ReleaseNotes4.10.4.html @@ -1031,6 +1031,7 @@ please refer to the corresponding History files provided in most packages): in Clean(), added exception to prevent deletion of G4RadioactiveDecay already deleted somewhere else.</LI> <LI>Added fMuAtomicCapture in G4HadronicProcessType.</LI> + </UL></LI> <LI><B>Stopping</B> <UL> <LI>Define G4MuonMinusAtomicCapture as a process at rest. diff --git a/cmake/History b/cmake/History index bd222716ca84bfc1e94262ce5cb73379511c8c5e..253462ce279390533c8ae5426f5546b0fafa2237 100644 --- a/cmake/History +++ b/cmake/History @@ -31,6 +31,24 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. ---------------------------------------------------------- +26th February 2018 - Ben Morgan (cmake-V10-03-53, 52) +- Geant4InstallData.cmake, Geant4CTest.cmake: Update URL for downloads + to "cern.ch/geant4-data" as the correct alias to new EOS area, seperate + from main website. Superceeds cmake-V10-03-51. + +26th February 2018 - Ben Morgan (cmake-V10-03-51) +- Geant4InstallData.cmake, Geant4CTest.cmake: Update URL for downloads + to "cern.ch/geant4" as the correct alias. + +26th February 2018 - Ben Morgan (cmake-V10-03-50) +- G4BuildSettings.cmake: Add 17/c++17 to C++ standards against which + Geant4 can be compiled. Will require a minimum CMake version of + 3.8 to enable, but this is not checked. + +8th December 2017 - Ben Morgan +- Templates/UseGeant4_internal.cmake: When running test driver directly, + make it run in WORKING_DIRECTORY if this is supplied. + 30th November 2017 - Gabriele Cosmo (cmake-V10-03-49) - Replaced USolids specific flags with VecGeom in Geant4OptionalComponents.cmake. From now on VecGeomConfig.cmake will be required and used instead of diff --git a/cmake/Modules/G4BuildSettings.cmake b/cmake/Modules/G4BuildSettings.cmake index 753411b2109f1449b0f1dd1263a1eb3d453238ef..f68cb0a44676617c092de58105001c9601e793f2 100644 --- a/cmake/Modules/G4BuildSettings.cmake +++ b/cmake/Modules/G4BuildSettings.cmake @@ -143,13 +143,13 @@ endif() #NOT WIN32 # #.rst -# - ``GEANT4_BUILD_CXXSTD`` (Allowed values: 11, 14, c++11, c++14) +# - ``GEANT4_BUILD_CXXSTD`` (Allowed values: 11, 14, 17, c++11, c++14, c++17) # # - Choose C++ Standard to build against from supported list. # enum_option(GEANT4_BUILD_CXXSTD DOC "C++ Standard to compile against" - VALUES 11 14 c++11 c++14 + VALUES 11 14 17 c++11 c++14 c++17 CASE_INSENSITIVE ) @@ -189,7 +189,7 @@ if(GEANT4_BUILD_CXXSTD GREATER 11) if(CMAKE_CXX${GEANT4_BUILD_CXXSTD}_COMPILE_FEATURES) list(APPEND GEANT4_TARGET_COMPILE_FEATURES ${CMAKE_CXX${GEANT4_BUILD_CXXSTD}_COMPILE_FEATURES}) else() - message(FATAL_ERROR "Geant4 requested to be compiled against C++ standard '${GEANT4_BUILD_CXXSTD}'\nbut detected compiler '${CMAKE_CXX_COMPILER_ID}', version '${CMAKE_CXX_COMPILER_VERSION}'\ndoes not support any features of that standard") + message(FATAL_ERROR "Geant4 requested to be compiled against C++ standard '${GEANT4_BUILD_CXXSTD}'\nbut detected compiler '${CMAKE_CXX_COMPILER_ID}', version '${CMAKE_CXX_COMPILER_VERSION}'\ndoes not support, or CMake (${CMAKE_VERSION}) is not aware of, any features of that standard.") endif() endif() diff --git a/cmake/Modules/Geant4CTest.cmake b/cmake/Modules/Geant4CTest.cmake index 978e2ac112cbf37eff5006bdb28988e772692203..c10a723f0f102bbae166004498ccdc6331d74f46 100644 --- a/cmake/Modules/Geant4CTest.cmake +++ b/cmake/Modules/Geant4CTest.cmake @@ -33,7 +33,7 @@ if(GEANT4_ENABLE_TESTING) endforeach() # - Add base URL for test reference files - set (GEANT4_TEST_REFERENCES_URL "http://geant4.cern.ch/stt/references/" CACHE + set (GEANT4_TEST_REFERENCES_URL "http://cern.ch/geant4-data/stt/references/" CACHE STRING "base URL for test reference files") mark_as_advanced(GEANT4_TEST_REFERENCES_URL) diff --git a/cmake/Modules/Geant4InstallData.cmake b/cmake/Modules/Geant4InstallData.cmake index 7f7f6cc8b196b47ae2d10d548128d2da01a91271..67b9239b1d2713a83f939ebdfc147e973632060a 100644 --- a/cmake/Modules/Geant4InstallData.cmake +++ b/cmake/Modules/Geant4InstallData.cmake @@ -99,7 +99,7 @@ # retrieving them globally #----------------------------------------------------------------------- # Geant4 Data Repository -set(GEANT4_DATASETS_URL "http://geant4.cern.ch/support/source") +set(GEANT4_DATASETS_URL "http://cern.ch/geant4-data/datasets") # Where to install data in the build tree set(GEANT4_BUILD_FULL_DATADIR ${PROJECT_BINARY_DIR}/data) diff --git a/cmake/Templates/UseGeant4_internal.cmake b/cmake/Templates/UseGeant4_internal.cmake index ace090c7554a3a1261ed08a2219c28eea5ee33e7..5ae029d74dce92e48e9454c70fb707ba8f0db07b 100644 --- a/cmake/Templates/UseGeant4_internal.cmake +++ b/cmake/Templates/UseGeant4_internal.cmake @@ -223,6 +223,12 @@ function(geant4_add_test test) if(ARG_FAILREGEX) set_property(TEST ${test} PROPERTY FAIL_REGULAR_EXPRESSION ${ARG_FAILREGEX}) endif() + + # If WORKING_DIRECTORY supplied, make sure testdriver is run in + # that directory. + if(ARG_WORKING_DIRECTORY) + set_property(TEST ${test} PROPERTY WORKING_DIRECTORY "${ARG_WORKING_DIRECTORY}") + endif() endif() #- Handle TIMOUT and DEPENDS arguments diff --git a/config/History b/config/History index 5dd034cbb9338752b828e12f2f70bce0762967a6..2114c1f0929206974923a5a6c1df1cd43b3f9680 100644 --- a/config/History +++ b/config/History @@ -1,4 +1,4 @@ -svn log $Id: History 107491 2017-11-16 09:38:59Z gcosmo $ +svn log $Id: History 108466 2018-02-15 13:48:04Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +14th February 2018 Gabriele Cosmo (config-V10-03-08) +- Disable "-Wl,-force_load" global linker flag for static libraries in macro + Darwing-clang.gmk. + 16th November 2017 Gabriele Cosmo (config-V10-03-07) - architecture.gmk: removed references to old USolids library; just use VecGeom. diff --git a/config/sys/Darwin-clang.gmk b/config/sys/Darwin-clang.gmk index 928db30d05f55c0007acf0a2e1259f9a33e721df..db0dca7d5844e085c6a6eea71ef3a4e5650b1937 100644 --- a/config/sys/Darwin-clang.gmk +++ b/config/sys/Darwin-clang.gmk @@ -53,7 +53,7 @@ ifeq ($(G4SYSTEM),Darwin-clang) CCFLAGS += -fPIC endif G4RUNPATHOPTION := -Wl,-rpath - G4STATIC_MODE += -Wl,-force_load +# G4STATIC_MODE += -Wl,-force_load FC := gfortran FCFLAGS += -fno-automatic -fno-backslash -fno-second-underscore LDFLAGS += -bind_at_load diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index 7613a527f8c4718541e93c97edb2cf1bec23e34d..9bcbc18b0a1b66cd7e6d36ec8f9c367a1f14ea44 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -1482,7 +1484,7 @@ Event 11650 Run terminated. Run Summary Number of events processed : 11651, effectively: 10 - User=8.1s Real=8.12s Sys=0s + User=12.5s Real=12.52s Sys=0s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): 1 [ 1.0000, 0.8000) | 0.00112108 ( 1 / 892 ) | 0.00224215 ( 2 / 892 / 1090 ) diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index 0db83508130c2749e781a0e16eb40ad18838ef86..dcf86d02ba5b24e979caa11b5f72248c14e534e9 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -243,8 +245,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1512639137 - float_seed_table[] = 0.124619 0.695181 0.155457 0.47333 0.852686 0.532062 0.00394803 0.039942 0.361449 0.00984371 0.928871 0.946047 0.180378 0.851498 0.950309 0.769556 0.1728 0.473445 0.485182 0.0711652 0.715449 0.163345 0.232751 0.349961 + Initial seed = 1519841843 + float_seed_table[] = 0.725011 0.631359 0.276036 0.417606 0.243859 0.878627 0.419541 0.623532 0.185341 0.321468 0.392007 0.969589 0.312125 0.496449 0.0430171 0.419723 0.783814 0.560571 0.773381 0.0896648 0.927311 0.535654 0.727694 0.116584 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -255,7 +257,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=2.39s Real=2.39s Sys=0s + User=3.06s Real=3.11s Sys=0.01s ### Run 0 (global) ended. Graphics systems deleted. Visualization Manager deleting... @@ -279,13 +281,13 @@ Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0308 MB -Pool ID '7G4Track', size : 0.0606 MB +Pool ID '17G4DynamicParticle', size : 0.0356 MB +Pool ID '7G4Track', size : 0.0711 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '15UltraOpticalHit', size : 0.00481 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.12 MB +Dynamic pools deleted: 12 / Total memory freed: 0.13 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index b23308aaf5119851663a59d3562c03ddf2354ef7..b2904e678f0a5030879e21919b6335bc7afd0f6b 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 4 ***** @@ -177,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=7.46s Real=7.46s Sys=0s + User=12.68s Real=12.74s Sys=0.01s ------------------------------------------------------------- ---> The calorimeter is 9 Modules diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index f2a117f1bbf02cbeff8525cab2ae5f13e8f8daa3..4937f73d25edaaa348b221e8c49c754336a2ca3e 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** *********************** *** 1 *** diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index 57f2d3e4e8438ed79d2d43a4325ce60d2015098a..7c0656c9fbd0fd9b91f53cdedbde8bbe1cec4ddf 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -50,12 +50,14 @@ Some /vis commands (optionally) take a string to specify colour. !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ### G4PhysListFactory WARNING: environment variable PHYSLIST is not defined Default Physics Lists FTFP_BERT is instantiated @@ -957,7 +959,7 @@ WARNING: Scene "none" not found. Run terminated. Run Summary Number of events processed : 10 - User=13.27s Real=13.41s Sys=0.02s + User=23.57s Real=23.8s Sys=0.04s ### Run 0 end. WARNING: command "/vis/viewer/update" could not be applied: no current viewer. ... write Root file : ccal.root - done diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 37bde3c81ff1912545790f11c3c0ac3b8ea005f5..6d20be69113e6956a1c5e014fe30f01d7a2e340b 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 eRosita example - based on a simplified version of eROSITA simulation @@ -199,4 +201,4 @@ Index : 2 used in the geometry : Yes ---- eRosita event counter: 9000 ---- eRosita event counter: 10000 --- Run 00 ends (Number of events = 10000). - User=38.88s Real=38.91s Sys=0s + User=65.84s Real=66.03s Sys=0.01s diff --git a/examples/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index 8dfe30991fca04a8482b57d217a8aecdbcdb765d..6aad79f008b4d6e6c4b5a7a8352110341dc1370c 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used PhysicsList::SetCuts:CutLength : 1 mm @@ -516,8 +518,8 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.18s Sys=0s - User TOT = 0.01 Real TOT = 0.18 + User=0s Real=0.01s Sys=0s + User TOT = 0 Real TOT = 0.01 Summary of Run 0 : /run/geometryModified @@ -586,8 +588,8 @@ Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.35s Sys=0s - User TOT = 0.01 Real TOT = 0.53 + User=0s Real=0.01s Sys=0s + User TOT = 0 Real TOT = 0.02 Summary of Run 1 : /run/geometryModified @@ -656,8 +658,8 @@ Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.17s Sys=0s - User TOT = 0.02 Real TOT = 0.7 + User=0s Real=0s Sys=0s + User TOT = 0 Real TOT = 0.02 Summary of Run 2 : /run/geometryModified @@ -726,8 +728,8 @@ Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.02 Real TOT = 0.92 + User=0s Real=0.01s Sys=0s + User TOT = 0 Real TOT = 0.03 Summary of Run 3 : /run/geometryModified @@ -796,8 +798,8 @@ Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.22s Sys=0s - User TOT = 0.03 Real TOT = 1.14 + User=0s Real=0s Sys=0.01s + User TOT = 0 Real TOT = 0.03 Summary of Run 4 : /run/geometryModified @@ -866,8 +868,8 @@ Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0.01s - User TOT = 0.03 Real TOT = 1.36 + User=0s Real=0s Sys=0s + User TOT = 0 Real TOT = 0.03 Summary of Run 5 : /run/geometryModified @@ -936,8 +938,8 @@ Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.03 Real TOT = 1.58 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.01 Real TOT = 0.04 Summary of Run 6 : /run/geometryModified @@ -1006,8 +1008,8 @@ Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.03 Real TOT = 1.81 + User=0s Real=0s Sys=0s + User TOT = 0.01 Real TOT = 0.04 Summary of Run 7 : /run/geometryModified @@ -1076,8 +1078,8 @@ Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.24s Sys=0s - User TOT = 0.03 Real TOT = 2.05 + User=0s Real=0s Sys=0s + User TOT = 0.01 Real TOT = 0.04 Summary of Run 8 : /run/geometryModified @@ -1146,8 +1148,8 @@ Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.93s Sys=0s - User TOT = 0.03 Real TOT = 2.98 + User=0s Real=0s Sys=0s + User TOT = 0.01 Real TOT = 0.05 Summary of Run 9 : /run/geometryModified @@ -1216,8 +1218,8 @@ Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.07s Sys=0s - User TOT = 0.04 Real TOT = 3.05 + User=0s Real=0s Sys=0s + User TOT = 0.01 Real TOT = 0.05 Summary of Run 10 : /run/geometryModified @@ -1286,8 +1288,8 @@ Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.04 Real TOT = 3.27 + User=0.01s Real=0s Sys=0s + User TOT = 0.02 Real TOT = 0.05 Summary of Run 11 : /run/geometryModified @@ -1356,8 +1358,8 @@ Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.04 Real TOT = 3.48 + User=0s Real=0.01s Sys=0s + User TOT = 0.02 Real TOT = 0.06 Summary of Run 12 : /run/geometryModified @@ -1426,8 +1428,8 @@ Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.04 Real TOT = 3.69 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.03 Real TOT = 0.07 Summary of Run 13 : /run/geometryModified @@ -1496,8 +1498,8 @@ Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.24s Sys=0s - User TOT = 0.04 Real TOT = 3.93 + User=0s Real=0s Sys=0s + User TOT = 0.03 Real TOT = 0.07 Summary of Run 14 : /run/geometryModified @@ -1566,8 +1568,8 @@ Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.66s Sys=0s - User TOT = 0.04 Real TOT = 4.59 + User=0s Real=0.01s Sys=0s + User TOT = 0.03 Real TOT = 0.08 Summary of Run 15 : /run/geometryModified @@ -1636,8 +1638,8 @@ Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.05 Real TOT = 4.8 + User=0s Real=0s Sys=0s + User TOT = 0.03 Real TOT = 0.08 Summary of Run 16 : /run/geometryModified @@ -1706,8 +1708,8 @@ Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0.01s - User TOT = 0.05 Real TOT = 5.01 + User=0.01s Real=0s Sys=0s + User TOT = 0.04 Real TOT = 0.08 Summary of Run 17 : /run/geometryModified @@ -1776,8 +1778,8 @@ Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.05 Real TOT = 5.13 + User=0s Real=0s Sys=0.01s + User TOT = 0.04 Real TOT = 0.08 Summary of Run 18 : /run/geometryModified @@ -1846,8 +1848,8 @@ Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.05 Real TOT = 5.24 + User=0s Real=0s Sys=0s + User TOT = 0.04 Real TOT = 0.08 Summary of Run 19 : /run/geometryModified @@ -1916,8 +1918,8 @@ Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.1s Sys=0s - User TOT = 0.05 Real TOT = 5.34 + User=0s Real=0.01s Sys=0s + User TOT = 0.05 Real TOT = 0.09 Summary of Run 20 : /run/geometryModified @@ -1986,8 +1988,8 @@ Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.05 Real TOT = 5.45 + User=0s Real=0s Sys=0s + User TOT = 0.05 Real TOT = 0.09 Summary of Run 21 : /run/geometryModified @@ -2056,8 +2058,8 @@ Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.28s Sys=0s - User TOT = 0.05 Real TOT = 5.73 + User=0s Real=0s Sys=0s + User TOT = 0.05 Real TOT = 0.09 Summary of Run 22 : /run/geometryModified @@ -2126,8 +2128,8 @@ Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.05 Real TOT = 5.96 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.06 Real TOT = 0.1 Summary of Run 23 : /run/geometryModified @@ -2196,8 +2198,8 @@ Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.05 Real TOT = 6.17 + User=0s Real=0s Sys=0s + User TOT = 0.06 Real TOT = 0.1 Summary of Run 24 : /run/geometryModified @@ -2266,8 +2268,8 @@ Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0.01s - User TOT = 0.05 Real TOT = 6.28 + User=0s Real=0s Sys=0s + User TOT = 0.06 Real TOT = 0.1 Summary of Run 25 : /run/geometryModified @@ -2336,8 +2338,8 @@ Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.05 Real TOT = 6.39 + User=0.01s Real=0s Sys=0s + User TOT = 0.07 Real TOT = 0.1 Summary of Run 26 : /run/geometryModified @@ -2406,8 +2408,8 @@ Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.05 Real TOT = 6.5 + User=0s Real=0s Sys=0s + User TOT = 0.07 Real TOT = 0.1 Summary of Run 27 : /run/geometryModified @@ -2476,8 +2478,8 @@ Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.05 Real TOT = 6.61 + User=0s Real=0s Sys=0s + User TOT = 0.07 Real TOT = 0.1 Summary of Run 28 : /run/geometryModified @@ -2546,8 +2548,8 @@ Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.06 Real TOT = 6.72 + User=0.01s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.1 Summary of Run 29 : /run/geometryModified @@ -2616,8 +2618,8 @@ Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.06 Real TOT = 6.83 + User=0s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.1 Summary of Run 30 : /run/geometryModified @@ -2686,8 +2688,8 @@ Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.06 Real TOT = 7.05 + User=0s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.1 Summary of Run 31 : /run/geometryModified @@ -2756,8 +2758,8 @@ Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.02s Sys=0s - User TOT = 0.06 Real TOT = 7.07 + User=0s Real=0.01s Sys=0s + User TOT = 0.08 Real TOT = 0.11 Summary of Run 32 : /run/geometryModified @@ -2826,8 +2828,8 @@ Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.07 Real TOT = 7.18 + User=0s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.11 Summary of Run 33 : /run/geometryModified @@ -2896,8 +2898,8 @@ Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.39s Sys=0s - User TOT = 0.07 Real TOT = 7.57 + User=0s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.11 Summary of Run 34 : /run/geometryModified @@ -2966,8 +2968,8 @@ Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.08s Sys=0s - User TOT = 0.07 Real TOT = 7.65 + User=0s Real=0.01s Sys=0s + User TOT = 0.08 Real TOT = 0.12 Summary of Run 35 : /run/geometryModified @@ -3036,8 +3038,8 @@ Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.14s Sys=0s - User TOT = 0.08 Real TOT = 7.79 + User=0s Real=0s Sys=0s + User TOT = 0.08 Real TOT = 0.12 Summary of Run 36 : /run/geometryModified @@ -3106,8 +3108,8 @@ Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.1s Sys=0.01s - User TOT = 0.08 Real TOT = 7.89 + User=0.01s Real=0s Sys=0s + User TOT = 0.09 Real TOT = 0.12 Summary of Run 37 : /run/geometryModified @@ -3176,8 +3178,8 @@ Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.16s Sys=0s - User TOT = 0.08 Real TOT = 8.05 + User=0s Real=0s Sys=0s + User TOT = 0.09 Real TOT = 0.12 Summary of Run 38 : /run/geometryModified @@ -3246,8 +3248,8 @@ Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.2s Sys=0s - User TOT = 0.09 Real TOT = 8.25 + User=0s Real=0s Sys=0s + User TOT = 0.09 Real TOT = 0.12 Summary of Run 39 : /run/geometryModified @@ -3316,8 +3318,8 @@ Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.09 Real TOT = 8.45 + User=0s Real=0s Sys=0s + User TOT = 0.09 Real TOT = 0.12 Summary of Run 40 : /run/geometryModified @@ -3386,8 +3388,8 @@ Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.09 Real TOT = 8.65 + User=0.01s Real=0.01s Sys=0.01s + User TOT = 0.1 Real TOT = 0.13 Summary of Run 41 : /run/geometryModified @@ -3456,8 +3458,8 @@ Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.09 Real TOT = 8.85 + User=0s Real=0s Sys=0s + User TOT = 0.1 Real TOT = 0.13 Summary of Run 42 : /run/geometryModified @@ -3526,8 +3528,8 @@ Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.87s Sys=0s - User TOT = 0.09 Real TOT = 9.72 + User=0.01s Real=0s Sys=0s + User TOT = 0.11 Real TOT = 0.13 Summary of Run 43 : /run/geometryModified @@ -3596,8 +3598,8 @@ Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.1 Real TOT = 9.93 + User=0s Real=0.01s Sys=0s + User TOT = 0.11 Real TOT = 0.14 Summary of Run 44 : /run/geometryModified @@ -3666,8 +3668,8 @@ Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.1 Real TOT = 10.14 + User=0.01s Real=0s Sys=0s + User TOT = 0.12 Real TOT = 0.14 Summary of Run 45 : /run/geometryModified @@ -3736,8 +3738,8 @@ Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.24s Sys=0s - User TOT = 0.1 Real TOT = 10.38 + User=0s Real=0s Sys=0s + User TOT = 0.12 Real TOT = 0.14 Summary of Run 46 : /run/geometryModified @@ -3806,8 +3808,8 @@ Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.17s Sys=0s - User TOT = 0.11 Real TOT = 10.55 + User=0s Real=0.01s Sys=0s + User TOT = 0.12 Real TOT = 0.15 Summary of Run 47 : /run/geometryModified @@ -3876,8 +3878,8 @@ Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.11 Real TOT = 10.76 + User=0.01s Real=0s Sys=0s + User TOT = 0.13 Real TOT = 0.15 Summary of Run 48 : /run/geometryModified @@ -3946,8 +3948,8 @@ Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.11 Real TOT = 10.96 + User=0s Real=0s Sys=0s + User TOT = 0.13 Real TOT = 0.15 Summary of Run 49 : /run/geometryModified @@ -4016,8 +4018,8 @@ Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.41s Sys=0.01s - User TOT = 0.12 Real TOT = 11.38 + User=0s Real=0.01s Sys=0s + User TOT = 0.13 Real TOT = 0.16 Summary of Run 50 : /run/geometryModified @@ -4086,8 +4088,8 @@ Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=1.34s Sys=0s - User TOT = 0.12 Real TOT = 12.72 + User=0s Real=0s Sys=0s + User TOT = 0.13 Real TOT = 0.16 Summary of Run 51 : /run/geometryModified @@ -4156,8 +4158,8 @@ Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.12 Real TOT = 12.92 + User=0.01s Real=0s Sys=0s + User TOT = 0.14 Real TOT = 0.16 Summary of Run 52 : /run/geometryModified @@ -4226,8 +4228,8 @@ Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.12 Real TOT = 13.13 + User=0s Real=0s Sys=0s + User TOT = 0.14 Real TOT = 0.16 Summary of Run 53 : /run/geometryModified @@ -4296,8 +4298,8 @@ Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.12 Real TOT = 13.33 + User=0s Real=0s Sys=0s + User TOT = 0.14 Real TOT = 0.16 Summary of Run 54 : /run/geometryModified @@ -4366,8 +4368,8 @@ Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.2s Sys=0s - User TOT = 0.13 Real TOT = 13.53 + User=0s Real=0s Sys=0s + User TOT = 0.14 Real TOT = 0.16 Summary of Run 55 : /run/geometryModified @@ -4436,8 +4438,8 @@ Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.13 Real TOT = 13.74 + User=0.01s Real=0s Sys=0s + User TOT = 0.15 Real TOT = 0.16 Summary of Run 56 : /run/geometryModified @@ -4506,8 +4508,8 @@ Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.16s Sys=0s - User TOT = 0.14 Real TOT = 13.9 + User=0s Real=0.01s Sys=0s + User TOT = 0.15 Real TOT = 0.17 Summary of Run 57 : /run/geometryModified @@ -4576,8 +4578,8 @@ Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.14 Real TOT = 14.1 + User=0s Real=0s Sys=0s + User TOT = 0.15 Real TOT = 0.17 Summary of Run 58 : /run/geometryModified @@ -4646,8 +4648,8 @@ Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.3s Sys=0s - User TOT = 0.15 Real TOT = 14.4 + User=0s Real=0s Sys=0s + User TOT = 0.15 Real TOT = 0.17 Summary of Run 59 : /run/geometryModified @@ -4716,8 +4718,8 @@ Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.15 Real TOT = 14.61 + User=0.01s Real=0.01s Sys=0.01s + User TOT = 0.16 Real TOT = 0.18 Summary of Run 60 : /run/geometryModified @@ -4786,8 +4788,8 @@ Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.15 Real TOT = 14.81 + User=0s Real=0s Sys=0s + User TOT = 0.16 Real TOT = 0.18 Summary of Run 61 : /run/geometryModified @@ -4856,8 +4858,8 @@ Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.81s Sys=0s - User TOT = 0.16 Real TOT = 15.62 + User=0s Real=0s Sys=0s + User TOT = 0.16 Real TOT = 0.18 Summary of Run 62 : /run/geometryModified @@ -4926,8 +4928,8 @@ Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.16 Real TOT = 15.83 + User=0s Real=0s Sys=0s + User TOT = 0.16 Real TOT = 0.18 Summary of Run 63 : /run/geometryModified @@ -4996,8 +4998,8 @@ Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.39s Sys=0s - User TOT = 0.16 Real TOT = 16.22 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.17 Real TOT = 0.19 Summary of Run 64 : /run/geometryModified @@ -5066,8 +5068,8 @@ Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.16 Real TOT = 16.43 + User=0s Real=0s Sys=0s + User TOT = 0.17 Real TOT = 0.19 Summary of Run 65 : /run/geometryModified @@ -5136,8 +5138,8 @@ Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.16 Real TOT = 16.64 + User=0s Real=0.02s Sys=0s + User TOT = 0.17 Real TOT = 0.21 Summary of Run 66 : /run/geometryModified @@ -5206,8 +5208,8 @@ Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.16 Real TOT = 16.85 + User=0s Real=0s Sys=0s + User TOT = 0.17 Real TOT = 0.21 Summary of Run 67 : /run/geometryModified @@ -5276,8 +5278,8 @@ Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.17 Real TOT = 17.06 + User=0s Real=0s Sys=0s + User TOT = 0.17 Real TOT = 0.22 Summary of Run 68 : /run/geometryModified @@ -5346,8 +5348,8 @@ Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.17 Real TOT = 17.27 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.18 Real TOT = 0.23 Summary of Run 69 : /run/geometryModified @@ -5416,8 +5418,8 @@ Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.18 Real TOT = 17.48 + User=0s Real=0s Sys=0s + User TOT = 0.18 Real TOT = 0.23 Summary of Run 70 : /run/geometryModified @@ -5486,8 +5488,8 @@ Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.18 Real TOT = 17.69 + User=0s Real=0.01s Sys=0s + User TOT = 0.18 Real TOT = 0.24 Summary of Run 71 : /run/geometryModified @@ -5556,8 +5558,8 @@ Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.18 Real TOT = 17.9 + User=0.01s Real=0s Sys=0s + User TOT = 0.19 Real TOT = 0.24 Summary of Run 72 : /run/geometryModified @@ -5626,8 +5628,8 @@ Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0.01s - User TOT = 0.18 Real TOT = 18.11 + User=0s Real=0s Sys=0s + User TOT = 0.19 Real TOT = 0.24 Summary of Run 73 : /run/geometryModified @@ -5696,8 +5698,8 @@ Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.18 Real TOT = 18.32 + User=0s Real=0.01s Sys=0s + User TOT = 0.19 Real TOT = 0.25 Summary of Run 74 : /run/geometryModified @@ -5766,8 +5768,8 @@ Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.18 Real TOT = 18.53 + User=0s Real=0s Sys=0s + User TOT = 0.19 Real TOT = 0.25 Summary of Run 75 : /run/geometryModified @@ -5836,8 +5838,8 @@ Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.19 Real TOT = 18.74 + User=0s Real=0.01s Sys=0s + User TOT = 0.19 Real TOT = 0.26 Summary of Run 76 : /run/geometryModified @@ -5906,8 +5908,8 @@ Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.19 Real TOT = 18.96 + User=0s Real=0s Sys=0s + User TOT = 0.19 Real TOT = 0.26 Summary of Run 77 : /run/geometryModified @@ -5976,8 +5978,8 @@ Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.35s Sys=0s - User TOT = 0.19 Real TOT = 19.31 + User=0s Real=0.01s Sys=0s + User TOT = 0.19 Real TOT = 0.27 Summary of Run 78 : /run/geometryModified @@ -6046,8 +6048,8 @@ Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.22s Sys=0s - User TOT = 0.2 Real TOT = 19.53 + User=0.01s Real=0s Sys=0s + User TOT = 0.2 Real TOT = 0.27 Summary of Run 79 : /run/geometryModified @@ -6116,8 +6118,8 @@ Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.2 Real TOT = 19.74 + User=0s Real=0.01s Sys=0s + User TOT = 0.2 Real TOT = 0.28 Summary of Run 80 : /run/geometryModified @@ -6186,8 +6188,8 @@ Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.2 Real TOT = 19.95 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.21 Real TOT = 0.29 Summary of Run 81 : /run/geometryModified @@ -6256,8 +6258,8 @@ Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.2 Real TOT = 20.16 + User=0s Real=0s Sys=0s + User TOT = 0.21 Real TOT = 0.29 Summary of Run 82 : /run/geometryModified @@ -6326,8 +6328,8 @@ Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0.01s - User TOT = 0.2 Real TOT = 20.37 + User=0s Real=0.01s Sys=0s + User TOT = 0.21 Real TOT = 0.3 Summary of Run 83 : /run/geometryModified @@ -6396,8 +6398,8 @@ Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.21 Real TOT = 20.58 + User=0s Real=0s Sys=0s + User TOT = 0.21 Real TOT = 0.3 Summary of Run 84 : /run/geometryModified @@ -6466,8 +6468,8 @@ Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.33s Sys=0s - User TOT = 0.21 Real TOT = 20.91 + User=0.01s Real=0s Sys=0.01s + User TOT = 0.22 Real TOT = 0.3 Summary of Run 85 : /run/geometryModified @@ -6536,8 +6538,8 @@ Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.21 Real TOT = 21.12 + User=0s Real=0.01s Sys=0s + User TOT = 0.22 Real TOT = 0.31 Summary of Run 86 : /run/geometryModified @@ -6606,8 +6608,8 @@ Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.22 Real TOT = 21.33 + User=0s Real=0s Sys=0s + User TOT = 0.22 Real TOT = 0.31 Summary of Run 87 : /run/geometryModified @@ -6676,8 +6678,8 @@ Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.22 Real TOT = 21.54 + User=0s Real=0s Sys=0s + User TOT = 0.22 Real TOT = 0.31 Summary of Run 88 : /run/geometryModified @@ -6746,8 +6748,8 @@ Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.22 Real TOT = 21.75 + User=0s Real=0.01s Sys=0s + User TOT = 0.22 Real TOT = 0.32 Summary of Run 89 : /run/geometryModified @@ -6816,8 +6818,8 @@ Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.23 Real TOT = 21.96 + User=0s Real=0s Sys=0s + User TOT = 0.22 Real TOT = 0.32 Summary of Run 90 : /run/geometryModified @@ -6886,8 +6888,8 @@ Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.32s Sys=0.01s - User TOT = 0.23 Real TOT = 22.28 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.23 Real TOT = 0.33 Summary of Run 91 : /run/geometryModified @@ -6956,8 +6958,8 @@ Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.23 Real TOT = 22.49 + User=0s Real=0.01s Sys=0s + User TOT = 0.23 Real TOT = 0.34 Summary of Run 92 : /run/geometryModified @@ -7026,8 +7028,8 @@ Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.24 Real TOT = 22.7 + User=0.01s Real=0s Sys=0s + User TOT = 0.24 Real TOT = 0.34 Summary of Run 93 : /run/geometryModified @@ -7096,8 +7098,8 @@ Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.24 Real TOT = 22.91 + User=0s Real=0s Sys=0s + User TOT = 0.24 Real TOT = 0.34 Summary of Run 94 : /run/geometryModified @@ -7166,8 +7168,8 @@ Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.25 Real TOT = 23.12 + User=0s Real=0s Sys=0s + User TOT = 0.24 Real TOT = 0.34 Summary of Run 95 : /run/geometryModified @@ -7236,8 +7238,8 @@ Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.25 Real TOT = 23.35 + User=0s Real=0s Sys=0s + User TOT = 0.24 Real TOT = 0.34 Summary of Run 96 : /run/geometryModified @@ -7306,8 +7308,8 @@ Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.19s Sys=0s - User TOT = 0.25 Real TOT = 23.54 + User=0s Real=0.01s Sys=0s + User TOT = 0.24 Real TOT = 0.35 Summary of Run 97 : /run/geometryModified @@ -7376,8 +7378,8 @@ Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.26 Real TOT = 23.75 + User=0s Real=0s Sys=0.01s + User TOT = 0.24 Real TOT = 0.35 Summary of Run 98 : /run/geometryModified @@ -7446,8 +7448,8 @@ Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.26 Real TOT = 23.97 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.25 Real TOT = 0.36 Summary of Run 99 : /run/geometryModified @@ -7516,8 +7518,8 @@ Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.37s Sys=0s - User TOT = 0.26 Real TOT = 24.34 + User=0s Real=0s Sys=0s + User TOT = 0.25 Real TOT = 0.36 Summary of Run 100 : /run/geometryModified @@ -7586,8 +7588,8 @@ Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.33s Sys=0s - User TOT = 0.27 Real TOT = 24.67 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.26 Real TOT = 0.37 Summary of Run 101 : /run/geometryModified @@ -7656,8 +7658,8 @@ Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.25s Sys=0s - User TOT = 0.27 Real TOT = 24.92 + User=0s Real=0s Sys=0s + User TOT = 0.26 Real TOT = 0.37 Summary of Run 102 : /run/geometryModified @@ -7726,8 +7728,8 @@ Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.27 Real TOT = 25.13 + User=0s Real=0s Sys=0s + User TOT = 0.26 Real TOT = 0.37 Summary of Run 103 : /run/geometryModified @@ -7796,8 +7798,8 @@ Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.27 Real TOT = 25.34 + User=0.01s Real=0s Sys=0s + User TOT = 0.27 Real TOT = 0.37 Summary of Run 104 : /run/geometryModified @@ -7866,8 +7868,8 @@ Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.27 Real TOT = 25.56 + User=0s Real=0s Sys=0s + User TOT = 0.27 Real TOT = 0.37 Summary of Run 105 : /run/geometryModified @@ -7936,8 +7938,8 @@ Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.23s Sys=0s - User TOT = 0.28 Real TOT = 25.79 + User=0s Real=0s Sys=0s + User TOT = 0.27 Real TOT = 0.37 Summary of Run 106 : /run/geometryModified @@ -8006,8 +8008,8 @@ Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.28 Real TOT = 26.02 + User=0s Real=0s Sys=0.01s + User TOT = 0.27 Real TOT = 0.37 Summary of Run 107 : /run/geometryModified @@ -8076,8 +8078,8 @@ Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.31s Sys=0s - User TOT = 0.28 Real TOT = 26.33 + User=0s Real=0.01s Sys=0s + User TOT = 0.28 Real TOT = 0.38 Summary of Run 108 : /run/geometryModified @@ -8146,8 +8148,8 @@ Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0.01s - User TOT = 0.28 Real TOT = 26.55 + User=0s Real=0s Sys=0s + User TOT = 0.28 Real TOT = 0.38 Summary of Run 109 : /run/geometryModified @@ -8216,8 +8218,8 @@ Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.22s Sys=0s - User TOT = 0.28 Real TOT = 26.77 + User=0s Real=0s Sys=0s + User TOT = 0.28 Real TOT = 0.38 Summary of Run 110 : /run/geometryModified @@ -8286,8 +8288,8 @@ Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.25s Sys=0s - User TOT = 0.29 Real TOT = 27.02 + User=0s Real=0.01s Sys=0s + User TOT = 0.28 Real TOT = 0.39 Summary of Run 111 : /run/geometryModified @@ -8356,8 +8358,8 @@ Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.29 Real TOT = 27.25 + User=0.01s Real=0s Sys=0s + User TOT = 0.29 Real TOT = 0.39 Summary of Run 112 : /run/geometryModified @@ -8426,8 +8428,8 @@ Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.29 Real TOT = 27.46 + User=0s Real=0s Sys=0s + User TOT = 0.29 Real TOT = 0.39 Summary of Run 113 : /run/geometryModified @@ -8496,8 +8498,8 @@ Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.3 Real TOT = 27.67 + User=0s Real=0.01s Sys=0s + User TOT = 0.29 Real TOT = 0.4 Summary of Run 114 : /run/geometryModified @@ -8566,8 +8568,8 @@ Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.3 Real TOT = 27.88 + User=0s Real=0s Sys=0s + User TOT = 0.29 Real TOT = 0.4 Summary of Run 115 : /run/geometryModified @@ -8636,8 +8638,8 @@ Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.3 Real TOT = 28.09 + User=0.01s Real=0s Sys=0s + User TOT = 0.3 Real TOT = 0.4 Summary of Run 116 : /run/geometryModified @@ -8706,8 +8708,8 @@ Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.31 Real TOT = 28.3 + User=0s Real=0.01s Sys=0s + User TOT = 0.3 Real TOT = 0.41 Summary of Run 117 : /run/geometryModified @@ -8776,8 +8778,8 @@ Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.31 Real TOT = 28.51 + User=0.01s Real=0s Sys=0s + User TOT = 0.31 Real TOT = 0.42 Summary of Run 118 : /run/geometryModified @@ -8846,8 +8848,8 @@ Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.31 Real TOT = 28.74 + User=0s Real=0s Sys=0s + User TOT = 0.31 Real TOT = 0.42 Summary of Run 119 : /run/geometryModified @@ -8916,8 +8918,8 @@ Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.2s Sys=0s - User TOT = 0.32 Real TOT = 28.94 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.32 Real TOT = 0.43 Summary of Run 120 : /run/geometryModified @@ -8986,8 +8988,8 @@ Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.25s Sys=0s - User TOT = 0.32 Real TOT = 29.19 + User=0s Real=0.01s Sys=0s + User TOT = 0.32 Real TOT = 0.44 Summary of Run 121 : /run/geometryModified @@ -9056,8 +9058,8 @@ Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.45s Sys=0s - User TOT = 0.32 Real TOT = 29.64 + User=0.01s Real=0s Sys=0s + User TOT = 0.33 Real TOT = 0.44 Summary of Run 122 : /run/geometryModified @@ -9126,8 +9128,8 @@ Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.38s Sys=0s - User TOT = 0.33 Real TOT = 30.02 + User=0s Real=0.01s Sys=0s + User TOT = 0.33 Real TOT = 0.45 Summary of Run 123 : /run/geometryModified @@ -9196,8 +9198,8 @@ Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.33 Real TOT = 30.15 + User=0s Real=0s Sys=0s + User TOT = 0.33 Real TOT = 0.45 Summary of Run 124 : /run/geometryModified @@ -9266,8 +9268,8 @@ Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.33 Real TOT = 30.27 + User=0s Real=0s Sys=0s + User TOT = 0.33 Real TOT = 0.45 Summary of Run 125 : /run/geometryModified @@ -9336,8 +9338,8 @@ Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.33 Real TOT = 30.47 + User=0s Real=0.01s Sys=0s + User TOT = 0.33 Real TOT = 0.46 Summary of Run 126 : /run/geometryModified @@ -9406,8 +9408,8 @@ Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.33 Real TOT = 30.6 + User=0s Real=0s Sys=0.01s + User TOT = 0.33 Real TOT = 0.46 Summary of Run 127 : /run/geometryModified @@ -9476,8 +9478,8 @@ Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.33 Real TOT = 30.81 + User=0s Real=0.01s Sys=0s + User TOT = 0.33 Real TOT = 0.47 Summary of Run 128 : /run/geometryModified @@ -9546,8 +9548,8 @@ Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.33 Real TOT = 31.02 + User=0s Real=0s Sys=0s + User TOT = 0.33 Real TOT = 0.47 Summary of Run 129 : /run/geometryModified @@ -9616,8 +9618,8 @@ Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.53s Sys=0.01s - User TOT = 0.33 Real TOT = 31.55 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.34 Real TOT = 0.48 Summary of Run 130 : /run/geometryModified @@ -9686,8 +9688,8 @@ Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.13s Sys=0s - User TOT = 0.34 Real TOT = 31.68 + User=0s Real=0s Sys=0s + User TOT = 0.34 Real TOT = 0.48 Summary of Run 131 : /run/geometryModified @@ -9756,8 +9758,8 @@ Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.34 Real TOT = 31.89 + User=0s Real=0s Sys=0s + User TOT = 0.34 Real TOT = 0.48 Summary of Run 132 : /run/geometryModified @@ -9826,8 +9828,8 @@ Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.34 Real TOT = 32.1 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.35 Real TOT = 0.49 Summary of Run 133 : /run/geometryModified @@ -9896,8 +9898,8 @@ Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.34 Real TOT = 32.31 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.49 Summary of Run 134 : /run/geometryModified @@ -9966,8 +9968,8 @@ Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.34 Real TOT = 32.52 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.49 Summary of Run 135 : /run/geometryModified @@ -10036,8 +10038,8 @@ Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.21s Sys=0s - User TOT = 0.35 Real TOT = 32.73 + User=0s Real=0.01s Sys=0s + User TOT = 0.35 Real TOT = 0.5 Summary of Run 136 : /run/geometryModified @@ -10106,8 +10108,8 @@ Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.35 Real TOT = 32.94 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.5 Summary of Run 137 : /run/geometryModified @@ -10176,8 +10178,8 @@ Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.35 Real TOT = 33.15 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.5 Summary of Run 138 : /run/geometryModified @@ -10246,8 +10248,8 @@ Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.22s Sys=0s - User TOT = 0.36 Real TOT = 33.37 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.5 Summary of Run 139 : /run/geometryModified @@ -10316,8 +10318,8 @@ Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.2s Sys=0s - User TOT = 0.36 Real TOT = 33.57 + User=0s Real=0s Sys=0s + User TOT = 0.35 Real TOT = 0.5 Summary of Run 140 : /run/geometryModified @@ -10386,8 +10388,8 @@ Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.36 Real TOT = 33.78 + User=0.01s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.5 Summary of Run 141 : /run/geometryModified @@ -10456,8 +10458,8 @@ Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.21s Sys=0s - User TOT = 0.36 Real TOT = 33.99 + User=0s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.5 Summary of Run 142 : /run/geometryModified @@ -10526,8 +10528,8 @@ Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.67s Sys=0s - User TOT = 0.36 Real TOT = 34.66 + User=0s Real=0.01s Sys=0s + User TOT = 0.36 Real TOT = 0.51 Summary of Run 143 : /run/geometryModified @@ -10596,8 +10598,8 @@ Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.24s Sys=0s - User TOT = 0.37 Real TOT = 34.9 + User=0s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.51 Summary of Run 144 : /run/geometryModified @@ -10666,8 +10668,8 @@ Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.15s Sys=0s - User TOT = 0.37 Real TOT = 35.05 + User=0s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.51 Summary of Run 145 : /run/geometryModified @@ -10736,8 +10738,8 @@ Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.47s Sys=0s - User TOT = 0.37 Real TOT = 35.52 + User=0s Real=0.01s Sys=0.01s + User TOT = 0.36 Real TOT = 0.52 Summary of Run 146 : /run/geometryModified @@ -10806,8 +10808,8 @@ Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.12s Sys=0s - User TOT = 0.38 Real TOT = 35.64 + User=0s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.52 Summary of Run 147 : /run/geometryModified @@ -10876,8 +10878,8 @@ Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.1s Sys=0s - User TOT = 0.38 Real TOT = 35.74 + User=0s Real=0s Sys=0s + User TOT = 0.36 Real TOT = 0.52 Summary of Run 148 : /run/geometryModified @@ -10946,8 +10948,8 @@ Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.14s Sys=0.01s - User TOT = 0.38 Real TOT = 35.88 + User=0.01s Real=0s Sys=0s + User TOT = 0.37 Real TOT = 0.52 Summary of Run 149 : /run/geometryModified @@ -11016,8 +11018,8 @@ Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.39 Real TOT = 36 + User=0s Real=0s Sys=0s + User TOT = 0.37 Real TOT = 0.52 Summary of Run 150 : /run/geometryModified @@ -11086,8 +11088,8 @@ Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.99s Sys=0s - User TOT = 0.39 Real TOT = 36.99 + User=0s Real=0s Sys=0s + User TOT = 0.37 Real TOT = 0.52 Summary of Run 151 : /run/geometryModified @@ -11156,8 +11158,8 @@ Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.03s Sys=0s - User TOT = 0.39 Real TOT = 37.02 + User=0s Real=0s Sys=0s + User TOT = 0.37 Real TOT = 0.52 Summary of Run 152 : /run/geometryModified @@ -11226,8 +11228,8 @@ Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.39 Real TOT = 37.14 + User=0.01s Real=0.01s Sys=0s + User TOT = 0.38 Real TOT = 0.53 Summary of Run 153 : /run/geometryModified @@ -11296,8 +11298,8 @@ Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.39 Real TOT = 37.26 + User=0s Real=0s Sys=0s + User TOT = 0.38 Real TOT = 0.53 Summary of Run 154 : /run/geometryModified @@ -11366,8 +11368,8 @@ Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.39 Real TOT = 37.37 + User=0s Real=0s Sys=0s + User TOT = 0.38 Real TOT = 0.53 Summary of Run 155 : /run/geometryModified @@ -11436,8 +11438,8 @@ Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.4 Real TOT = 37.48 + User=0s Real=0.01s Sys=0s + User TOT = 0.38 Real TOT = 0.54 Summary of Run 156 : /run/geometryModified @@ -11506,8 +11508,8 @@ Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0.01s - User TOT = 0.4 Real TOT = 37.61 + User=0s Real=0s Sys=0s + User TOT = 0.38 Real TOT = 0.54 Summary of Run 157 : /run/geometryModified @@ -11576,8 +11578,8 @@ Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.4 Real TOT = 37.72 + User=0s Real=0s Sys=0s + User TOT = 0.38 Real TOT = 0.54 Summary of Run 158 : /run/geometryModified @@ -11646,8 +11648,8 @@ Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.4 Real TOT = 37.85 + User=0s Real=0s Sys=0s + User TOT = 0.38 Real TOT = 0.54 Summary of Run 159 : /run/geometryModified @@ -11716,8 +11718,8 @@ Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.4 Real TOT = 37.96 + User=0s Real=0.01s Sys=0s + User TOT = 0.38 Real TOT = 0.55 Summary of Run 160 : /run/geometryModified @@ -11786,8 +11788,8 @@ Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.4 Real TOT = 38.07 + User=0.01s Real=0s Sys=0s + User TOT = 0.39 Real TOT = 0.55 Summary of Run 161 : /run/geometryModified @@ -11856,8 +11858,8 @@ Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.41 Real TOT = 38.18 + User=0s Real=0s Sys=0s + User TOT = 0.39 Real TOT = 0.55 Summary of Run 162 : /run/geometryModified @@ -11926,8 +11928,8 @@ Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.41 Real TOT = 38.3 + User=0s Real=0.01s Sys=0s + User TOT = 0.39 Real TOT = 0.56 Summary of Run 163 : /run/geometryModified @@ -11996,8 +11998,8 @@ Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.41 Real TOT = 38.41 + User=0s Real=0s Sys=0s + User TOT = 0.39 Real TOT = 0.56 Summary of Run 164 : /run/geometryModified @@ -12066,8 +12068,8 @@ Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.42 Real TOT = 38.52 + User=0.01s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.56 Summary of Run 165 : /run/geometryModified @@ -12136,8 +12138,8 @@ Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.42 Real TOT = 38.63 + User=0s Real=0.01s Sys=0s + User TOT = 0.4 Real TOT = 0.57 Summary of Run 166 : /run/geometryModified @@ -12206,8 +12208,8 @@ Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.42 Real TOT = 38.74 + User=0s Real=0s Sys=0.01s + User TOT = 0.4 Real TOT = 0.57 Summary of Run 167 : /run/geometryModified @@ -12276,8 +12278,8 @@ Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.43 Real TOT = 38.85 + User=0s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.57 Summary of Run 168 : /run/geometryModified @@ -12346,8 +12348,8 @@ Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.43 Real TOT = 38.96 + User=0s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.57 Summary of Run 169 : /run/geometryModified @@ -12416,8 +12418,8 @@ Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=2.63s Sys=0s - User TOT = 0.43 Real TOT = 41.59 + User=0s Real=0.01s Sys=0s + User TOT = 0.4 Real TOT = 0.58 Summary of Run 170 : /run/geometryModified @@ -12486,8 +12488,8 @@ Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=1.47s Sys=0s - User TOT = 0.44 Real TOT = 43.06 + User=0s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.58 Summary of Run 171 : /run/geometryModified @@ -12556,8 +12558,8 @@ Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.25s Sys=0s - User TOT = 0.44 Real TOT = 43.31 + User=0s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.58 Summary of Run 172 : /run/geometryModified @@ -12626,8 +12628,8 @@ Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.23s Sys=0s - User TOT = 0.44 Real TOT = 43.54 + User=0s Real=0.01s Sys=0s + User TOT = 0.4 Real TOT = 0.59 Summary of Run 173 : /run/geometryModified @@ -12696,8 +12698,8 @@ Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.17s Sys=0s - User TOT = 0.45 Real TOT = 43.71 + User=0s Real=0s Sys=0s + User TOT = 0.4 Real TOT = 0.59 Summary of Run 174 : /run/geometryModified @@ -12766,8 +12768,8 @@ Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.1s Sys=0s - User TOT = 0.45 Real TOT = 43.81 + User=0.01s Real=0s Sys=0s + User TOT = 0.41 Real TOT = 0.59 Summary of Run 175 : /run/geometryModified @@ -12836,8 +12838,8 @@ Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.45 Real TOT = 43.92 + User=0s Real=0.01s Sys=0s + User TOT = 0.41 Real TOT = 0.6 Summary of Run 176 : /run/geometryModified @@ -12906,8 +12908,8 @@ Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.45 Real TOT = 44.03 + User=0s Real=0s Sys=0s + User TOT = 0.41 Real TOT = 0.6 Summary of Run 177 : /run/geometryModified @@ -12976,8 +12978,8 @@ Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.45 Real TOT = 44.14 + User=0s Real=0s Sys=0s + User TOT = 0.41 Real TOT = 0.6 Summary of Run 178 : /run/geometryModified @@ -13046,8 +13048,8 @@ Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.86s Sys=0s - User TOT = 0.45 Real TOT = 45 + User=0s Real=0s Sys=0s + User TOT = 0.41 Real TOT = 0.6 Summary of Run 179 : /run/geometryModified @@ -13116,8 +13118,8 @@ Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.12s Sys=0s - User TOT = 0.46 Real TOT = 45.12 + User=0s Real=0s Sys=0s + User TOT = 0.41 Real TOT = 0.6 Summary of Run 180 : /run/geometryModified @@ -13186,8 +13188,8 @@ Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0.01s - User TOT = 0.46 Real TOT = 45.23 + User=0.01s Real=0s Sys=0s + User TOT = 0.42 Real TOT = 0.6 Summary of Run 181 : /run/geometryModified @@ -13256,8 +13258,8 @@ Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.46 Real TOT = 45.35 + User=0s Real=0s Sys=0s + User TOT = 0.42 Real TOT = 0.6 Summary of Run 182 : /run/geometryModified @@ -13326,8 +13328,8 @@ Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.47 Real TOT = 45.46 + User=0s Real=0s Sys=0s + User TOT = 0.42 Real TOT = 0.6 Summary of Run 183 : /run/geometryModified @@ -13396,8 +13398,8 @@ Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.47 Real TOT = 45.59 + User=0.01s Real=0s Sys=0s + User TOT = 0.43 Real TOT = 0.6 Summary of Run 184 : /run/geometryModified @@ -13466,8 +13468,8 @@ Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.47 Real TOT = 45.72 + User=0s Real=0s Sys=0s + User TOT = 0.43 Real TOT = 0.6 Summary of Run 185 : /run/geometryModified @@ -13536,8 +13538,8 @@ Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.48 Real TOT = 45.83 + User=0.01s Real=0s Sys=0s + User TOT = 0.44 Real TOT = 0.6 Summary of Run 186 : /run/geometryModified @@ -13606,8 +13608,8 @@ Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.48 Real TOT = 45.95 + User=0s Real=0.01s Sys=0s + User TOT = 0.44 Real TOT = 0.61 Summary of Run 187 : /run/geometryModified @@ -13676,8 +13678,8 @@ Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.48 Real TOT = 46.06 + User=0s Real=0s Sys=0s + User TOT = 0.44 Real TOT = 0.61 Summary of Run 188 : /run/geometryModified @@ -13746,8 +13748,8 @@ Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.12s Sys=0s - User TOT = 0.49 Real TOT = 46.18 + User=0s Real=0s Sys=0s + User TOT = 0.44 Real TOT = 0.61 Summary of Run 189 : /run/geometryModified @@ -13816,8 +13818,8 @@ Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.49 Real TOT = 46.29 + User=0s Real=0.01s Sys=0s + User TOT = 0.44 Real TOT = 0.62 Summary of Run 190 : /run/geometryModified @@ -13886,8 +13888,8 @@ Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.49 Real TOT = 46.41 + User=0s Real=0s Sys=0s + User TOT = 0.44 Real TOT = 0.62 Summary of Run 191 : /run/geometryModified @@ -13956,8 +13958,8 @@ Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.5 Real TOT = 46.52 + User=0s Real=0s Sys=0s + User TOT = 0.44 Real TOT = 0.62 Summary of Run 192 : /run/geometryModified @@ -14026,8 +14028,8 @@ Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.15s Sys=0s - User TOT = 0.5 Real TOT = 46.67 + User=0s Real=0.01s Sys=0.01s + User TOT = 0.45 Real TOT = 0.63 Summary of Run 193 : /run/geometryModified @@ -14096,8 +14098,8 @@ Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.09s Sys=0.01s - User TOT = 0.5 Real TOT = 46.76 + User=0s Real=0s Sys=0s + User TOT = 0.45 Real TOT = 0.63 Summary of Run 194 : /run/geometryModified @@ -14166,8 +14168,8 @@ Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.13s Sys=0s - User TOT = 0.5 Real TOT = 46.89 + User=0s Real=0.01s Sys=0s + User TOT = 0.45 Real TOT = 0.64 Summary of Run 195 : /run/geometryModified @@ -14236,8 +14238,8 @@ Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.5 Real TOT = 47 + User=0.01s Real=0s Sys=0s + User TOT = 0.46 Real TOT = 0.64 Summary of Run 196 : /run/geometryModified @@ -14306,8 +14308,8 @@ Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.11s Sys=0s - User TOT = 0.5 Real TOT = 47.11 + User=0s Real=0.01s Sys=0s + User TOT = 0.46 Real TOT = 0.65 Summary of Run 197 : /run/geometryModified @@ -14376,8 +14378,8 @@ Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0s - User TOT = 0.5 Real TOT = 47.23 + User=0.01s Real=0s Sys=0s + User TOT = 0.47 Real TOT = 0.65 Summary of Run 198 : /run/geometryModified @@ -14446,8 +14448,8 @@ Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.01s Real=0.11s Sys=0s - User TOT = 0.51 Real TOT = 47.34 + User=0s Real=0.01s Sys=0s + User TOT = 0.47 Real TOT = 0.66 Summary of Run 199 : /run/geometryModified @@ -14516,8 +14518,8 @@ Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.12s Sys=0.01s - User TOT = 0.51 Real TOT = 47.46 + User=0s Real=0s Sys=0s + User TOT = 0.47 Real TOT = 0.66 Summary of Run 200 : /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. @@ -14525,6 +14527,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.041 MB +Dynamic pools deleted: 11 / Total memory freed: 0.044 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 00486926ae0aebbbf2ddb814cdfc7628d69cfeb0..ad2943384cc77c600b9475407b90627cc5d72d65 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -2636,7 +2638,7 @@ Number of digits in this event = 9 Run terminated. Run Summary Number of events processed : 100 - User=0.92s Real=1.14s Sys=0.02s + User=1.33s Real=1.87s Sys=0.03s End of Run 0 /gun/particle gamma /gun/energy 1 GeV @@ -4102,7 +4104,7 @@ Number of digits in this event = 1 Run terminated. Run Summary Number of events processed : 100 - User=3.48s Real=3.49s Sys=0s + User=5.39s Real=5.4s Sys=0s End of Run 1 /gun/particle e- /gun/energy 1 GeV @@ -7227,7 +7229,7 @@ Number of digits in this event = 16 Run terminated. Run Summary Number of events processed : 100 - User=3.42s Real=3.45s Sys=0s + User=6.25s Real=6.27s Sys=0.01s End of Run 2 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out index 6b073955fb5e299d6bff1e36cc46136f8781179f..69a48a7f2443fb774cee17cb56069b7cdd51aab8 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ b/examples/advanced/hadrontherapy/hadrontherapy.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** Activating geometry default Going to register Parallel world...... done @@ -594,7 +596,7 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 500 - User=4.77s Real=7.59s Sys=0.03s + User=8.11s Real=8.28s Sys=0.03s Dose is being written to Dose.out -------- WWWW ------- G4Exception-START -------- WWWW ------- @@ -1802,6 +1804,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.49 MB +Dynamic pools deleted: 12 / Total memory freed: 0.46 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index c379326df2c34a15e95d53a663040ee596bcccd4..0b61adc9dabce8061c0ee09c425f5153276236ff 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index af2c08e27fe70ea9e40bf058c89832e415ed4eb6..1a330f05bb5978692af8c3ef47d5057162540f24 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ... open Root analysis file : DoseDistribution.root - done Visualization Manager instantiating with verbosity "warnings (3)"... @@ -562,10 +564,10 @@ Run 0 starts ... *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04115483015815815 mm long - and its vector is (-0.003120343648902235,0.0342121434516347,0.02266081951969892) mm - Endpoint of ComputeStep() was (-852.5509024899345,-2.086878903755773,-0.1849729200394985) - and current position to locate is (-852.5540228335834,-2.052666760304139,-0.1623121005197996) + Change of (End) Position / G4PathFinder::Locate is 0.07469596076331779 mm long + and its vector is (0.00100165823766929,-0.03572281159193008,-0.06559240784646868) mm + Endpoint of ComputeStep() was (-847.7433293407238,-0.2268104655273007,-0.1199553995831147) + and current position to locate is (-847.7423276824861,-0.2625332771192307,-0.1855478074295834) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -574,10 +576,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07716108512483608 mm long - and its vector is (0.007846012792811052,-0.03207752523694607,-0.06973740399219297) mm - Endpoint of ComputeStep() was (-841.1527759504631,-1.514181143642269,0.8727284775434472) - and current position to locate is (-841.1449299376703,-1.546258668879215,0.8029910735512542) + Change of (End) Position / G4PathFinder::Locate is 0.0003666444201394197 mm long + and its vector is (-1.520506191354798e-05,0.0003465523217184296,0.0001187367896784419) mm + Endpoint of ComputeStep() was (-841.001742531794,0.09569560768325494,-0.3356435533701614) + and current position to locate is (-841.0017577368559,0.09604216000497337,-0.3355248165804829) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -586,10 +588,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003038143117634558 mm long - and its vector is (-3.521773123793537e-06,0.0002803505444970433,-0.0001170226702249533) mm - Endpoint of ComputeStep() was (-841.0049999846217,-1.539507379248274,0.8152340860687821) - and current position to locate is (-841.0050035063948,-1.539227028703777,0.8151170633985572) + Change of (End) Position / G4PathFinder::Locate is 0.0002991660933736763 mm long + and its vector is (1.715171401883708e-05,-0.0002938518455250366,5.345337231843494e-05) mm + Endpoint of ComputeStep() was (-840.98097792602,0.09719390324795479,-0.3358609505603365) + and current position to locate is (-840.980960774306,0.09690005140242976,-0.3358074971880181) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -598,10 +600,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003422985554775266 mm long - and its vector is (-2.908077090069128e-05,0.0003079361075890574,0.0001466218383758822) mm - Endpoint of ComputeStep() was (-840.9825698371533,-1.537849193879498,0.8166727886869454) - and current position to locate is (-840.9825989179242,-1.537541257771909,0.8168194105253213) + Change of (End) Position / G4PathFinder::Locate is 0.0003272739043309293 mm long + and its vector is (5.788448788734968e-06,-0.0002036039105433596,0.0002561643026030014) mm + Endpoint of ComputeStep() was (-839.003918315096,0.1717866788097501,-0.3267930447790756) + and current position to locate is (-839.0039125266472,0.1715830748992068,-0.3265368804764726) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -610,10 +612,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003340839895199995 mm long - and its vector is (5.212807877796877e-06,0.0002342953454936847,-0.0002380979415442797) mm - Endpoint of ComputeStep() was (-839.005045701757,-1.39940905017717,0.9910163937078624) - and current position to locate is (-839.0050404889491,-1.399174754831676,0.9907782957663182) + Change of (End) Position / G4PathFinder::Locate is 0.0003734370522178434 mm long + and its vector is (-1.26869006180641e-05,-0.0002697642667769673,0.0002579176513776149) mm + Endpoint of ComputeStep() was (-838.9804220713412,0.1716603977959801,-0.3253005167626478) + and current position to locate is (-838.9804347582418,0.1713906335292031,-0.3250425991112701) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -622,10 +624,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003064812713402489 mm long - and its vector is (-5.165111815585988e-06,-0.0001811168280869691,0.0002471857315582415) mm - Endpoint of ComputeStep() was (-838.9830135342605,-1.39747884767733,0.9924811813080017) - and current position to locate is (-838.9830186993723,-1.397659964505417,0.9927283670395599) + Change of (End) Position / G4PathFinder::Locate is 3.603091689549524e-05 mm long + and its vector is (-1.664666569922701e-06,-2.530139641818141e-05,2.559873428181758e-05) mm + Endpoint of ComputeStep() was (-838.9753856616136,0.1713286983402523,-0.3247754759264693) + and current position to locate is (-838.9753873262802,0.1713033969438341,-0.3247498771921875) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -634,10 +636,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.035351529850627e-05 mm long - and its vector is (8.545056857656164e-06,-4.773104095590064e-05,-6.407352927217946e-05) mm - Endpoint of ComputeStep() was (-838.9755537852856,-1.397293495882633,0.9934509148199074) - and current position to locate is (-838.9755452402287,-1.397341226923589,0.9933868412906353) + Change of (End) Position / G4PathFinder::Locate is 0.0003524790192162347 mm long + and its vector is (-3.139976342936279e-06,0.0003122814910903049,0.0001634376635253343) mm + Endpoint of ComputeStep() was (-837.0004499617826,0.1343267963642333,-0.2294423305193978) + and current position to locate is (-837.0004531017589,0.1346390778553236,-0.2292788928558725) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -646,10 +648,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002422440417175543 mm long - and its vector is (2.679292344964779e-05,-6.734570521094163e-05,-0.0002311468602216316) mm - Endpoint of ComputeStep() was (-837.0052617417585,-1.324610864252785,1.196299237646639) - and current position to locate is (-837.0052349488351,-1.324678209957995,1.196068090786418) + Change of (End) Position / G4PathFinder::Locate is 0.0002703801248078838 mm long + and its vector is (-1.797009417714435e-06,0.0002685933492638792,3.098056454442499e-05) mm + Endpoint of ComputeStep() was (-836.9804575435513,0.1346339316647887,-0.2280744461248226) + and current position to locate is (-836.9804593405607,0.1349025250140526,-0.2280434655602782) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -658,10 +660,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004141105492486088 mm long - and its vector is (3.271321497777535e-05,-2.501348330841147e-05,-0.0004120579063888741) mm - Endpoint of ComputeStep() was (-836.9810468366867,-1.324426378212966,1.197973094210921) - and current position to locate is (-836.9810141234717,-1.324451391696274,1.197561036304532) + Change of (End) Position / G4PathFinder::Locate is 4.684158376171515e-06 mm long + and its vector is (2.112368520101882e-07,2.60590268286176e-06,-3.886642496148118e-06) mm + Endpoint of ComputeStep() was (-836.9757372687975,0.1349532634524935,-0.2277528045956108) + and current position to locate is (-836.9757370575607,0.1349558693551764,-0.227756691238107) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -670,10 +672,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.643049766785526e-05 mm long - and its vector is (-2.513654635549756e-06,3.096014363701549e-05,3.451002984689033e-05) mm - Endpoint of ComputeStep() was (-836.9754414091195,-1.324453695859964,1.197969010936816) - and current position to locate is (-836.9754439227742,-1.324422735716327,1.198003520966663) + Change of (End) Position / G4PathFinder::Locate is 0.0002668269367402903 mm long + and its vector is (-1.541977553642937e-05,4.794837964899878e-05,0.0002620301463222285) mm + Endpoint of ComputeStep() was (-835.0036065791229,0.1743193989843014,-0.1211922124172715) + and current position to locate is (-835.0036219988984,0.1743673473639504,-0.1209301822709493) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -682,10 +684,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003039425367782374 mm long - and its vector is (-3.65960772796825e-06,-0.0003014939500420866,3.832846230267251e-05) mm - Endpoint of ComputeStep() was (-835.0045807667104,-1.325597463531458,1.358032447883914) - and current position to locate is (-835.0045844263182,-1.325898957481501,1.358070776346217) + Change of (End) Position / G4PathFinder::Locate is 0.0003023165515226552 mm long + and its vector is (1.821321120587527e-05,3.094475708037558e-06,-0.000301751554233301) mm + Endpoint of ComputeStep() was (-834.9835170609481,0.175314732129884,-0.1197069669003417) + and current position to locate is (-834.9834988477369,0.1753178266055921,-0.120008718454575) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -694,10 +696,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003314827500426289 mm long - and its vector is (2.378959663928981e-05,0.0001824856450696188,-0.0002757061080409517) mm - Endpoint of ComputeStep() was (-834.9819055338756,-1.325979603462309,1.359974270519902) - and current position to locate is (-834.981881744279,-1.325797117817239,1.359698564411861) + Change of (End) Position / G4PathFinder::Locate is 0.2388693682083632 mm long + and its vector is (0.01446098430335496,-0.2380820384392872,0.01289953386113174) mm + Endpoint of ComputeStep() was (-799.6726081104603,2.427768710111435,1.868362643772656) + and current position to locate is (-799.6581471261569,2.189686671672148,1.881262177633788) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -706,10 +708,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4282867371472889 mm long - and its vector is (-0.02720537773143406,0.2574449867334312,0.3411912593320414) mm - Endpoint of ComputeStep() was (-797.7394660647512,-1.106271020504334,4.157281473681107) - and current position to locate is (-797.7666714424827,-0.8488260337709033,4.498472733013148) + Change of (End) Position / G4PathFinder::Locate is 0.1737542151278787 mm long + and its vector is (-0.0115937996718003,0.02959935758276089,0.1708215124466563) mm + Endpoint of ComputeStep() was (-774.5367630228756,3.602886610815274,3.341397267550176) + and current position to locate is (-774.5483568225474,3.632485968398035,3.512218779996832) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -718,10 +720,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.050205479494393 mm long - and its vector is (-0.04350442319378089,-0.6749828060566033,0.8033910167848397) mm - Endpoint of ComputeStep() was (-685.698869072623,1.445351666219841,13.02862019930826) - and current position to locate is (-685.7423734958168,0.770368860163238,13.8320112160931) + Change of (End) Position / G4PathFinder::Locate is 0.01036263100504977 mm long + and its vector is (0.0007404798666357237,-0.002662504344373318,-0.009987336057734275) mm + Endpoint of ComputeStep() was (-763.0104673040455,4.242411955473489,4.205060621068051) + and current position to locate is (-763.0097268241789,4.239749451129116,4.195073285010317) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -730,10 +732,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6324474664831643 mm long - and its vector is (0.05134042229565239,-0.2533298607389841,-0.5772156794106031) mm - Endpoint of ComputeStep() was (-623.6005139119366,1.165557777177892,19.18577458425993) - and current position to locate is (-623.5491734896409,0.9122279164389083,18.60855890484933) + Change of (End) Position / G4PathFinder::Locate is 0.1206157706368187 mm long + and its vector is (-0.002216785212226569,-0.09602733349725234,0.07295204733963256) mm + Endpoint of ComputeStep() was (-725.2449303192122,5.378422555259174,6.447134257281617) + and current position to locate is (-725.2471471044245,5.282395221761922,6.52008630462125) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -742,10 +744,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01975052030577019 mm long - and its vector is (5.553237167532643e-05,-0.0196775480996817,-0.001695308021879782) mm - Endpoint of ComputeStep() was (-618.7390529255412,0.8979381757740109,18.93198358945437) - and current position to locate is (-618.7389973931695,0.8782606276743292,18.93028828143249) + Change of (End) Position / G4PathFinder::Locate is 0.5684992875590161 mm long + and its vector is (0.01759785650483536,-0.5635755049090569,-0.07255622418542451) mm + Endpoint of ComputeStep() was (-674.4691728865902,6.414735322383932,10.04045086081418) + and current position to locate is (-674.4515750300853,5.851159817474875,9.967894636628758) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -754,10 +756,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01884912761907076 mm long - and its vector is (-0.0007161986231949413,0.01505376550918791,0.01132081337742719) mm - Endpoint of ComputeStep() was (-613.2778279788314,0.856691452758005,19.30446451559266) - and current position to locate is (-613.2785441774546,0.8717452182671929,19.31578532897009) + Change of (End) Position / G4PathFinder::Locate is 0.05967282556373577 mm long + and its vector is (-0.001154143408598429,-0.0525057643287532,0.02833123322423248) mm + Endpoint of ComputeStep() was (-662.7475098013665,6.042140383233851,10.79862975247328) + and current position to locate is (-662.7486639447751,5.989634618905098,10.82696098569751) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -766,10 +768,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1172652447363521 mm long - and its vector is (-0.007790703768250751,0.02285528230185518,0.1147522489050843) mm - Endpoint of ComputeStep() was (-596.6865445572992,0.8868289769061395,20.43923704022235) - and current position to locate is (-596.6943352610674,0.9096842592079947,20.55398928912744) + Change of (End) Position / G4PathFinder::Locate is 3.950384090909172 mm long + and its vector is (0.07655476280984885,3.536929590353528,-1.757783521051735) mm + Endpoint of ComputeStep() was (-497.72873623102,8.668653951959557,23.40448484597828) + and current position to locate is (-497.6521814682101,12.20558354231309,21.64670132492655) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -778,10 +780,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02852430613455632 mm long - and its vector is (0.001943330403321397,-0.0113286516440998,-0.02610596022612555) mm - Endpoint of ComputeStep() was (-477.2667942602096,0.5515538442473916,30.04293081081701) - and current position to locate is (-477.2648509298063,0.5402251926032918,30.01682485059088) + Change of (End) Position / G4PathFinder::Locate is 0.1156292100119126 mm long + and its vector is (-0.007010949343396078,0.08358137839441859,-0.07959342927008706) mm + Endpoint of ComputeStep() was (-474.7199887966164,15.42595277740514,23.00845265853571) + and current position to locate is (-474.7269997459598,15.50953415579956,22.92885922926562) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -790,10 +792,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05743663675951712 mm long - and its vector is (-0.001124944513264836,-0.05390985206524418,0.01978457966170311) mm - Endpoint of ComputeStep() was (-475.3634441699832,0.5140521613841366,30.05362082367899) - and current position to locate is (-475.3645691144964,0.4601423093188924,30.0734054033407) + Change of (End) Position / G4PathFinder::Locate is 0.04493331087546971 mm long + and its vector is (-0.003505830953372424,0.005325686633060656,0.04447863124517681) mm + Endpoint of ComputeStep() was (-458.5508163952583,17.87840158213433,23.92023682961095) + and current position to locate is (-458.5543222262117,17.88372726876739,23.96471546085613) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -802,10 +804,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008544083483834057 mm long - and its vector is (-0.0007925987235353205,-0.004499814256194556,0.007219752177320515) mm - Endpoint of ComputeStep() was (-475.0289221359355,0.4305417353866235,30.09180441191289) - and current position to locate is (-475.0297147346591,0.426041921130429,30.09902416409021) + Change of (End) Position / G4PathFinder::Locate is 0.007267917614241064 mm long + and its vector is (-0.0008664861385909717,0.00672859339883658,-0.002607270429425768) mm + Endpoint of ComputeStep() was (-457.5331780515497,18.04083525125622,24.02921255203924) + and current position to locate is (-457.5340445376883,18.04756384465506,24.02660528160981) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -814,10 +816,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03887798613473624 mm long - and its vector is (0.002435991923618985,-0.01116767591594447,-0.03715974655291987) mm - Endpoint of ComputeStep() was (-474.1988245866124,0.3172225946094043,30.186196466447) - and current position to locate is (-474.1963885946888,0.3060549186934598,30.14903671989408) + Change of (End) Position / G4PathFinder::Locate is 0.00451567002741347 mm long + and its vector is (-0.0002103195114386835,0.002407851723468468,-0.003814353362940892) mm + Endpoint of ComputeStep() was (-457.2546948400795,18.1037214629754,24.04665232991841) + and current position to locate is (-457.254905159591,18.10612931469887,24.04283797655546) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -826,10 +828,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07252956702395481 mm long - and its vector is (-0.004343489356870123,-0.07221133212871955,0.005214950151714248) mm - Endpoint of ComputeStep() was (-472.8836672492133,0.226563776435099,30.14167901153242) - and current position to locate is (-472.8880107385701,0.1543524443063795,30.14689396168414) + Change of (End) Position / G4PathFinder::Locate is 0.009707603282123188 mm long + and its vector is (-0.0004531455603000722,-0.001175356802587402,0.009625526321759281) mm + Endpoint of ComputeStep() was (-456.8562341463329,18.19195952865851,24.07208698758327) + and current position to locate is (-456.8566872918932,18.19078417185592,24.08171251390503) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -838,10 +840,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1036352774663323 mm long - and its vector is (0.009729001429093387,0.09185195693455675,0.04699824756316673) mm - Endpoint of ComputeStep() was (-471.4888016872479,-0.02064636160562613,30.19925923170917) - and current position to locate is (-471.4790726858188,0.07120559532893062,30.24625747927234) + Change of (End) Position / G4PathFinder::Locate is 0.02290911791870944 mm long + and its vector is (-0.003595114423205814,0.01807212553055848,-0.01361253521226402) mm + Endpoint of ComputeStep() was (-456.2914398842424,18.33528169857754,24.12426508216751) + and current position to locate is (-456.2950349986656,18.35335382410809,24.11065254695525) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -850,10 +852,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1171161422349149 mm long - and its vector is (0.01800469187014642,0.06684070192043069,-0.09446873773600473) mm - Endpoint of ComputeStep() was (-469.5249087349513,-0.06275373424409211,30.52391742064881) - and current position to locate is (-469.5069040430812,0.004086967676338579,30.42944868291281) + Change of (End) Position / G4PathFinder::Locate is 0.002677945941515223 mm long + and its vector is (0.000781783981267381,-0.002533798238587792,-0.0003742656255134591) mm + Endpoint of ComputeStep() was (-456.0045118930077,18.44173223916034,24.11918455627704) + and current position to locate is (-456.0037301090264,18.43919844092176,24.11881029065153) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -862,10 +864,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03071407799557605 mm long - and its vector is (-0.006198763347185832,-0.02968018511405839,0.004900666452549274) mm - Endpoint of ComputeStep() was (-468.9095540095141,-0.1133091873718308,30.47403279858971) - and current position to locate is (-468.9157527728613,-0.1429893724858892,30.47893346504226) + Change of (End) Position / G4PathFinder::Locate is 0.002509633309291225 mm long + and its vector is (0.0002798305064288797,-0.00209779013225031,0.001348788640154197) mm + Endpoint of ComputeStep() was (-455.8681370754021,18.46069999201584,24.12412074051019) + and current position to locate is (-455.8678572448957,18.45860220188359,24.12546952915034) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -874,10 +876,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006330965443992744 mm long - and its vector is (-0.001429046430189373,-0.006099416647274397,0.0009143666203144107) mm - Endpoint of ComputeStep() was (-468.6751947243339,-0.1965343661118578,30.4977173911183) - and current position to locate is (-468.6766237707641,-0.2026337827591322,30.49863175773862) + Change of (End) Position / G4PathFinder::Locate is 0.01055226284679862 mm long + and its vector is (0.0005209242620480836,-0.002050735826703232,-0.01033795780946178) mm + Endpoint of ComputeStep() was (-455.4901488466201,18.50349214317016,24.13559726034349) + and current position to locate is (-455.4896279223581,18.50144140734345,24.12525930253403) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -886,10 +888,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2324677302367342 mm long - and its vector is (0.0006633175338492947,-0.06046310116187315,-0.2244660754081949) mm - Endpoint of ComputeStep() was (-466.5446654181837,-0.7709750704765651,30.65802262366535) - and current position to locate is (-466.5440021006499,-0.8314381716384383,30.43355654825716) + Change of (End) Position / G4PathFinder::Locate is 0.0670483216361519 mm long + and its vector is (0.004914239330560122,-0.03139923552041424,0.05903740928225432) mm + Endpoint of ComputeStep() was (-454.1703810741226,18.67868469664778,24.10971338047895) + and current position to locate is (-454.1654668347921,18.64728546112737,24.16875078976121) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -898,10 +900,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1387549987356383 mm long - and its vector is (0.005038736898200114,0.008538855702585835,0.1384003206206117) mm - Endpoint of ComputeStep() was (-464.3044086084682,-1.504371773694477,30.39353756986301) - and current position to locate is (-464.29936987157,-1.495832917991891,30.53193789048363) + Change of (End) Position / G4PathFinder::Locate is 0.1834121129589914 mm long + and its vector is (-0.01035895832120559,0.07783711070237231,-0.1657530674228624) mm + Endpoint of ComputeStep() was (-452.0214487630483,18.97365502424424,24.18801963358243) + and current position to locate is (-452.0318077213695,19.05149213494661,24.02226656615957) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -910,10 +912,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01348571776590017 mm long - and its vector is (-0.004155345165372637,-0.01130622514535706,0.006063576764635314) mm - Endpoint of ComputeStep() was (-463.8077758385473,-1.664393423766619,30.55452519577472) - and current position to locate is (-463.8119311837127,-1.675699648911976,30.56058877253936) + Change of (End) Position / G4PathFinder::Locate is 0.09984768921979621 mm long + and its vector is (0.005486821184149449,-0.005018108399312382,0.09957044955165628) mm + Endpoint of ComputeStep() was (-450.7207509679824,19.29323009230972,23.96220389976882) + and current position to locate is (-450.7152641467982,19.2882119839104,24.06177434932047) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -922,10 +924,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03711140383108893 mm long - and its vector is (-0.01403710797143276,-0.03075969641955489,0.01529892055961213) mm - Endpoint of ComputeStep() was (-463.219827449293,-1.917481941337945,30.61773490466584) - and current position to locate is (-463.2338645572644,-1.9482416377575,30.63303382522545) + Change of (End) Position / G4PathFinder::Locate is 0.05349385239017378 mm long + and its vector is (-0.009238196314186098,0.05245385381576995,0.004984093927294708) mm + Endpoint of ComputeStep() was (-449.8555566528495,19.43673895899744,24.09213781461452) + and current position to locate is (-449.8647948491637,19.48919281281321,24.09712190854181) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -934,10 +936,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02963550000378406 mm long - and its vector is (0.001635217965599622,0.01661245312684922,0.02448704399856183) mm - Endpoint of ComputeStep() was (-462.7488639419817,-2.164797984374697,30.74756175428995) - and current position to locate is (-462.7472287240161,-2.148185531247847,30.77204879828851) + Change of (End) Position / G4PathFinder::Locate is 0.03809667445158688 mm long + and its vector is (0.006668813734393098,-0.03228138897831911,0.01909961919192682) mm + Endpoint of ComputeStep() was (-449.1872718087024,19.64967102223757,24.13179194760048) + and current position to locate is (-449.180602994968,19.61738963325925,24.15089156679241) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -946,10 +948,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3239808443692548 mm long - and its vector is (-0.08797768722916999,-0.297490717334111,-0.0933958626924003) mm - Endpoint of ComputeStep() was (-460.64553492484,-2.945355451861331,31.33147927303139) - and current position to locate is (-460.7335126120691,-3.242846169195442,31.23808341033899) + Change of (End) Position / G4PathFinder::Locate is 0.03248138087002225 mm long + and its vector is (-0.00182008149226931,-0.002610457743728034,0.03232511279103534) mm + Endpoint of ComputeStep() was (-448.1792355603123,19.78207813726131,24.22057369690312) + and current position to locate is (-448.1810556418046,19.77946767951758,24.25289880969416) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -958,10 +960,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1403213710673022 mm long - and its vector is (0.051569261293821,0.1141863776011438,-0.06318361843188569) mm - Endpoint of ComputeStep() was (-458.9295081211379,-3.975198507971213,31.38695931376076) - and current position to locate is (-458.8779388598441,-3.86101213037007,31.32377569532887) + Change of (End) Position / G4PathFinder::Locate is 0.02081722759594461 mm long + and its vector is (0.001859715836417308,-0.001883163133534538,-0.0206482957747518) mm + Endpoint of ComputeStep() was (-447.652440080185,19.84180012291948,24.29482442822114) + and current position to locate is (-447.6505803643486,19.83991695978594,24.27417613244639) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -970,10 +972,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3336613307079593 mm long - and its vector is (0.05217666044342195,0.1505087963627085,0.2931801185828036) mm - Endpoint of ComputeStep() was (-456.7015048538518,-4.389142837592753,31.2075647421217) - and current position to locate is (-456.6493281934083,-4.238634041230045,31.5007448607045) + Change of (End) Position / G4PathFinder::Locate is 0.006428239065873947 mm long + and its vector is (0.0001890754542159812,-0.004695722026305305,0.004385966553943632) mm + Endpoint of ComputeStep() was (-447.4432332948369,19.86404105554922,24.29106541000591) + and current position to locate is (-447.4430442193827,19.85934533352292,24.29545137655986) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -982,10 +984,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3690344868663869 mm long - and its vector is (0.07026425774984091,0.3075542880500377,0.1914673509547669) mm - Endpoint of ComputeStep() was (-454.519560880328,-4.66288006850085,31.4006346619548) - and current position to locate is (-454.4492966225781,-4.355325780450812,31.59210201290957) + Change of (End) Position / G4PathFinder::Locate is 0.1508398483708905 mm long + and its vector is (-0.008315084401317563,0.01286405685715053,0.1500601055215149) mm + Endpoint of ComputeStep() was (-445.4983659660572,20.07425156462598,24.38478623199893) + and current position to locate is (-445.5066810504586,20.08711562148313,24.53484633752045) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -994,10 +996,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3741291189769155 mm long - and its vector is (0.02051954587597038,-0.3527980934828756,0.122821216157206) mm - Endpoint of ComputeStep() was (-452.1424863724199,-4.157421880108082,31.77517640902795) - and current position to locate is (-452.1219668265439,-4.510219973590957,31.89799762518515) + Change of (End) Position / G4PathFinder::Locate is 0.00679382468326443 mm long + and its vector is (0.001640934008264594,-0.006447073616101306,-0.00137790826836337) mm + Endpoint of ComputeStep() was (-445.3243042794813,20.12529890601697,24.57338141328862) + and current position to locate is (-445.322663345473,20.11885183240087,24.57200350502025) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1006,10 +1008,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3533544677659752 mm long - and its vector is (0.04895162416687526,-0.1135944050822415,-0.3309976276585864) mm - Endpoint of ComputeStep() was (-450.0240528008026,-4.506446723240779,32.20696563657899) - and current position to locate is (-449.9751011766357,-4.62004112832302,31.87596800892041) + Change of (End) Position / G4PathFinder::Locate is 0.01662701188936849 mm long + and its vector is (0.004472714553344304,-0.01406383970953939,-0.007659031369428249) mm + Endpoint of ComputeStep() was (-444.8469271229634,20.2149497852187,24.67336438000395) + and current position to locate is (-444.84245440841,20.20088594550916,24.66570534863452) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1018,10 +1020,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1615755721910103 mm long - and its vector is (-0.01231412816724742,-0.1599524444849969,0.01924170677478898) mm - Endpoint of ComputeStep() was (-448.8353754285434,-4.710871076668213,31.85030794983491) - and current position to locate is (-448.8476895567106,-4.87082352115321,31.8695496566097) + Change of (End) Position / G4PathFinder::Locate is 0.07590192050083028 mm long + and its vector is (0.01560309032112173,-0.04488818806239436,-0.05918357610537228) mm + Endpoint of ComputeStep() was (-443.7469279091363,20.33056458514323,24.8561730509189) + and current position to locate is (-443.7313248188152,20.28567639708083,24.79698947481353) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1030,10 +1032,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03095384161056461 mm long - and its vector is (-0.01284015513215309,-0.01401913618891548,0.02442815071082549) mm - Endpoint of ComputeStep() was (-448.2833530365903,-5.295422701059129,31.92250719529473) - and current position to locate is (-448.2961931917225,-5.309441837248045,31.94693534600555) + Change of (End) Position / G4PathFinder::Locate is 0.2749355089945587 mm long + and its vector is (0.01066458488708122,-0.2738363780328079,-0.02212326379981988) mm + Endpoint of ComputeStep() was (-441.3803625951548,20.33530550296218,25.31598078210584) + and current position to locate is (-441.3696980102677,20.06146912492937,25.29385751830602) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1042,10 +1044,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.550664321406597 mm long - and its vector is (-0.08481673074226137,-0.2857054685014084,-0.4630439529081158) mm - Endpoint of ComputeStep() was (-446.3468495315523,-6.607406697677603,32.3907349052224) - and current position to locate is (-446.4316662622946,-6.893112166179011,31.92769095231429) + Change of (End) Position / G4PathFinder::Locate is 0.001097525933458556 mm long + and its vector is (-4.19698440623506e-05,-0.001079228450645786,-0.0001951093491356914) mm + Endpoint of ComputeStep() was (-441.2957775497682,20.05595996685744,25.30842991037041) + and current position to locate is (-441.2958195196122,20.0548807384068,25.30823480102128) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1054,10 +1056,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6184288716864141 mm long - and its vector is (-0.2596233454466983,-0.3355183183583534,0.4499749391692589) mm - Endpoint of ComputeStep() was (-444.6954536563131,-8.261784533170411,31.90890473768545) - and current position to locate is (-444.9550770017598,-8.597302851528765,32.35887967685471) + Change of (End) Position / G4PathFinder::Locate is 0.1314690056584922 mm long + and its vector is (0.03352476044022978,0.08492803173066577,-0.09459079930211445) mm + Endpoint of ComputeStep() was (-439.9954831452089,19.89944527444262,25.62954128803908) + and current position to locate is (-439.9619583847687,19.98437330617329,25.53495048873696) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1066,10 +1068,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003990064541891653 mm long - and its vector is (-0.002120935175298655,-0.0008425402713019281,0.003272976462163513) mm - Endpoint of ComputeStep() was (-444.9042124376409,-8.649514396558793,32.37840016978834) - and current position to locate is (-444.9063333728162,-8.650356936830095,32.38167314625051) + Change of (End) Position / G4PathFinder::Locate is 0.02649631481189918 mm long + and its vector is (0.006369521153715141,-0.009242705028622566,-0.02400117294295256) mm + Endpoint of ComputeStep() was (-439.4883818780137,19.99989701495355,25.65465191013458) + and current position to locate is (-439.48201235686,19.99065430992493,25.63065073719163) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1078,10 +1080,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008762949819781112 mm long - and its vector is (0.0003993842483964727,0.0005916655265121307,0.0005082489766934373) mm - Endpoint of ComputeStep() was (-444.8859353198272,-8.674651756082955,32.3939264831948) - and current position to locate is (-444.8855359355788,-8.674060090556443,32.3944347321715) + Change of (End) Position / G4PathFinder::Locate is 0.0119428626368728 mm long + and its vector is (0.0007419467850695582,0.002048281103533611,-0.01174248812868228) mm + Endpoint of ComputeStep() was (-439.2563059968446,19.9922338931364,25.64518748074727) + and current position to locate is (-439.2555640500595,19.99428217423993,25.63344499261859) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1090,10 +1092,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03635675009594735 mm long - and its vector is (-0.01716300213814748,0.005778134715633598,0.03152551021558736) mm - Endpoint of ComputeStep() was (-444.6801137173383,-8.909784950309898,32.54947463265017) - and current position to locate is (-444.6972767194765,-8.904006815594265,32.58100014286575) + Change of (End) Position / G4PathFinder::Locate is 0.04227144331604915 mm long + and its vector is (9.611100648498905e-05,-0.03706977221781216,0.02031496173798786) mm + Endpoint of ComputeStep() was (-438.6559986860571,19.99980711019538,25.64069006099295) + and current position to locate is (-438.6559025750506,19.96273733797757,25.66100502273094) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1102,10 +1104,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1362403105425269 mm long - and its vector is (0.03864595380798619,0.09176682794359969,0.09298796567387058) mm - Endpoint of ComputeStep() was (-444.0906247865316,-9.989827542923225,33.40043608527051) - and current position to locate is (-444.0519788327236,-9.898060714979625,33.49342405094438) + Change of (End) Position / G4PathFinder::Locate is 0.02911010659773402 mm long + and its vector is (0.0004578199565230534,-0.01382015754028032,0.02561624392022921) mm + Endpoint of ComputeStep() was (-437.7665581471039,19.99283239368278,25.66134694575868) + and current position to locate is (-437.7661003271474,19.9790122361425,25.68696318967891) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1114,10 +1116,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007567992351628483 mm long - and its vector is (-0.0005456196441855354,7.124450390350034e-05,0.0005195849371233408) mm - Endpoint of ComputeStep() was (-443.9939636590163,-9.935281460649515,33.55944981409878) - and current position to locate is (-443.9945092786605,-9.935210216145611,33.5599693990359) + Change of (End) Position / G4PathFinder::Locate is 0.3565656734527987 mm long + and its vector is (0.01641542188525591,0.3538453048500401,0.04078129037633715) mm + Endpoint of ComputeStep() was (-435.6444109031385,19.8699001922139,25.77966151793798) + and current position to locate is (-435.6279954812533,20.22374549706394,25.82044280831432) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1126,10 +1128,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 13.80855727277281 mm long - and its vector is (8.760380658702502,-3.072909896410692,-10.221996352896) mm - Endpoint of ComputeStep() was (-355.6458295259762,-71.26170202464,127.7136827188363) - and current position to locate is (-346.8854488672737,-74.33461192105069,117.4916863659403) + Change of (End) Position / G4PathFinder::Locate is 0.0552483721610638 mm long + and its vector is (0.01354963823251865,-0.03203672191570206,0.0429236342719399) mm + Endpoint of ComputeStep() was (-434.3216127769616,20.5130799475258,25.6240082367938) + and current position to locate is (-434.308063138729,20.4810432256101,25.66693187106574) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1138,10 +1140,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03134661934566842 mm long - and its vector is (0.01997485143544964,0.0003908242710650711,-0.02415498107892233) mm - Endpoint of ComputeStep() was (-345.1395985707663,-75.3946600273639,118.9182578734984) - and current position to locate is (-345.1196237193309,-75.39426920309283,118.8941028924195) + Change of (End) Position / G4PathFinder::Locate is 0.01244103051068454 mm long + and its vector is (0.002535286385011659,-0.01100386754168525,-0.005221729812888043) mm + Endpoint of ComputeStep() was (-434.0810520787249,20.53509930802201,25.66323809109288) + and current position to locate is (-434.0785167923399,20.52409544048033,25.65801636127999) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1150,10 +1152,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.013055392094922 mm long - and its vector is (1.759925408448964,-1.374127369212957,-3.334523970508798) mm - Endpoint of ComputeStep() was (-298.4919425506341,-104.1886483225167,155.369589747229) - and current position to locate is (-296.7320171421851,-105.5627756917296,152.0350657767202) + Change of (End) Position / G4PathFinder::Locate is 0.4104257239155555 mm long + and its vector is (-0.0908106097949144,0.3487351792938718,-0.1964344234678705) mm + Endpoint of ComputeStep() was (-431.9338170038209,20.9791223426315,25.47435401391614) + and current position to locate is (-432.0246276136158,21.32785752192537,25.27791959044827) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1162,10 +1164,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.252276952491787 mm long - and its vector is (-1.007947714922267,1.083590804145302,2.89606245596741) mm - Endpoint of ComputeStep() was (-245.6986584101214,-137.6272124615996,181.793984119499) - and current position to locate is (-246.7066061250437,-136.5436216574543,184.6900465754665) + Change of (End) Position / G4PathFinder::Locate is 0.04745292795950513 mm long + and its vector is (-0.00854952438288592,0.003765379782382894,-0.04652427237314782) mm + Endpoint of ComputeStep() was (-432.3697354066024,21.8738980930622,25.38553132433254) + and current position to locate is (-432.3782849309853,21.87766347284458,25.33900705195939) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1174,10 +1176,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002366096541716853 mm long - and its vector is (-3.082044807456441e-05,0.001776834611348477,0.001562152908206826) mm - Endpoint of ComputeStep() was (-246.3246936312752,-136.761601954941,184.9455181424702) - and current position to locate is (-246.3247244517232,-136.7598251203297,184.9470802953784) + Change of (End) Position / G4PathFinder::Locate is 0.1197495588717003 mm long + and its vector is (0.07631654334227278,0.04839834811689059,0.07857061767486684) mm + Endpoint of ComputeStep() was (-432.8737706651088,22.51717542560486,25.42634805286021) + and current position to locate is (-432.7974541217665,22.56557377372175,25.50491867053508) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1186,10 +1188,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 12.1435091082853 mm long - and its vector is (2.462167987472668,11.84186130603891,1.082988029948325) mm - Endpoint of ComputeStep() was (-141.5517579529096,-164.4910753318327,249.9717830939077) - and current position to locate is (-139.0895899654369,-152.6492140257938,251.054771123856) + Change of (End) Position / G4PathFinder::Locate is 0.07883044741616409 mm long + and its vector is (-0.0166755286917919,-0.04958056437576275,0.05897400968954614) mm + Endpoint of ComputeStep() was (-433.2846558746145,23.05765011529503,25.78085507045981) + and current position to locate is (-433.3013314033063,23.00806955091926,25.83982908014936) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1198,10 +1200,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.310966101445107 mm long - and its vector is (-1.399996711719311,-0.9806776424731538,1.555263608124619) mm - Endpoint of ComputeStep() was (-107.1092262306414,-157.0390985225001,277.0743746675527) - and current position to locate is (-108.5092229423607,-158.0197761649733,278.6296382756773) + Change of (End) Position / G4PathFinder::Locate is 0.01990404728707869 mm long + and its vector is (-0.003355954544645101,0.009431113847696793,-0.01720356820814573) mm + Endpoint of ComputeStep() was (-433.5714623223354,23.32615782841062,26.06690254518497) + and current position to locate is (-433.5748182768801,23.33558894225832,26.04969897697682) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1210,10 +1212,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.496945040995692 mm long - and its vector is (4.498146844662099,0.1250037945061138,-5.996268336467722) mm - Endpoint of ComputeStep() was (5.528152857046535,-171.4823142918461,363.8950008457067) - and current position to locate is (10.02629970170863,-171.35731049734,357.898732509239) + Change of (End) Position / G4PathFinder::Locate is 0.0009051035993340057 mm long + and its vector is (-0.0003620460373667811,8.636083340718415e-05,-0.0008250315138269571) mm + Endpoint of ComputeStep() was (-433.5924092813487,23.36081302996268,26.060058734821) + and current position to locate is (-433.5927713273861,23.36089939079609,26.05923370330718) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1222,10 +1224,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 23.80717588436827 mm long - and its vector is (-12.45116834262666,-1.519975903652124,20.23461647141193) mm - Endpoint of ComputeStep() was (167.4788246954877,-194.229433726385,453.0674658141849) - and current position to locate is (155.027656352861,-195.7494096300371,473.3020822855968) + Change of (End) Position / G4PathFinder::Locate is 0.005180576197484799 mm long + and its vector is (-0.004277728963870686,-0.002906223725627655,-0.0003053986021690491) mm + Endpoint of ComputeStep() was (-434.4986835630824,24.63718233947796,26.53989682901637) + and current position to locate is (-434.5029612920462,24.63427611575233,26.53959143041421) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1234,10 +1236,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6937993219748219 mm long - and its vector is (-0.1827499148468519,-0.6274839272579982,0.2328602345379522) mm - Endpoint of ComputeStep() was (175.0551154827938,-196.325204930697,487.4681513037114) - and current position to locate is (174.8723655679469,-196.952688857955,487.7010115382493) + Change of (End) Position / G4PathFinder::Locate is 4.304072764919547 mm long + and its vector is (-3.295487069194337,-1.52946447799296,-2.307714400235184) mm + Endpoint of ComputeStep() was (-484.5541323916978,93.13697018378981,52.6132467869529) + and current position to locate is (-487.8496194608921,91.60750570579685,50.30553238671772) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1246,10 +1248,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 18.15317258728012 mm long - and its vector is (-0.3737119958812514,17.81107934969339,3.487616195431883) mm - Endpoint of ComputeStep() was (308.4217333457249,-212.5475932722163,581.6537466997029) - and current position to locate is (308.0480213498436,-194.736513922523,585.1413628951348) + Change of (End) Position / G4PathFinder::Locate is 3.709224467936456 mm long + and its vector is (-1.19405980631484,0.47392292061798,-3.479650039557825) mm + Endpoint of ComputeStep() was (-530.5426876940745,143.6905438679937,72.04950706401078) + and current position to locate is (-531.7367475003894,144.1644667886116,68.56985702445296) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1258,10 +1260,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.49517362460561 mm long - and its vector is (-1.061562019526264,10.19396459920662,2.259389572304599) mm - Endpoint of ComputeStep() was (387.0450459130996,-199.4390947493897,643.4748990951317) - and current position to locate is (385.9834838935733,-189.2451301501831,645.7342886674363) + Change of (End) Position / G4PathFinder::Locate is 7.814418793070164 mm long + and its vector is (5.850633756949946,4.536616652382378,2.500866862680382) mm + Endpoint of ComputeStep() was (-610.8024838869635,231.5691913935621,94.98587227401231) + and current position to locate is (-604.9518501300136,236.1058080459445,97.48673913669269) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1270,10 +1272,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.36840392586621 mm long - and its vector is (0.617488691228175,0.8645125433986891,-0.8624703373668581) mm - Endpoint of ComputeStep() was (406.9099549268983,-187.0581929932074,662.9087851949881) - and current position to locate is (407.5274436181264,-186.1936804498087,662.0463148576213) + Change of (End) Position / G4PathFinder::Locate is 9.318610920330363 mm long + and its vector is (7.281031747592237,5.631472947878081,1.452445734742469) mm + Endpoint of ComputeStep() was (-693.7234844412792,342.85295495682,128.6103925255232) + and current position to locate is (-686.442452693687,348.4844279046981,130.0628382602657) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1282,10 +1284,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.224403951654748 mm long - and its vector is (-5.031373275711303,-0.3857243684216201,6.494406826805516) mm - Endpoint of ComputeStep() was (496.9962726721168,-170.2549892649242,732.3066218064912) - and current position to locate is (491.9648993964055,-170.6407136333459,738.8010286332967) + Change of (End) Position / G4PathFinder::Locate is 0.2731541350404837 mm long + and its vector is (-0.04930454461293721,0.0440482421405477,-0.2650320654836946) mm + Endpoint of ComputeStep() was (-695.2708650208202,360.1561561428732,133.6450461691286) + and current position to locate is (-695.3201695654332,360.2002043850138,133.3800141036449) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1294,10 +1296,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.758893354728248 mm long - and its vector is (-1.371679704514804,3.097905865942607,1.628113413187407) mm - Endpoint of ComputeStep() was (525.759841105231,-176.4369836856922,778.3020450441263) - and current position to locate is (524.3881614007162,-173.3390778197495,779.9301584573137) + Change of (End) Position / G4PathFinder::Locate is 1.950730888768392 mm long + and its vector is (-1.527364186512614,-0.8839584475990137,-0.8313405469914983) mm + Endpoint of ComputeStep() was (-723.7193126116968,398.3132120857092,145.0304970869738) + and current position to locate is (-725.2466767982094,397.4292536381102,144.1991565399823) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1306,10 +1308,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005011094117722307 mm long - and its vector is (-0.0009286625539743909,0.004772293139353678,0.001214029781181125) mm - Endpoint of ComputeStep() was (524.7994793155041,-173.3880143812457,780.4371601565146) - and current position to locate is (524.7985506529501,-173.3832420881064,780.4383741862957) + Change of (End) Position / G4PathFinder::Locate is 20.44290335215054 mm long + and its vector is (10.35158909659128,11.40185577565114,-13.44450019569157) mm + Endpoint of ComputeStep() was (-860.0178743970787,583.5375252475811,198.264655544611) + and current position to locate is (-849.6662853004874,594.9393810232323,184.8201553489194) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1318,10 +1320,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 23.32801925131511 mm long - and its vector is (-2.79096039432784,-23.16032984077535,0.07838324765327798) mm - Endpoint of ComputeStep() was (639.2150445405989,-186.5787268936467,955.4773372785171) - and current position to locate is (636.4240841462711,-209.7390567344221,955.5557205261704) + Change of (End) Position / G4PathFinder::Locate is 0.2641968792033845 mm long + and its vector is (-0.2015941340830523,-0.1162486696786118,0.1250841432079426) mm + Endpoint of ComputeStep() was (-855.225087398926,606.0795157075461,186.2144483188009) + and current position to locate is (-855.4266815330091,605.9632670378675,186.3395324620088) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1330,10 +1332,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 20.48516150746325 mm long - and its vector is (0.2930538488785714,19.58685295068088,5.99259150259013) mm - Endpoint of ComputeStep() was (711.3776875216884,-250.0224211057416,1083.556918674205) - and current position to locate is (711.6707413705669,-230.4355681550607,1089.549510176795) + Change of (End) Position / G4PathFinder::Locate is 9.431387354591923 mm long + and its vector is (-1.627577360367013,-1.945733460164888,9.083841735211593) mm + Endpoint of ComputeStep() was (-918.2430278812402,721.4767731401266,199.8272212965527) + and current position to locate is (-919.8706052416072,719.5310396799617,208.9110630317643) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1342,10 +1344,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.327294554438723 mm long - and its vector is (5.369127760717447,0.0337019542144219,-3.347534562331703) mm - Endpoint of ComputeStep() was (746.7797161230566,-244.049305902277,1145.723914929375) - and current position to locate is (752.148843883774,-244.0156039480626,1142.376380367043) + Change of (End) Position / G4PathFinder::Locate is 2.813915440041071 mm long + and its vector is (-0.6195464079135036,0.1968645871937724,-2.737795954130263) mm + Endpoint of ComputeStep() was (-951.2598706675939,781.7923758037537,220.4912389860851) + and current position to locate is (-951.8794170755074,781.9892403909474,217.7534430319548) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1354,10 +1356,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.061805520798755 mm long - and its vector is (-0.007177409133078072,0.05567969295398711,0.02584915843681301) mm - Endpoint of ComputeStep() was (754.0291980054028,-244.875476896927,1144.750675559998) - and current position to locate is (754.0220205962697,-244.819797203973,1144.776524718435) + Change of (End) Position / G4PathFinder::Locate is 7.080367680755941 mm long + and its vector is (1.874272308659101,-0.1281058609578167,6.826587631904772) mm + Endpoint of ComputeStep() was (-998.314205163509,879.3295566881235,232.3289978863179) + and current position to locate is (-996.4399328548499,879.2014508271657,239.1555855182227) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1366,10 +1368,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.793230217390388 mm long - and its vector is (2.401927634615276,-1.814665051489214,-2.307884284598913) mm - Endpoint of ComputeStep() was (785.5990046024446,-258.6874729134848,1188.544237697696) - and current position to locate is (788.0009322370598,-260.5021379649741,1186.236353413097) + Change of (End) Position / G4PathFinder::Locate is 6.442921779152734 mm long + and its vector is (-5.809272558024759,-2.625643357498461,0.9325182883382581) mm + Endpoint of ComputeStep() was (-1036.023045813248,975.2603587874119,263.034304061788) + and current position to locate is (-1041.832318371273,972.6347154299134,263.9668223501262) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1378,10 +1380,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3274112478663119 mm long - and its vector is (-0.01781171627328604,0.3047960022485086,0.1182381706814795) mm - Endpoint of ComputeStep() was (810.9392239434396,-269.4160619284568,1212.670276689039) - and current position to locate is (810.9214122271663,-269.1112659262083,1212.788514859721) + Change of (End) Position / G4PathFinder::Locate is 0.4684651376517628 mm long + and its vector is (-0.1410267653159281,0.01354434825486805,-0.4465283723235984) mm + Endpoint of ComputeStep() was (-1053.399907200859,990.3837490285147,268.1585800152592) + and current position to locate is (-1053.540933966175,990.3972933767695,267.7120516429356) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1390,10 +1392,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.122528183957425 mm long - and its vector is (1.656618232505366,2.508010005766437,-0.8459811477300718) mm - Endpoint of ComputeStep() was (840.589867580221,-276.1765599591332,1249.940023524203) - and current position to locate is (842.2464858127264,-273.6685499533667,1249.094042376473) + Change of (End) Position / G4PathFinder::Locate is 48.46679156838967 mm long + and its vector is (-39.92667186249923,-22.69438506053029,-15.48727366718947) mm + Endpoint of ComputeStep() was (-1283.902809199301,1336.650580411013,354.2074288423113) + and current position to locate is (-1323.8294810618,1313.956195350482,338.7201551751219) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1402,10 +1404,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.532556044681066 mm long - and its vector is (0.7806955902204891,1.05074217539925,-0.796983880850803) mm - Endpoint of ComputeStep() was (863.8857933773907,-273.1519377363655,1270.972199080563) - and current position to locate is (864.6664889676111,-272.1011955609663,1270.175215199712) + Change of (End) Position / G4PathFinder::Locate is 5.780378691175216 mm long + and its vector is (-3.829581045812802,-3.591705664053734,-2.418002739814028) mm + Endpoint of ComputeStep() was (-1398.657260554192,1383.274540144636,354.2651972900137) + and current position to locate is (-1402.486841600004,1379.682834480582,351.8471945501997) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1414,10 +1416,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.44813095587025 mm long - and its vector is (-3.310080881113549,4.756387094161653,2.82816887668173) mm - Endpoint of ComputeStep() was (914.0349245627383,-267.4090622560329,1320.064708596509) - and current position to locate is (910.7248436816247,-262.6526751618713,1322.89287747319) + Change of (End) Position / G4PathFinder::Locate is 0.04918137894512489 mm long + and its vector is (0.01011383442914848,0.007516377871979785,0.04753969343369135) mm + Endpoint of ComputeStep() was (-1405.684255379126,1382.888463525138,352.0205947922211) + and current position to locate is (-1405.674141544697,1382.89597990301,352.0681344856548) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1426,10 +1428,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.912632738838405 mm long - and its vector is (-0.8227845611851308,-3.69728906851401,0.9807007998122117) mm - Endpoint of ComputeStep() was (943.555753385771,-260.0681419124992,1360.181041377359) - and current position to locate is (942.7329688245859,-263.7654309810132,1361.161742177171) + Change of (End) Position / G4PathFinder::Locate is 1.539608798061383 mm long + and its vector is (0.2114084931790785,0.1020771776063611,1.52160505713266) mm + Endpoint of ComputeStep() was (-1449.026986663383,1425.903854909993,355.2062925402859) + and current position to locate is (-1448.815578170204,1426.0059320876,356.7278975974186) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1438,10 +1440,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.182378003463146 mm long - and its vector is (0.2146769457351638,-1.131301609210539,-0.2684924971781584) mm - Endpoint of ComputeStep() was (957.0085516967901,-264.9588401216542,1377.604451963286) - and current position to locate is (957.2232286425252,-266.0901417308647,1377.335959466108) + Change of (End) Position / G4PathFinder::Locate is 0.4322571110518735 mm long + and its vector is (-0.03388811757872645,-0.1486104158104808,0.4044907290093533) mm + Endpoint of ComputeStep() was (-1460.887183080507,1437.506298280697,359.9417913708284) + and current position to locate is (-1460.921071198085,1437.357687864887,360.3462820998377) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1450,10 +1452,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.313568920300953 mm long - and its vector is (1.300552311623278,-1.50769412709684,-1.178143986459872) mm - Endpoint of ComputeStep() was (982.9011631602332,-266.6097907394168,1406.346818279522) - and current position to locate is (984.2017154718565,-268.1174848665137,1405.168674293063) + Change of (End) Position / G4PathFinder::Locate is 4.914704819097285 mm long + and its vector is (1.4119011333446,-0.4746701245703662,4.683539998906667) mm + Endpoint of ComputeStep() was (-1544.342543109819,1519.293279848057,393.7985956121434) + and current position to locate is (-1542.930641976475,1518.818609723486,398.4821356110501) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1462,10 +1464,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.323312872158199 mm long - and its vector is (-2.431539316495332,-0.6414957108144677,2.172673065971139) mm - Endpoint of ComputeStep() was (1013.330822554002,-271.7395103225585,1436.698984307516) - and current position to locate is (1010.899283237507,-272.381006033373,1438.871657373488) + Change of (End) Position / G4PathFinder::Locate is 0.5124326151387072 mm long + and its vector is (0.04947819063477255,0.2551267827082029,-0.4416439951526172) mm + Endpoint of ComputeStep() was (-1557.637675606616,1533.251055938566,405.1717457682474) + and current position to locate is (-1557.588197415981,1533.506182721274,404.7301017730948) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1474,10 +1476,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.41907868980019 mm long - and its vector is (1.855983084119998,0.7635478669882332,-1.350652862035076) mm - Endpoint of ComputeStep() was (1039.740746224066,-278.3856152369124,1475.109289003807) - and current position to locate is (1041.596729308186,-277.6220673699241,1473.758636141772) + Change of (End) Position / G4PathFinder::Locate is 7.283962493972532 mm long + and its vector is (-4.84210940060143,-3.090445715323767,-4.478753336235741) mm + Endpoint of ComputeStep() was (-1627.238587523767,1609.379329916232,427.6768814513121) + and current position to locate is (-1632.080696924369,1606.288884200908,423.1981281150763) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1486,10 +1488,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5811169963067948 mm long - and its vector is (0.320674873760936,0.4304271923154488,-0.2227038860246466) mm - Endpoint of ComputeStep() was (1052.152311843399,-279.4961008554406,1485.335780894386) - and current position to locate is (1052.47298671716,-279.0656736631252,1485.113077008361) + Change of (End) Position / G4PathFinder::Locate is 5.742764103812627 mm long + and its vector is (4.007020796550478,3.922626248142933,-1.23940598894427) mm + Endpoint of ComputeStep() was (-1688.106161484421,1669.617447206821,442.4969552056323) + and current position to locate is (-1684.099140687871,1673.540073454964,441.257549216688) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1498,10 +1500,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.463269543428347 mm long - and its vector is (0.8744464684505147,-0.7181754367775852,-0.927752753996856) mm - Endpoint of ComputeStep() was (1072.795005798987,-281.6270207266956,1506.250189541335) - and current position to locate is (1073.669452267438,-282.3451961634732,1505.322436787338) + Change of (End) Position / G4PathFinder::Locate is 1.746861911705108 mm long + and its vector is (1.344643380557272,1.113197924439874,0.06520045024609544) mm + Endpoint of ComputeStep() was (-1738.965421237106,1738.464096364774,464.2987000243457) + and current position to locate is (-1737.620777856549,1739.577294289214,464.3639004745918) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1510,10 +1512,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.551845061038554 mm long - and its vector is (1.05510966129691,0.5362041823308346,-1.003718970109958) mm - Endpoint of ComputeStep() was (1094.119067188733,-286.4553606770765,1524.623356116256) - and current position to locate is (1095.17417685003,-285.9191564947457,1523.619637146146) + Change of (End) Position / G4PathFinder::Locate is 1.248474483447955 mm long + and its vector is (-0.9370450111664468,-0.7751048262944096,0.2825733376025141) mm + Endpoint of ComputeStep() was (-1756.737703887429,1765.810243635417,472.9275728317786) + and current position to locate is (-1757.674748898595,1765.035138809122,473.2101461693811) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1522,10 +1524,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 22.41396353157696 mm long - and its vector is (-11.91893812617991,10.65946949358101,15.70669873826364) mm - Endpoint of ComputeStep() was (1216.870145030039,-305.4755850798496,1629.24004131217) - and current position to locate is (1204.951206903859,-294.8161155862686,1644.946740050434) + Change of (End) Position / G4PathFinder::Locate is 72.89001961679392 mm long + and its vector is (-10.0472646291023,-32.12921968145338,64.65075928301462) mm + Endpoint of ComputeStep() was (-2109.31685237451,2245.281418063897,657.2280458964491) + and current position to locate is (-2119.364117003613,2213.152198382444,721.8788051794637) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1534,10 +1536,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 32.13758401231733 mm long - and its vector is (-19.86721681967197,-22.63386342071578,11.21722909819005) mm - Endpoint of ComputeStep() was (1317.344841183508,-310.8729614894014,1811.611807499879) - and current position to locate is (1297.477624363836,-333.5068249101172,1822.829036598069) + Change of (End) Position / G4PathFinder::Locate is 8.10196312070976 mm long + and its vector is (4.249034069303889,5.928376701184334,-3.527302875582222) mm + Endpoint of ComputeStep() was (-2199.866971103396,2304.636401709361,778.6625452915058) + and current position to locate is (-2195.617937034092,2310.564778410545,775.1352424159236) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1546,10 +1548,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 40.64235986025854 mm long - and its vector is (-6.719103169943082,-39.43596033758058,-7.173569533724958) mm - Endpoint of ComputeStep() was (1412.021426855114,-384.1350165794253,1993.865189025334) - and current position to locate is (1405.30232368517,-423.5709769170059,1986.691619491609) + Change of (End) Position / G4PathFinder::Locate is 14.04140868882017 mm long + and its vector is (11.17860075889621,4.144339134948041,7.417849834973595) mm + Endpoint of ComputeStep() was (-2263.99634303726,2465.112587146861,791.8350101422402) + and current position to locate is (-2252.817742278364,2469.256926281809,799.2528599772138) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1558,10 +1560,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.990752704747912 mm long - and its vector is (0.6195751810867023,3.046517420489522,2.502192109348925) mm - Endpoint of ComputeStep() was (1432.838534506234,-451.0337643150249,2013.310322015889) - and current position to locate is (1433.458109687321,-447.9872468945354,2015.812514125238) + Change of (End) Position / G4PathFinder::Locate is 2.521132990405978 mm long + and its vector is (2.035963197396995,0.2741093809263475,1.461447727921382) mm + Endpoint of ComputeStep() was (-2268.158304503718,2531.620999833784,808.9269949152632) + and current position to locate is (-2266.122341306321,2531.89510921471,810.3884426431846) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1570,10 +1572,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.626647688227298 mm long - and its vector is (4.591510542093374,0.8568118582112447,-3.137366505352475) mm - Endpoint of ComputeStep() was (1466.445458693065,-471.1622491062698,2057.760161549274) - and current position to locate is (1471.036969235158,-470.3054372480585,2054.622795043922) + Change of (End) Position / G4PathFinder::Locate is 0.452991894165238 mm long + and its vector is (0.3908616403418819,0.04556637840141775,0.22439371525968) mm + Endpoint of ComputeStep() was (-2270.842051040617,2551.849257181792,814.557522114298) + and current position to locate is (-2270.451189400275,2551.894823560193,814.7819158295576) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1582,10 +1584,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.108820542434841 mm long - and its vector is (2.276947864195336,0.4331251527557356,-2.071877455558479) mm - Endpoint of ComputeStep() was (1501.175316824691,-494.6263560968748,2082.659899423316) - and current position to locate is (1503.452264688887,-494.1932309441191,2080.588021967758) + Change of (End) Position / G4PathFinder::Locate is 1.45176342312725 mm long + and its vector is (-1.408670844107291,-0.3288064589669375,0.1230845328781243) mm + Endpoint of ComputeStep() was (-2277.746366537322,2585.447223165923,820.9219429391826) + and current position to locate is (-2279.155037381429,2585.118416706956,821.0450274720607) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1594,10 +1596,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.932448562868523 mm long - and its vector is (1.114598613189401,-0.2497221435013444,-1.558738666567933) mm - Endpoint of ComputeStep() was (1591.734804116345,-553.1245078574701,2153.156979953413) - and current position to locate is (1592.849402729535,-553.3742300009715,2151.598241286845) + Change of (End) Position / G4PathFinder::Locate is 23.58659057655362 mm long + and its vector is (9.262278708975828,6.164204166451782,-20.79759685967394) mm + Endpoint of ComputeStep() was (-2334.361401728899,2826.98401042475,868.1452849696155) + and current position to locate is (-2325.099123019923,2833.148214591201,847.3476881099416) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1606,10 +1608,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 22.74204074037461 mm long - and its vector is (2.71110598444011,-17.48695986920961,-14.28483657276638) mm - Endpoint of ComputeStep() was (1685.535766780687,-610.7519203742092,2239.428712346751) - and current position to locate is (1688.246872765127,-628.2388802434189,2225.143875773984) + Change of (End) Position / G4PathFinder::Locate is 5.370305956617302 mm long + and its vector is (3.559862735039587,0.9704702014191753,-3.902018831773262) mm + Endpoint of ComputeStep() was (-2340.960718186538,2919.834199122993,854.4365988788012) + and current position to locate is (-2337.400855451498,2920.804669324412,850.5345800470279) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1618,10 +1620,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.298087090882042 mm long - and its vector is (1.166658911165769,1.977063176734532,0.1064540157840383) mm - Endpoint of ComputeStep() was (1709.518978941326,-641.6969813504185,2241.960750971321) - and current position to locate is (1710.685637852492,-639.7199181736839,2242.067204987105) + Change of (End) Position / G4PathFinder::Locate is 5.325853902629884 mm long + and its vector is (-1.088218942106778,0.03608855430911717,5.213367140576793) mm + Endpoint of ComputeStep() was (-2369.390650704361,3004.22155600628,843.2797109818458) + and current position to locate is (-2370.478869646468,3004.257644560589,848.4930781224226) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1630,10 +1632,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.299441458797515 mm long - and its vector is (0.0513612189693049,4.19356426924287,3.239669816530295) mm - Endpoint of ComputeStep() was (1765.386823028658,-668.7410323890166,2278.76612642369) - and current position to locate is (1765.438184247627,-664.5474681197737,2282.005796240221) + Change of (End) Position / G4PathFinder::Locate is 0.0919375960432432 mm long + and its vector is (0.02091752927344714,-0.03769853841276927,0.08120220894068098) mm + Endpoint of ComputeStep() was (-2372.372695231938,3010.260958722924,851.7679929941226) + and current position to locate is (-2372.351777702664,3010.223260184512,851.8491952030632) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1642,10 +1644,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 70.36489315663515 mm long - and its vector is (-8.277276381220872,63.3204422543954,29.55040570552865) mm - Endpoint of ComputeStep() was (2014.5353160948,-719.572221472866,2469.686384405131) - and current position to locate is (2006.258039713579,-656.2517792184706,2499.23679011066) + Change of (End) Position / G4PathFinder::Locate is 1.535108703837422 mm long + and its vector is (-0.4543621849757074,0.6292858059537139,-1.324429353301525) mm + Endpoint of ComputeStep() was (-2382.140966567293,3040.144020881987,869.4239697230502) + and current position to locate is (-2382.595328752268,3040.773306687941,868.0995403697486) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1654,10 +1656,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 51.8214799896118 mm long - and its vector is (5.854442071115045,-51.45930544736882,1.76951383834421) mm - Endpoint of ComputeStep() was (2197.358093714804,-629.5598794814192,2643.209908648552) - and current position to locate is (2203.212535785919,-681.019184928788,2644.979422486897) + Change of (End) Position / G4PathFinder::Locate is 3.93107031354294 mm long + and its vector is (-2.612910112741247,0.5787682257191591,-2.879416936404141) mm + Endpoint of ComputeStep() was (-2410.787169081903,3122.152625462442,910.0394578247922) + and current position to locate is (-2413.400079194644,3122.731393688161,907.160040888388) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1666,10 +1668,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2391365823028336 mm long - and its vector is (0.1548594010973829,0.03515807385076641,-0.1787981563952599) mm - Endpoint of ComputeStep() was (2208.057005330956,-680.9247303171336,2649.193853495486) - and current position to locate is (2208.211864732054,-680.8895722432828,2649.015055339091) + Change of (End) Position / G4PathFinder::Locate is 11.37844343343244 mm long + and its vector is (8.487959812672216,5.844741371956388,-4.823122586170143) mm + Endpoint of ComputeStep() was (-2471.594150742019,3257.933153656737,968.5871296937447) + and current position to locate is (-2463.106190929347,3263.777895028693,963.7640071075746) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1678,10 +1680,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 13.5335224400823 mm long - and its vector is (-5.769449429736142,-9.975337665095253,7.096641556487157) mm - Endpoint of ComputeStep() was (2348.954361410386,-680.2299373590279,2764.363532698537) - and current position to locate is (2343.18491198065,-690.2052750241231,2771.460174255024) + Change of (End) Position / G4PathFinder::Locate is 2.144570444283088 mm long + and its vector is (2.017596389868686,0.7196844512304779,-0.1026717523883462) mm + Endpoint of ComputeStep() was (-2476.395840460962,3303.234403713052,979.1829207381428) + and current position to locate is (-2474.378244071093,3303.954088164282,979.0802489857545) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1690,10 +1692,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.822315057592368 mm long - and its vector is (4.487062352464818,3.247694301228989,-5.523347357453986) mm - Endpoint of ComputeStep() was (2400.891970765343,-697.0507149549004,2814.315214753654) - and current position to locate is (2405.379033117808,-693.8030206536714,2808.7918673962) + Change of (End) Position / G4PathFinder::Locate is 6.336318760276723 mm long + and its vector is (1.099181727921405,-1.847913710376361,5.960364911634315) mm + Endpoint of ComputeStep() was (-2511.180015730919,3421.485817953359,1022.305845684075) + and current position to locate is (-2510.080834002998,3419.637904242983,1028.266210595709) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1702,10 +1704,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7386140826012743 mm long - and its vector is (0.3444555222768031,0.4765757676254907,-0.4469638619643774) mm - Endpoint of ComputeStep() was (2443.745016716802,-696.6189458610693,2835.356371176852) - and current position to locate is (2444.089472239079,-696.1423700934438,2834.909407314888) + Change of (End) Position / G4PathFinder::Locate is 0.278326694246578 mm long + and its vector is (0.09664936347007824,0.1421834795914947,-0.218880121076154) mm + Endpoint of ComputeStep() was (-2512.490454143743,3428.157595931631,1032.736562456447) + and current position to locate is (-2512.393804780273,3428.299779411223,1032.517682335371) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1714,10 +1716,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 21.04881963476859 mm long - and its vector is (-7.497232944181633,9.846980713055132,17.02590018279261) mm - Endpoint of ComputeStep() was (2544.475214112637,-732.4716132892015,2900.124675597222) - and current position to locate is (2536.977981168456,-722.6246325761464,2917.150575780015) + Change of (End) Position / G4PathFinder::Locate is 16.86499274351777 mm long + and its vector is (13.88329846869829,7.149014648478897,-6.36974045183797) mm + Endpoint of ComputeStep() was (-2548.331801935965,3564.630335379245,1107.197522804181) + and current position to locate is (-2534.448503467267,3571.779350027724,1100.827782352343) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1726,10 +1728,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.885094644915423 mm long - and its vector is (0.1183817093178732,-1.819938966455084,-0.4768540128447967) mm - Endpoint of ComputeStep() was (2561.265283836039,-728.1081984131051,2944.108359923675) - and current position to locate is (2561.383665545357,-729.9281373795602,2943.631505910831) + Change of (End) Position / G4PathFinder::Locate is 3.332235852556547 mm long + and its vector is (-0.9086141302791475,0.5927989720803453,-3.150683341438935) mm + Endpoint of ComputeStep() was (-2544.972435895733,3619.930985665297,1112.922439190548) + and current position to locate is (-2545.881050026012,3620.523784637378,1109.771755849109) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1738,10 +1740,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.751606809745241 mm long - and its vector is (0.4043466270923091,5.530635148846159,1.526289471042219) mm - Endpoint of ComputeStep() was (2608.785980636371,-746.889869356178,2992.535849580853) - and current position to locate is (2609.190327263463,-741.3592342073318,2994.062139051895) + Change of (End) Position / G4PathFinder::Locate is 12.42336618342506 mm long + and its vector is (-12.07444917013981,-2.802536584157224,-0.8327624268899854) mm + Endpoint of ComputeStep() was (-2590.421009125391,3805.152637949694,1134.228138160792) + and current position to locate is (-2602.495458295531,3802.350101365537,1133.395375733902) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1750,10 +1752,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4132596918047046 mm long - and its vector is (0.04344219051972686,0.3945338587992637,0.115062518720606) mm - Endpoint of ComputeStep() was (2615.509989212563,-743.5628649377413,2999.232084779136) - and current position to locate is (2615.553431403083,-743.1683310789421,2999.347147297857) + Change of (End) Position / G4PathFinder::Locate is 15.66912544544846 mm long + and its vector is (13.80110875944865,7.351201676143774,1.005347279168291) mm + Endpoint of ComputeStep() was (-2681.366870679885,3948.013634136673,1151.012108214856) + and current position to locate is (-2667.565761920436,3955.364835812817,1152.017455494025) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1762,10 +1764,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 20.23216789192402 mm long - and its vector is (-7.972718053460085,-18.58523230822084,0.6045862192418099) mm - Endpoint of ComputeStep() was (2701.392746506606,-777.5499876744705,3074.409364743125) - and current position to locate is (2693.420028453146,-796.1352199826913,3075.013950962367) + Change of (End) Position / G4PathFinder::Locate is 2.425282655192861 mm long + and its vector is (-2.199665623791589,-0.9912813954838384,0.24663393127571) mm + Endpoint of ComputeStep() was (-2685.074248484904,3995.853920192779,1158.599112921073) + and current position to locate is (-2687.273914108695,3994.862638797295,1158.845746852349) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1774,10 +1776,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 27.73488485743021 mm long - and its vector is (21.20641283421082,14.97784243565536,-9.755825374237247) mm - Endpoint of ComputeStep() was (2780.187589175685,-859.6425302981283,3166.121180928774) - and current position to locate is (2801.394002009896,-844.664687862473,3156.365355554537) + Change of (End) Position / G4PathFinder::Locate is 0.01323104913329968 mm long + and its vector is (0.004899472522538417,0.01216939979483556,-0.001720912200589453) mm + Endpoint of ComputeStep() was (-444.7702093638505,20.16365464636216,24.60810801539488) + and current position to locate is (-444.7653098913279,20.175824046157,24.60638710319429) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1786,10 +1788,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3677945627057546 mm long - and its vector is (0.1570643391828526,0.3010962267017021,-0.1412256916391925) mm - Endpoint of ComputeStep() was (2807.353713970444,-845.736455713009,3160.708424850131) - and current position to locate is (2807.510778309627,-845.4353594863073,3160.567199158492) + Change of (End) Position / G4PathFinder::Locate is 9.831669288983111e-05 mm long + and its vector is (5.359951359196202e-05,3.893811528499214e-05,7.264356421288198e-05) mm + Endpoint of ComputeStep() was (-444.7626098645931,20.17525482526032,24.6047000200772) + and current position to locate is (-444.7625562650795,20.17529376337561,24.60477266364141) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1798,10 +1800,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.449784291993339 mm long - and its vector is (0.5193920798178624,1.26018169254337,-0.4940126137171319) mm - Endpoint of ComputeStep() was (2823.11562814844,-847.464654864489,3171.79718473909) - and current position to locate is (2823.635020228258,-846.2044731719457,3171.303172125373) + Change of (End) Position / G4PathFinder::Locate is 0.01447666083484934 mm long + and its vector is (0.003563572461757758,-0.007021296718459524,0.01214808843515769) mm + Endpoint of ComputeStep() was (-444.684047126651,20.14496747862057,24.56421460794713) + and current position to locate is (-444.6804835541893,20.13794618190211,24.57636269638229) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1810,10 +1812,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.016243919359788 mm long - and its vector is (0.5821654820520052,0.3736824473927527,-0.7444437410936189) mm - Endpoint of ComputeStep() was (2838.227945996841,-847.9819554894441,3181.822816914798) - and current position to locate is (2838.810111478893,-847.6082730420513,3181.078373173704) + Change of (End) Position / G4PathFinder::Locate is 0.01909045452528223 mm long + and its vector is (0.00170625533820612,0.01122200161028886,-0.01534929400856555) mm + Endpoint of ComputeStep() was (-444.5969778164568,20.09038344308966,24.55087181578896) + and current position to locate is (-444.5952715611186,20.10160544469995,24.53552252178039) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1822,10 +1824,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 21.80050086390353 mm long - and its vector is (-4.583082965067206,-20.59530572909694,5.485487250682127) mm - Endpoint of ComputeStep() was (2936.414674324964,-854.3686118746733,3237.244498464433) - and current position to locate is (2931.831591359897,-874.9639176037703,3242.729985715115) + Change of (End) Position / G4PathFinder::Locate is 0.01385508117122543 mm long + and its vector is (0.005808283921510338,-0.0004688963778747279,0.01257009340996262) mm + Endpoint of ComputeStep() was (-444.5222865026515,20.09446150565457,24.5015317076463) + and current position to locate is (-444.51647821873,20.0939926092767,24.51410180105626) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1834,10 +1836,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 22.29879526168949 mm long - and its vector is (-16.97639962444009,-2.870911946422666,14.1702501922141) mm - Endpoint of ComputeStep() was (3045.872883949672,-940.9481460646931,3365.986500119317) - and current position to locate is (3028.896484325232,-943.8190580111158,3380.156750311531) + Change of (End) Position / G4PathFinder::Locate is 0.01194530794787872 mm long + and its vector is (0.001798354665311308,-0.00579480529713905,0.01028963235668101) mm + Endpoint of ComputeStep() was (-444.4372683308961,20.08670837751566,24.49615575889301) + and current position to locate is (-444.4354699762308,20.08091357221852,24.50644539124969) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1846,10 +1848,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.52531319927515 mm long - and its vector is (-0.3042989090245101,-4.595271195013424,9.464306776572812) mm - Endpoint of ComputeStep() was (3065.559951619422,-890.8962233751284,3407.031558648207) - and current position to locate is (3065.255652710398,-895.4914945701419,3416.49586542478) + Change of (End) Position / G4PathFinder::Locate is 0.01681729575197236 mm long + and its vector is (0.0005752577890234534,0.01188977115944923,-0.01187955624850545) mm + Endpoint of ComputeStep() was (-444.338350764821,20.06664848667684,24.49687095787419) + and current position to locate is (-444.3377755070319,20.07853825783629,24.48499140162568) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1858,10 +1860,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01597096712996851 mm long - and its vector is (-0.007329133192797599,0.01136386793416477,-0.008498123515437328) mm - Endpoint of ComputeStep() was (3065.702036694581,-894.7494811018715,3417.103121294185) - and current position to locate is (3065.694707561388,-894.7381172339374,3417.09462317067) + Change of (End) Position / G4PathFinder::Locate is 0.01562538789629296 mm long + and its vector is (-0.002515798061949681,-0.01485292210511346,-0.004149001320865153) mm + Endpoint of ComputeStep() was (-444.2492208814404,20.06827884720343,24.46802266071161) + and current position to locate is (-444.2517366795024,20.05342592509831,24.46387365939075) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1870,10 +1872,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.476345907054369 mm long - and its vector is (0.583074762900651,0.6442271341777541,-1.193562925753668) mm - Endpoint of ComputeStep() was (3075.578603358101,-880.0808927251236,3429.834321774256) - and current position to locate is (3076.161678121001,-879.4366655909458,3428.640758848503) + Change of (End) Position / G4PathFinder::Locate is 0.01393185259965821 mm long + and its vector is (-0.004181983704370396,-0.0121335074715212,-0.005420841779052665) mm + Endpoint of ComputeStep() was (-444.1703744087155,20.03437596110868,24.44374527073267) + and current position to locate is (-444.1745563924199,20.02224245363715,24.43832442895361) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1882,10 +1884,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2807505728848172 mm long - and its vector is (0.2460608140486329,-0.06485545219982214,-0.1186116785347622) mm - Endpoint of ComputeStep() was (3079.829974808161,-874.2560065267185,3433.417945123168) - and current position to locate is (3080.076035622209,-874.3208619789183,3433.299333444633) + Change of (End) Position / G4PathFinder::Locate is 0.0140834267032315 mm long + and its vector is (-0.002244988105019274,-0.01059662888997792,0.009000799535691328) mm + Endpoint of ComputeStep() was (-444.1014798841688,19.99266631951573,24.42173130020831) + and current position to locate is (-444.1037248722738,19.98206969062575,24.43073209974401) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1894,10 +1896,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.82863805334366 mm long - and its vector is (-9.765113336593458,2.543404637331491,3.92849289990545) mm - Endpoint of ComputeStep() was (3111.042260071241,-824.7208137185597,3478.160226179899) - and current position to locate is (3101.277146734647,-822.1774090812282,3482.088719079805) + Change of (End) Position / G4PathFinder::Locate is 0.003837037010990833 mm long + and its vector is (-0.001932132323645419,-0.003287947496616539,-0.0004232244878679126) mm + Endpoint of ComputeStep() was (-444.0284294342916,19.9385342162051,24.42520691043872) + and current position to locate is (-444.0303615666152,19.93524626870848,24.42478368595085) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1906,10 +1908,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.09950025961013 mm long - and its vector is (-1.545361053017132,-0.7555638893309151,1.203695877312839) mm - Endpoint of ComputeStep() was (3104.815805498039,-799.2760483493203,3501.00707466084) - and current position to locate is (3103.270444445022,-800.0316122386512,3502.210770538153) + Change of (End) Position / G4PathFinder::Locate is 0.00853234368833967 mm long + and its vector is (0.006819411187450442,0.005087444364118454,-0.000643762156720129) mm + Endpoint of ComputeStep() was (-443.9889375690977,19.8812966771693,24.43724438528555) + and current position to locate is (-443.9821181579102,19.88638412153342,24.43660062312883) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1918,10 +1920,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6294032693812861 mm long - and its vector is (-0.1130404394903053,0.3941435188904734,-0.4775156762498227) mm - Endpoint of ComputeStep() was (3103.228552129654,-791.9178558599563,3508.917817396622) - and current position to locate is (3103.115511690163,-791.5237123410658,3508.440301720373) + Change of (End) Position / G4PathFinder::Locate is 0.0100403445512297 mm long + and its vector is (-0.006740400789112755,0.004124934657973256,-0.006193579738486221) mm + Endpoint of ComputeStep() was (-455.9132609648236,18.58428008668728,24.11697839656141) + and current position to locate is (-455.9200013656127,18.58840502134525,24.11078481682292) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1930,10 +1932,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.129468023163653 mm long - and its vector is (3.761773322188674,1.780528617356595,-2.99836980973032) mm - Endpoint of ComputeStep() was (3102.879557694357,-745.5439714748492,3535.448524228968) - and current position to locate is (3106.641331016545,-743.7634428574926,3532.450154419238) + Change of (End) Position / G4PathFinder::Locate is 0.02479621480375988 mm long + and its vector is (0.01472762822209006,-0.006521701120274059,-0.01885249718323578) mm + Endpoint of ComputeStep() was (-455.9139017618384,18.73792295730413,24.06382665604728) + and current position to locate is (-455.8991741336163,18.73140125618386,24.04497415886404) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1942,10 +1944,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.119206071097094 mm long - and its vector is (1.095975916858606,-0.04119507979044101,-0.2230739443493803) mm - Endpoint of ComputeStep() was (3108.867002177084,-732.7550967562747,3541.352100814587) - and current position to locate is (3109.962978093943,-732.7962918360652,3541.129026870237) + Change of (End) Position / G4PathFinder::Locate is 0.01754679741800627 mm long + and its vector is (-0.01601009843795964,0.005742900967266706,0.00431114092967988) mm + Endpoint of ComputeStep() was (-455.8821442086877,18.83796505351285,23.96626307848079) + and current position to locate is (-455.8981543071257,18.84370795448012,23.97057421941047) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1954,10 +1956,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 32.85550133066513 mm long - and its vector is (22.91013259232886,6.691607985685209,-22.57946356442426) mm - Endpoint of ComputeStep() was (3234.755925426172,-494.2506599250823,3738.444468519365) - and current position to locate is (3257.666058018501,-487.5590519393971,3715.865004954941) + Change of (End) Position / G4PathFinder::Locate is 0.02584659528114345 mm long + and its vector is (-0.001176682025004538,-0.01146677635470184,-0.0231338485140391) mm + Endpoint of ComputeStep() was (-455.8609991420149,18.98481125711992,23.8987435498099) + and current position to locate is (-455.8621758240399,18.97334448076521,23.87560970129586) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1966,10 +1968,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.08838293013651 mm long - and its vector is (1.163173655174887,0.135415980475841,-1.729171137575577) mm - Endpoint of ComputeStep() was (3271.311419849676,-462.8593667224415,3726.978223924922) - and current position to locate is (3272.47459350485,-462.7239507419656,3725.249052787346) + Change of (End) Position / G4PathFinder::Locate is 0.01816814706526374 mm long + and its vector is (-0.01709191695482559,0.0035438696822645,-0.005038742925524531) mm + Endpoint of ComputeStep() was (-455.8150075912761,19.08503692876415,23.79416636450153) + and current position to locate is (-455.832099508231,19.08858079844641,23.789127621576) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1978,10 +1980,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02891258062049224 mm long - and its vector is (0.01035647085473101,-0.01372609419314585,0.02324381999096659) mm - Endpoint of ComputeStep() was (3273.385459344136,-461.9375915834251,3725.307575197307) - and current position to locate is (3273.39581581499,-461.9513176776182,3725.330819017298) + Change of (End) Position / G4PathFinder::Locate is 0.02863548086215547 mm long + and its vector is (-0.00560720529495029,0.0176905099856306,0.02180816061559199) mm + Endpoint of ComputeStep() was (-455.8345891924499,19.21397718643766,23.686767488422) + and current position to locate is (-455.8401963977448,19.23166769642329,23.70857564903759) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -1990,10 +1992,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 45.92871690400789 mm long - and its vector is (-8.180020949406298,6.683762459069897,44.69744526375644) mm - Endpoint of ComputeStep() was (3394.531853086836,-371.2155410581115,3733.931734413676) - and current position to locate is (3386.35183213743,-364.5317785990416,3778.629179677432) + Change of (End) Position / G4PathFinder::Locate is 0.02364411356631559 mm long + and its vector is (0.02317708099974425,0.0004364731982811065,0.004655804314541712) mm + Endpoint of ComputeStep() was (-455.829754343764,19.35445891074076,23.64508255848228) + and current position to locate is (-455.8065772627643,19.35489538393904,23.64973836279682) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2002,10 +2004,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 26.30204754626751 mm long - and its vector is (-16.81628043950559,18.02670801211235,-9.167781386576735) mm - Endpoint of ComputeStep() was (3450.181352805384,-295.5098338088127,3797.26654875129) - and current position to locate is (3433.365072365878,-277.4831257967003,3788.098767364714) + Change of (End) Position / G4PathFinder::Locate is 0.0005904815088015613 mm long + and its vector is (0.00043721654969886,8.870993011456108e-05,0.0003868341365560468) mm + Endpoint of ComputeStep() was (-455.801776828039,19.37646195871431,23.63936699566671) + and current position to locate is (-455.8013396114893,19.37655066864442,23.63975382980327) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2014,10 +2016,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.732090383132276 mm long - and its vector is (6.906683130471265,-5.049910962564041,1.745144654356864) mm - Endpoint of ComputeStep() was (3459.533868990897,-238.9461087679194,3796.045912908657) - and current position to locate is (3466.440552121368,-243.9960197304835,3797.791057563014) + Change of (End) Position / G4PathFinder::Locate is 0.005239882257468354 mm long + and its vector is (0.004840638613131887,-0.00141600135341946,0.001421099594082875) mm + Endpoint of ComputeStep() was (-455.7520623997023,19.49599153574755,23.59091506794563) + and current position to locate is (-455.7472217610892,19.49457553439413,23.59233616753971) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2026,10 +2028,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.617319597694661 mm long - and its vector is (1.246427035241595,-2.746943415230049,4.738670803293644) mm - Endpoint of ComputeStep() was (3491.035702661766,-222.5934775204531,3803.72848453179) - and current position to locate is (3492.282129697008,-225.3404209356831,3808.467155335084) + Change of (End) Position / G4PathFinder::Locate is 0.01814923560316851 mm long + and its vector is (0.006361171173637103,-0.01492039938365863,-0.008143214138847554) mm + Endpoint of ComputeStep() was (-455.605410904692,19.58353331279199,23.54012061199787) + and current position to locate is (-455.5990497335184,19.56861291340833,23.53197739785902) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2038,10 +2040,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 15.11125703153107 mm long - and its vector is (5.47863982547824,3.657421240845139,-13.59992149251957) mm - Endpoint of ComputeStep() was (3539.837763189309,-194.4953947654518,3835.919772739645) - and current position to locate is (3545.316403014788,-190.8379735246067,3822.319851247125) + Change of (End) Position / G4PathFinder::Locate is 0.0372066898248194 mm long + and its vector is (-0.01096318245498651,0.01461952116842014,0.03241012186007808) mm + Endpoint of ComputeStep() was (-455.4731234148406,19.67689224216528,23.52573124018672) + and current position to locate is (-455.4840865972956,19.6915117633337,23.5581413620468) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2050,10 +2052,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6931117440161495 mm long - and its vector is (0.2015598285911437,-0.5220459383018863,-0.408956676793423) mm - Endpoint of ComputeStep() was (3552.480457323441,-187.5789152077749,3821.690462822562) - and current position to locate is (3552.682017152033,-188.1009611460768,3821.281506145768) + Change of (End) Position / G4PathFinder::Locate is 0.02598845300142896 mm long + and its vector is (-0.01256044099312703,0.01302166775817426,-0.01865666583989167) mm + Endpoint of ComputeStep() was (-455.3985025933052,19.79445780070591,23.57237521636368) + and current position to locate is (-455.4110630342983,19.80747946846409,23.55371855052379) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2062,10 +2064,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.56994595303601 mm long - and its vector is (1.541764644576233,-6.421158195403137,-5.462203113057967) mm - Endpoint of ComputeStep() was (3589.084552445671,-174.1546818969449,3815.161791679756) - and current position to locate is (3590.626317090248,-180.575840092348,3809.699588566698) + Change of (End) Position / G4PathFinder::Locate is 0.02744683469195728 mm long + and its vector is (-0.02323390964215832,0.01014755580695237,0.01051386173070767) mm + Endpoint of ComputeStep() was (-455.3517462009545,19.97113939123418,23.52684105672195) + and current position to locate is (-455.3749801105967,19.98128694704113,23.53735491845265) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2074,10 +2076,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 28.41810462031322 mm long - and its vector is (-10.75276359317513,-11.90577181205936,-23.45675473887059) mm - Endpoint of ComputeStep() was (3684.285488273451,-166.9412530086953,3759.845070256139) - and current position to locate is (3673.532724680276,-178.8470248207547,3736.388315517268) + Change of (End) Position / G4PathFinder::Locate is 0.03147474561696671 mm long + and its vector is (0.01843507912764153,0.0006222255349150885,0.02550333908714819) mm + Endpoint of ComputeStep() was (-455.3600074893724,20.15192867302244,23.52236868096669) + and current position to locate is (-455.3415724102447,20.15255089855736,23.54787202005384) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2086,10 +2088,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 16.91281760108966 mm long - and its vector is (13.31694500878666,1.967560014432621,10.23870511491987) mm - Endpoint of ComputeStep() was (3715.111809775958,-202.8597048732189,3686.923076022651) - and current position to locate is (3728.428754784745,-200.8921448587863,3697.161781137571) + Change of (End) Position / G4PathFinder::Locate is 0.04138207251211219 mm long + and its vector is (0.03606152984855271,-0.008312359655562318,-0.01851881927489529) mm + Endpoint of ComputeStep() was (-455.2891214950621,20.30859239437213,23.57996840806942) + and current position to locate is (-455.2530599652136,20.30028003471657,23.56144958879452) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2098,10 +2100,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 14.83746106625182 mm long - and its vector is (5.511148874785704,-8.761918226531179,10.63044109922384) mm - Endpoint of ComputeStep() was (3770.968701672192,-201.7610475958458,3674.391584408029) - and current position to locate is (3776.479850546978,-210.522965822377,3685.022025507253) + Change of (End) Position / G4PathFinder::Locate is 0.03924690380976038 mm long + and its vector is (0.02661184187888921,-0.009031984636099111,-0.02739621477501686) mm + Endpoint of ComputeStep() was (-455.1829642946404,20.44368343666102,23.58226113459543) + and current position to locate is (-455.1563524527616,20.43465145202492,23.55486491982042) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2110,10 +2112,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.462201071214272 mm long - and its vector is (0.06714260189346533,1.41112566404891,-0.3771580622678812) mm - Endpoint of ComputeStep() was (3787.272558211063,-212.0350165013809,3681.286077146583) - and current position to locate is (3787.339700812957,-210.623890837332,3680.908919084315) + Change of (End) Position / G4PathFinder::Locate is 0.03096439787468798 mm long + and its vector is (-0.02523507144974246,0.01569206427280889,-0.008703115736700795) mm + Endpoint of ComputeStep() was (-455.0689560459141,20.57314189386397,23.55115893018258) + and current position to locate is (-455.0941911173638,20.58883395813678,23.54245581444588) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2122,10 +2124,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1052012341283468 mm long - and its vector is (-0.009344835738829715,-0.08254518867695992,-0.06454661519728688) mm - Endpoint of ComputeStep() was (3789.031361864054,-210.4592554151187,3680.453462875686) - and current position to locate is (3789.022017028315,-210.5418006037957,3680.388916260488) + Change of (End) Position / G4PathFinder::Locate is 0.01317330300669972 mm long + and its vector is (0.01249556358646942,0.003643991799631152,-0.002029316763604072) mm + Endpoint of ComputeStep() was (-455.1145365372204,20.66395057731385,23.55206341102014) + and current position to locate is (-455.1020409736339,20.66759456911348,23.55003409425653) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2134,10 +2136,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.716712768938549 mm long - and its vector is (-0.3928190548836028,-5.107418949736626,-4.344444185671364) mm - Endpoint of ComputeStep() was (3816.772193201929,-208.162853628313,3675.083041479912) - and current position to locate is (3816.379374147046,-213.2702725780497,3670.738597294241) + Change of (End) Position / G4PathFinder::Locate is 0.02524561143889058 mm long + and its vector is (-0.0008789640457962378,0.0238909696493822,0.008111096617716917) mm + Endpoint of ComputeStep() was (-854.6691461105249,0.283189252414364,-0.515419543219132) + and current position to locate is (-854.6700250745707,0.3070802220637462,-0.5073084466014151) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2146,10 +2148,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 13.28562960337231 mm long - and its vector is (-4.524242391413736,-0.9502797805755279,-12.45536643701689) mm - Endpoint of ComputeStep() was (3854.503708907717,-224.4011880040036,3657.7396824555) - and current position to locate is (3849.979466516303,-225.3514677845792,3645.284316018483) + Change of (End) Position / G4PathFinder::Locate is 0.03379451874347707 mm long + and its vector is (5.448110198358336e-05,0.001963896292013434,-0.0337373626750368) mm + Endpoint of ComputeStep() was (-842.2174504341674,0.778194198341883,-0.4597751229089932) + and current position to locate is (-842.2173959530654,0.7801580946338964,-0.49351248558403) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2158,10 +2160,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3403173972444837 mm long - and its vector is (-0.1437009340479563,0.2607167643412254,-0.1649022171241086) mm - Endpoint of ComputeStep() was (3853.033242110544,-225.5001939826883,3642.388018887137) - and current position to locate is (3852.889541176496,-225.2394772183471,3642.223116670013) + Change of (End) Position / G4PathFinder::Locate is 0.0003743197401989581 mm long + and its vector is (-8.804113122096169e-06,0.0002639702057495308,-0.0002652498557422778) mm + Endpoint of ComputeStep() was (-841.000920665296,0.8255024961589071,-0.4911980371019335) + and current position to locate is (-841.0009294694091,0.8257664663646567,-0.4914632869576758) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2170,10 +2172,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.273939388750529 mm long - and its vector is (-1.652364486843453,-0.2080121383671667,-1.548296772786671) mm - Endpoint of ComputeStep() was (3861.392345035745,-224.2165660559732,3633.011375533206) - and current position to locate is (3859.739980548902,-224.4245781943404,3631.46307876042) + Change of (End) Position / G4PathFinder::Locate is 0.0002327113274774424 mm long + and its vector is (4.681122277361283e-06,-0.0001238976820728821,-0.0001969314941991374) mm + Endpoint of ComputeStep() was (-840.9806486410457,0.8265567330109551,-0.4914783945902432) + and current position to locate is (-840.9806439599234,0.8264328353288822,-0.4916753260844424) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2182,10 +2184,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.929005298873541 mm long - and its vector is (0.6866579611705674,-2.375060702416221,1.570560264691721) mm - Endpoint of ComputeStep() was (3872.656546406298,-225.7274025548439,3623.845701709245) - and current position to locate is (3873.343204367468,-228.1024632572601,3625.416261973937) + Change of (End) Position / G4PathFinder::Locate is 3.715854903373156e-05 mm long + and its vector is (-2.700934373933706e-07,-3.457935113626576e-05,-1.359975333681263e-05) mm + Endpoint of ComputeStep() was (-840.9752944272724,0.8264546033000738,-0.4918369169750671) + and current position to locate is (-840.9752946973658,0.8264200239489375,-0.4918505167284039) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2194,10 +2196,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.154776111458194 mm long - and its vector is (-1.525022281970905,-1.268216395338442,-2.453272615816331) mm - Endpoint of ComputeStep() was (3889.944247971551,-233.3663772351755,3617.817767102405) - and current position to locate is (3888.41922568958,-234.634593630514,3615.364494486588) + Change of (End) Position / G4PathFinder::Locate is 0.0002764104734585978 mm long + and its vector is (-3.133605218863522e-06,0.0002516123999791731,-0.0001143858843243306) mm + Endpoint of ComputeStep() was (-839.0047148354188,0.8178041993728381,-0.5564528352072752) + and current position to locate is (-839.004717969024,0.8180558117728173,-0.5565672210915995) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2206,10 +2208,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.535665678569302 mm long - and its vector is (2.631431726569645,1.052858591274571,3.541090086814165) mm - Endpoint of ComputeStep() was (3902.514520632317,-242.8649322497351,3607.337185695668) - and current position to locate is (3905.145952358887,-241.8120736584605,3610.878275782482) + Change of (End) Position / G4PathFinder::Locate is 0.000135884969038907 mm long + and its vector is (9.396106065651111e-06,-5.435893624394783e-05,0.0001241835095813215) mm + Endpoint of ComputeStep() was (-838.9872388796164,0.8185424829591961,-0.5576767117931525) + and current position to locate is (-838.9872294835103,0.8184881240229521,-0.5575525282835712) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2218,10 +2220,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 15.70933321160337 mm long - and its vector is (-2.217376705328206,-15.0983071785474,-3.729277522802022) mm - Endpoint of ComputeStep() was (3942.16275482022,-242.9387477627285,3593.430037251216) - and current position to locate is (3939.945378114892,-258.0370549412759,3589.700759728414) + Change of (End) Position / G4PathFinder::Locate is 0.0001110746927082398 mm long + and its vector is (2.707243993427255e-06,8.497087670833459e-05,7.148572096304928e-05) mm + Endpoint of ComputeStep() was (-838.9757114256427,0.8185737324885582,-0.5580904877437221) + and current position to locate is (-838.9757087183987,0.8186587033652666,-0.558019002022759) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2230,10 +2232,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.37661806850319 mm long - and its vector is (-5.629338037046182,-4.67985162855723,7.354165115017622) mm - Endpoint of ComputeStep() was (3946.455281660555,-287.8324224201249,3575.723448944033) - and current position to locate is (3940.825943623509,-292.5122740486821,3583.077614059051) + Change of (End) Position / G4PathFinder::Locate is 0.0003149065991520136 mm long + and its vector is (1.338880133516795e-05,-0.0001858566920260873,0.0002538586146212385) mm + Endpoint of ComputeStep() was (-837.0019245091876,0.8456224329404839,-0.640368223560328) + and current position to locate is (-837.0019111203862,0.8454365762484578,-0.6401143649457067) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2242,10 +2244,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.80307616222663 mm long - and its vector is (7.683228215281815,-3.198849858500239,6.887802141578959) mm - Endpoint of ComputeStep() was (3928.167797505967,-315.9165973598959,3586.328071698643) - and current position to locate is (3935.851025721248,-319.1154472183962,3593.215873840222) + Change of (End) Position / G4PathFinder::Locate is 0.0002748056023873245 mm long + and its vector is (9.806605703488458e-06,1.965260661784818e-05,0.0002739264949601639) mm + Endpoint of ComputeStep() was (-836.9799770463377,0.8456899283061274,-0.6409177842900903) + and current position to locate is (-836.979967239732,0.8457095809127453,-0.6406438577951301) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2254,10 +2256,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02104951758079481 mm long - and its vector is (-0.007890971474807884,0.008314964585451889,0.01765435140441696) mm - Endpoint of ComputeStep() was (3935.841502390589,-319.5123994176452,3593.398576397478) - and current position to locate is (3935.833611419114,-319.5040844530597,3593.416230748883) + Change of (End) Position / G4PathFinder::Locate is 3.272325808066015e-05 mm long + and its vector is (-4.569831162370974e-07,-2.513217757738051e-05,2.095176450955805e-05) mm + Endpoint of ComputeStep() was (-836.9752399851898,0.8456654124289477,-0.640593731935572) + and current position to locate is (-836.9752404421729,0.8456402802513703,-0.6405727801710625) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2266,10 +2268,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2757169933412135 mm long - and its vector is (0.005891809415516036,0.1248982413604836,0.2457347682034197) mm - Endpoint of ComputeStep() was (3935.338433045094,-321.2939899553668,3594.337848587912) - and current position to locate is (3935.34432485451,-321.1690917140064,3594.583583356115) + Change of (End) Position / G4PathFinder::Locate is 0.0002045521303334714 mm long + and its vector is (-3.798420721068396e-06,-2.048170141377703e-06,0.0002045066038617316) mm + Endpoint of ComputeStep() was (-835.0039458569925,0.8221808373664168,-0.6043083300198032) + and current position to locate is (-835.0039496554132,0.8221787891962754,-0.6041038234159415) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2278,10 +2280,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4894117149761303 mm long - and its vector is (0.3386890915298864,-0.1951703968458673,-0.2944860645761764) mm - Endpoint of ComputeStep() was (3935.522307700225,-323.3349395695753,3596.223695714225) - and current position to locate is (3935.860996791755,-323.5301099664212,3595.929209649649) + Change of (End) Position / G4PathFinder::Locate is 0.000208178015711978 mm long + and its vector is (-7.208277452264156e-06,-0.0001436056927933693,0.0001505441196436585) mm + Endpoint of ComputeStep() was (-834.9804706610389,0.8216225435686161,-0.6035102228962753) + and current position to locate is (-834.9804778693164,0.8214789378758227,-0.6033596787766317) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2290,10 +2292,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2304198927105976 mm long - and its vector is (-0.1720479796787799,-0.03035084005142608,-0.1502386306959238) mm - Endpoint of ComputeStep() was (155.1317797098885,-197.1309437011697,473.4619380183958) - and current position to locate is (154.9597317302097,-197.1612945412212,473.3116993876999) + Change of (End) Position / G4PathFinder::Locate is 3.860943499148419e-05 mm long + and its vector is (-2.057647407127661e-06,-2.937681523262903e-05,2.496912662264261e-05) mm + Endpoint of ComputeStep() was (-834.9754512254651,0.8212814143588026,-0.603177836270781) + and current position to locate is (-834.9754532831125,0.82125203754357,-0.6031528671441584) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2302,10 +2304,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2985348522746126 mm long - and its vector is (-0.2814860665875187,0.08648974501545581,-0.04907317339313977) mm - Endpoint of ComputeStep() was (154.5212195114965,-198.5614132408911,473.3593663737245) - and current position to locate is (154.2397334449089,-198.4749234958757,473.3102932003314) + Change of (End) Position / G4PathFinder::Locate is 0.2062910335610098 mm long + and its vector is (-0.006206195782169743,0.01800171631403835,0.2054103499615634) mm + Endpoint of ComputeStep() was (-799.7806981359442,-0.4037066256016376,0.5658536216118142) + and current position to locate is (-799.7869043317264,-0.3857049092875993,0.7712639715733776) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2314,10 +2316,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2925579635810446 mm long - and its vector is (-0.1656007683898508,0.1134694818022695,0.2128173495345322) mm - Endpoint of ComputeStep() was (153.5409110378691,-199.8492181740372,473.4992579510375) - and current position to locate is (153.3753102694793,-199.7357486922349,473.7120753005721) + Change of (End) Position / G4PathFinder::Locate is 0.004863555317131406 mm long + and its vector is (0.0002870841780122646,0.00206191263327804,-0.004395482827888264) mm + Endpoint of ComputeStep() was (-797.8268510556439,-0.456377837249585,0.8661292905818606) + and current position to locate is (-797.8265639714659,-0.4543159246163069,0.8617338077539723) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2326,10 +2328,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.301409445233765 mm long - and its vector is (-0.2416409476339254,0.05081309720358718,-0.1728448299929255) mm - Endpoint of ComputeStep() was (153.2987055315069,-201.2088636813517,473.386102613628) - and current position to locate is (153.057064583873,-201.1580505841482,473.2132577836351) + Change of (End) Position / G4PathFinder::Locate is 0.07067556753493319 mm long + and its vector is (-0.001638518122490495,-0.06988032598925897,-0.0104446706210426) mm + Endpoint of ComputeStep() was (-785.9957081215277,-0.8122642151393411,1.400618346951762) + and current position to locate is (-785.9973466396502,-0.8821445411286001,1.39017367633072) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2338,10 +2340,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.552026574925937 mm long - and its vector is (-1.362571517715992,-0.1255179243676707,-0.7324142264100999) mm - Endpoint of ComputeStep() was (-246.3235860232263,-147.001699486322,186.7001697023144) - and current position to locate is (-247.6861575409423,-147.1272174106896,185.9677554759043) + Change of (End) Position / G4PathFinder::Locate is 0.1527377940879765 mm long + and its vector is (0.004213375103518047,0.1473107033307566,0.04013275342280886) mm + Endpoint of ComputeStep() was (-764.5167040217899,-1.74715065001441,2.3100869721589) + and current position to locate is (-764.5124906466864,-1.599839946683653,2.350219725581709) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2350,10 +2352,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.096363865790545 mm long - and its vector is (-0.4549522164622601,0.2149651699639321,0.9740750395373254) mm - Endpoint of ComputeStep() was (-251.6661370817487,-153.8883645956911,185.6009568769391) - and current position to locate is (-252.1210892982109,-153.6733994257271,186.5750319164764) + Change of (End) Position / G4PathFinder::Locate is 1.216420805418818 mm long + and its vector is (0.04883073095379586,1.195328852341878,-0.2201909860310636) mm + Endpoint of ComputeStep() was (-674.0991022976357,-4.580714368738892,6.136966252932245) + and current position to locate is (-674.0502715666819,-3.385385516397014,5.916775266901181) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2362,10 +2364,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.034526472780865 mm long - and its vector is (0.370568624903683,-0.2075723686185427,0.9433120527733649) mm - Endpoint of ComputeStep() was (-262.2133922309288,-165.1311507904885,188.0184336265041) - and current position to locate is (-261.8428236060251,-165.3387231591071,188.9617456792775) + Change of (End) Position / G4PathFinder::Locate is 1.657529504729552 mm long + and its vector is (0.04834053565764407,0.7319513509977726,-1.486376288640888) mm + Endpoint of ComputeStep() was (-576.1930965767167,-4.254961008962734,8.671112329239524) + and current position to locate is (-576.1447560410591,-3.523009657964962,7.184736040598636) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2374,10 +2376,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.707629267724135 mm long - and its vector is (-0.1210179409324041,0.8676207232460627,1.465805803834371) mm - Endpoint of ComputeStep() was (-270.3375026568145,-172.0028478394859,192.2049611822783) - and current position to locate is (-270.4585205977469,-171.1352271162398,193.6707669861127) + Change of (End) Position / G4PathFinder::Locate is 1.195601481687422 mm long + and its vector is (0.005092208789506003,0.1923616726689468,-1.180014389450742) mm + Endpoint of ComputeStep() was (-486.0025096466164,-4.098785599400953,7.479873048530643) + and current position to locate is (-485.9974174378269,-3.906423926732006,6.299858659079901) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2386,10 +2388,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9153732207570454 mm long - and its vector is (-0.4528378128558757,0.7856056829433555,0.1251789097817095) mm - Endpoint of ComputeStep() was (-276.0988592511253,-174.7800772066928,196.1412815920756) - and current position to locate is (-276.5516970639812,-173.9944715237494,196.2664605018573) + Change of (End) Position / G4PathFinder::Locate is 4.518798948633263 mm long + and its vector is (-0.07136511434686099,0.870068217315199,-4.433670291738133) mm + Endpoint of ComputeStep() was (-299.1106822270845,-3.710470978762964,3.330151863189209) + and current position to locate is (-299.1820473414313,-2.840402761447764,-1.103518428548924) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2398,10 +2400,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.382048096772379 mm long - and its vector is (-0.6913189862880245,0.7106564687111643,-0.9628615603859316) mm - Endpoint of ComputeStep() was (-287.3366112380788,-181.0574479473025,198.796903247242) - and current position to locate is (-288.0279302243669,-180.3467914785913,197.834041686856) + Change of (End) Position / G4PathFinder::Locate is 4.471906871157797 mm long + and its vector is (0.08217517041225619,-4.450779715171994,-0.4263311303312651) mm + Endpoint of ComputeStep() was (-114.5024364211155,1.215828523336193,-7.852529276246667) + and current position to locate is (-114.4202612507033,-3.234951191835801,-8.278860406577932) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2410,10 +2412,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8895587967008678 mm long - and its vector is (-0.4095196050460572,0.7173365063717085,-0.3302073325915842) mm - Endpoint of ComputeStep() was (-293.8066610968947,-183.3275652612557,198.5253822796063) - and current position to locate is (-294.2161807019408,-182.610228754884,198.1951749470147) + Change of (End) Position / G4PathFinder::Locate is 0.02237642934667447 mm long + and its vector is (-0.000121391177174246,-0.02172134146809457,-0.005373376900539739) mm + Endpoint of ComputeStep() was (-108.9068546195154,-3.206841804601042,-8.517044428180107) + and current position to locate is (-108.9069760106926,-3.228563146069137,-8.522417805080647) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2422,10 +2424,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.035829637974677 mm long - and its vector is (-0.3969803457541161,2.704877490134322,1.319964378025048) mm - Endpoint of ComputeStep() was (-308.4427175428454,-185.2456154637304,199.3169799723802) - and current position to locate is (-308.8396978885995,-182.5407379735961,200.6369443504052) + Change of (End) Position / G4PathFinder::Locate is 0.4583160385773004 mm long + and its vector is (-0.01982180094126562,0.0557309748545709,-0.4544829434273563) mm + Endpoint of ComputeStep() was (-61.38733783876306,-3.231414541166269,-10.59528705858654) + and current position to locate is (-61.40715963970433,-3.175683566311698,-11.0497700020139) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2434,10 +2436,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.06412649182801 mm long - and its vector is (-0.4660119318459692,1.210795256239976,-2.775910460509522) mm - Endpoint of ComputeStep() was (-323.3444257596109,-180.7918939933684,203.8347666063882) - and current position to locate is (-323.8104376914569,-179.5810987371284,201.0588561458787) + Change of (End) Position / G4PathFinder::Locate is 3.020024357960226e-05 mm long + and its vector is (-1.66431996007077e-06,-6.951416667622112e-06,-2.934216347938445e-05) mm + Endpoint of ComputeStep() was (-54.98861296850339,-3.237246992479867,-11.38726643476913) + and current position to locate is (-54.98861463282335,-3.237253943896535,-11.38729577693261) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2446,10 +2448,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.25794720096501 mm long - and its vector is (0.955186069812612,1.346179277161355,-1.540696754109319) mm - Endpoint of ComputeStep() was (-333.7047964946726,-171.3980074686002,202.0746006044033) - and current position to locate is (-332.74961042486,-170.0518281914389,200.533903850294) + Change of (End) Position / G4PathFinder::Locate is 3.881096653856439e-05 mm long + and its vector is (-1.536884894903778e-06,-3.376213866124189e-05,-1.908001838302198e-05) mm + Endpoint of ComputeStep() was (-54.97863250629261,-3.237379710303106,-11.387877287726) + and current position to locate is (-54.97863404317751,-3.237413472441767,-11.38789636774438) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2458,10 +2460,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3271330667303816 mm long - and its vector is (0.1613644658529552,0.1945185648961285,0.2077019027817641) mm - Endpoint of ComputeStep() was (-336.1551918270788,-167.0309293306596,200.3505589377188) - and current position to locate is (-335.9938273612258,-166.8364107657635,200.5582608405005) + Change of (End) Position / G4PathFinder::Locate is 4.569021184849433e-05 mm long + and its vector is (3.073359188476843e-06,1.627021468175727e-05,4.258438723603319e-05) mm + Endpoint of ComputeStep() was (-54.96865735934225,-3.237559179728704,-11.38856072494073) + and current position to locate is (-54.96865428598306,-3.237542909514022,-11.38851814055349) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2470,10 +2472,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.216640437638437 mm long - and its vector is (-0.285331177479577,-0.5443722567330838,2.12972763400191) mm - Endpoint of ComputeStep() was (-344.1760239931129,-156.9561239873075,201.987513183765) - and current position to locate is (-344.4613551705925,-157.5004962440406,204.1172408177669) + Change of (End) Position / G4PathFinder::Locate is 4.347700127202866e-05 mm long + and its vector is (1.82010084159856e-06,-2.660586265701426e-05,3.433751512282868e-05) mm + Endpoint of ComputeStep() was (-54.95867569931686,-3.237681919176022,-11.38915477677702) + and current position to locate is (-54.95867387921602,-3.237708525038679,-11.3891204392619) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2482,10 +2484,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.230843915525749 mm long - and its vector is (-2.621457139097345,-1.49033690748638,-1.159832219137428) mm - Endpoint of ComputeStep() was (-352.9707909334751,-146.7183259779141,209.495652226727) - and current position to locate is (-355.5922480725724,-148.2086628854005,208.3358200075896) + Change of (End) Position / G4PathFinder::Locate is 4.748083587296302e-05 mm long + and its vector is (-1.876510715703716e-06,-4.099386738554145e-05,-2.388328535829487e-05) mm + Endpoint of ComputeStep() was (-54.94869291689795,-3.237812777445966,-11.38972570244921) + and current position to locate is (-54.94869479340866,-3.237853771313352,-11.38974958573456) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2494,10 +2496,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.406664527678424 mm long - and its vector is (0.5929450776068279,0.9794982922686017,-0.8171317664939295) mm - Endpoint of ComputeStep() was (-361.5346438639963,-142.6966077767075,210.6310853601854) - and current position to locate is (-360.9416987863895,-141.7171094844389,209.8139535936914) + Change of (End) Position / G4PathFinder::Locate is 5.070146663765863e-05 mm long + and its vector is (3.120322176641821e-06,2.48278724690465e-07,5.060474944507121e-05) mm + Endpoint of ComputeStep() was (-54.93871520350793,-3.238017915370754,-11.39036412849076) + and current position to locate is (-54.93871208318576,-3.238017667092029,-11.39031352374132) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2506,10 +2508,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4788964503922081 mm long - and its vector is (0.2643873729197139,0.2526896046043134,-0.3091748549992133) mm - Endpoint of ComputeStep() was (-363.1933877935415,-138.4867569824432,210.5286247632767) - and current position to locate is (-362.9290004206218,-138.2340673778388,210.2194499082775) + Change of (End) Position / G4PathFinder::Locate is 3.067091281502155e-05 mm long + and its vector is (3.347859660607355e-07,3.055648736616234e-05,-2.625622041563247e-06) mm + Endpoint of ComputeStep() was (-54.92872966298749,-3.238175878119391,-11.39088192204085) + and current position to locate is (-54.92872932820153,-3.238145321632025,-11.39088454766289) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2518,10 +2520,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.064216918389272 mm long - and its vector is (-1.950048620524797,-1.619982623968468,1.721160073488988) mm - Endpoint of ComputeStep() was (-370.6637365043895,-126.8380292924462,212.1822378570454) - and current position to locate is (-372.6137851249143,-128.4580119164147,213.9033979305344) + Change of (End) Position / G4PathFinder::Locate is 4.035950728246191e-05 mm long + and its vector is (8.342200032984692e-07,3.976963257645849e-05,6.824238404590233e-06) mm + Endpoint of ComputeStep() was (-54.91874428938267,-3.238263678471388,-11.391415407062) + and current position to locate is (-54.91874345516267,-3.238223908838812,-11.39140858282359) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2530,10 +2532,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.485831646290878 mm long - and its vector is (2.074975405212228,1.124366120070022,2.565404483134387) mm - Endpoint of ComputeStep() was (-381.6032712664727,-117.6509046082472,216.4378198428331) - and current position to locate is (-379.5282958612605,-116.5265384881772,219.0032243259675) + Change of (End) Position / G4PathFinder::Locate is 5.086887661035575e-05 mm long + and its vector is (1.931863153004088e-06,-3.023875414465138e-05,4.085986123492091e-05) mm + Endpoint of ComputeStep() was (-54.908757832307,-3.238299059813724,-11.39193632149103) + and current position to locate is (-54.90875590044384,-3.238329298567869,-11.39189546162979) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2542,10 +2544,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.524106214269731 mm long - and its vector is (-1.56570350906577,-1.757075522051608,-0.9123433084213843) mm - Endpoint of ComputeStep() was (-386.575750714086,-107.9520827495816,214.5841186418083) - and current position to locate is (-388.1414542231518,-109.7091582716333,213.6717753333869) + Change of (End) Position / G4PathFinder::Locate is 4.304587087045996e-05 mm long + and its vector is (1.053594459676788e-06,-3.066087186942568e-05,3.019516308810921e-05) mm + Endpoint of ComputeStep() was (-54.89876826891577,-3.238456251981585,-11.39237286973562) + and current position to locate is (-54.89876721532131,-3.238486912853455,-11.39234267457253) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2554,10 +2556,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.93512685180032 mm long - and its vector is (-1.235289285390479,-1.357725470334785,0.6126645584349433) mm - Endpoint of ComputeStep() was (-398.4134659688256,-103.3200937858941,207.1195594271961) - and current position to locate is (-399.6487552542161,-104.6778192562289,207.732223985631) + Change of (End) Position / G4PathFinder::Locate is 5.195070599877892e-05 mm long + and its vector is (-3.917567212852191e-07,-5.147491196844101e-05,7.003985885489783e-06) mm + Endpoint of ComputeStep() was (-54.88877862529433,-3.238624675416138,-11.3927964474063) + and current position to locate is (-54.88877901705105,-3.238676150328107,-11.39278944342042) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2566,10 +2568,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.290955089968115 mm long - and its vector is (0.2146052580275182,-3.182162398591331,-0.8112782854270506) mm - Endpoint of ComputeStep() was (-411.3313522180914,-104.0641940312581,202.2349711517954) - and current position to locate is (-411.1167469600639,-107.2463564298495,201.4236928663684) + Change of (End) Position / G4PathFinder::Locate is 2.520789718427949e-05 mm long + and its vector is (5.25210616331151e-07,-1.725675786090619e-05,1.836754045569933e-05) mm + Endpoint of ComputeStep() was (-54.87879024974884,-3.238841109940572,-11.39323005084629) + and current position to locate is (-54.87878972453822,-3.238858366698433,-11.39321168330584) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2578,10 +2580,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.405639527805589 mm long - and its vector is (1.334837480232011,-2.343215491579159,-2.079887173560905) mm - Endpoint of ComputeStep() was (-422.3968761949754,-107.3158465444214,194.2625789554903) - and current position to locate is (-421.0620387147434,-109.6590620360006,192.1826917819294) + Change of (End) Position / G4PathFinder::Locate is 4.358842575968016e-05 mm long + and its vector is (-1.094754253472274e-06,1.588650403139269e-05,-4.057550200542437e-05) mm + Endpoint of ComputeStep() was (-54.86879703890952,-3.239030253623202,-11.39354859145847) + and current position to locate is (-54.86879813366377,-3.23901436711917,-11.39358916696048) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2590,10 +2592,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.266977108123517 mm long - and its vector is (-1.359732962850615,2.703341632554967,1.23134467653685) mm - Endpoint of ComputeStep() was (-428.8707182091583,-110.5984241556968,185.6221386463184) - and current position to locate is (-430.2304511720089,-107.8950825231418,186.8534833228553) + Change of (End) Position / G4PathFinder::Locate is 5.050895234369174e-05 mm long + and its vector is (9.132344516160629e-07,5.037308204425273e-05,3.587878907751474e-06) mm + Endpoint of ComputeStep() was (-54.85880385363036,-3.239174734821044,-11.39388151390625) + and current position to locate is (-54.85880294039591,-3.239124361739,-11.39387792602734) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2602,10 +2604,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07874253917240728 mm long - and its vector is (-0.002849861065101322,0.06370952373046856,-0.04618833568407263) mm - Endpoint of ComputeStep() was (-847.5897533225398,-1.353174736318303,0.1409395874306117) - and current position to locate is (-847.5926031836049,-1.289465212587835,0.09475125174653912) + Change of (End) Position / G4PathFinder::Locate is 5.06744748700607e-05 mm long + and its vector is (1.499916159275472e-06,1.794497102913795e-06,5.062047446457996e-05) mm + Endpoint of ComputeStep() was (-54.84880781143286,-3.239216114794768,-11.39417083527064) + and current position to locate is (-54.8488063115167,-3.239214320297665,-11.39412021479618) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2614,10 +2616,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002429239582299511 mm long - and its vector is (-1.049866568791913e-05,0.0001404933294775201,-0.0001978975792504833) mm - Endpoint of ComputeStep() was (-841.006107747586,-1.174342040296893,-0.1866250346267075) - and current position to locate is (-841.0061182462517,-1.174201546967415,-0.186822932205958) + Change of (End) Position / G4PathFinder::Locate is 4.943108998480494e-05 mm long + and its vector is (1.403553604006902e-06,1.879959986350599e-06,4.937538298399602e-05) mm + Endpoint of ComputeStep() was (-54.8388108085196,-3.239303304233426,-11.39440096072985) + and current position to locate is (-54.83880940496599,-3.239301424273439,-11.39435158534687) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2626,10 +2628,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002774409710637025 mm long - and its vector is (-5.096702125229058e-06,-0.0002524928877352117,-0.0001148688717423074) mm - Endpoint of ComputeStep() was (-840.9886157845843,-1.174067000542222,-0.1878952579550142) - and current position to locate is (-840.9886208812865,-1.174319493429957,-0.1880101268267565) + Change of (End) Position / G4PathFinder::Locate is 2.89502986218868e-05 mm long + and its vector is (7.544233540102141e-07,5.696165605417747e-06,2.837436048785946e-05) mm + Endpoint of ComputeStep() was (-54.82881313222868,-3.239410242254021,-11.39459552305245) + and current position to locate is (-54.82881237780533,-3.239404546088416,-11.39456714869197) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2638,10 +2640,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.272191129579913e-05 mm long - and its vector is (-1.74710066858097e-07,6.259252184115383e-05,-4.0229146840709e-06) mm - Endpoint of ComputeStep() was (-840.9767363742253,-1.1743375827966,-0.1888077083262822) - and current position to locate is (-840.9767365489354,-1.174274990274758,-0.1888117312409663) + Change of (End) Position / G4PathFinder::Locate is 4.758726552997503e-05 mm long + and its vector is (1.125283674241473e-06,1.585805977066812e-05,4.485313275104374e-05) mm + Endpoint of ComputeStep() was (-54.81881540630084,-3.239519411906203,-11.39477734314821) + and current position to locate is (-54.81881428101717,-3.239503553846432,-11.39473249001546) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2650,10 +2652,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002987720124747855 mm long - and its vector is (-2.31572518032408e-05,0.0001301454350086662,-0.0002679377220056178) mm - Endpoint of ComputeStep() was (-839.0028585177961,-1.155427683409436,-0.347465107608226) - and current position to locate is (-839.0028816750479,-1.155297537974428,-0.3477330453302316) + Change of (End) Position / G4PathFinder::Locate is 5.387130709018851e-05 mm long + and its vector is (-4.891968288234239e-07,3.075913730565816e-05,-4.422390627567552e-05) mm + Endpoint of ComputeStep() was (-54.80881691822619,-3.239618570083245,-11.3949230764894) + and current position to locate is (-54.80881740742302,-3.239587810945939,-11.39496730039568) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2662,10 +2664,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002912313251067317 mm long - and its vector is (1.693560830062779e-05,-0.0002619981969478324,0.0001260389411689711) mm - Endpoint of ComputeStep() was (-838.98034232598,-1.154847304756699,-0.3498257104486892) - and current position to locate is (-838.9803253903717,-1.155109302953647,-0.3496996715075202) + Change of (End) Position / G4PathFinder::Locate is 3.814375405197211e-05 mm long + and its vector is (-3.469978864245604e-07,-3.612422260212966e-05,1.224198133620291e-05) mm + Endpoint of ComputeStep() was (-54.79882100978443,-3.239752937547792,-11.39517121684) + and current position to locate is (-54.79882135678231,-3.239789061770394,-11.39515897485866) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2674,10 +2676,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.721405899245202e-05 mm long - and its vector is (-2.011183937611349e-06,3.200714291473616e-05,-1.887813889922541e-05) mm - Endpoint of ComputeStep() was (-838.9752280956517,-1.155066806644455,-0.3501706613527987) - and current position to locate is (-838.9752301068356,-1.15503479950154,-0.3501895394916979) + Change of (End) Position / G4PathFinder::Locate is 1.907946523940169e-05 mm long + and its vector is (-3.960157997084934e-07,-1.907440321824438e-05,1.905444193539552e-07) mm + Endpoint of ComputeStep() was (-54.78882563573251,-3.239998549092522,-11.39535516096757) + and current position to locate is (-54.78882603174831,-3.24001762349574,-11.39535497042315) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2686,10 +2688,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004160301963565891 mm long - and its vector is (4.0059355910671e-05,-0.0001482012690756651,0.0003866687938389735) mm - Endpoint of ComputeStep() was (-837.0006626845615,-1.148892365272171,-0.5517305259255263) - and current position to locate is (-837.0006226252056,-1.149040566541247,-0.5513438571316873) + Change of (End) Position / G4PathFinder::Locate is 5.239580433177995e-05 mm long + and its vector is (1.194682958782778e-06,1.336139433316674e-05,5.064944408061933e-05) mm + Endpoint of ComputeStep() was (-54.77882998685427,-3.240225328237822,-11.39553595719753) + and current position to locate is (-54.77882879217131,-3.240211966843489,-11.39548530775344) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2698,10 +2700,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003024761162182234 mm long - and its vector is (-3.913683599421347e-06,0.0003009283982533528,-3.030813567039825e-05) mm - Endpoint of ComputeStep() was (-836.9807060080274,-1.148974798450832,-0.5532626769814084) - and current position to locate is (-836.980709921711,-1.148673870052578,-0.5532929851170788) + Change of (End) Position / G4PathFinder::Locate is 4.286541182475299e-05 mm long + and its vector is (-1.310511819951898e-06,-2.734578527840981e-05,-3.298384630667783e-05) mm + Endpoint of ComputeStep() was (-54.76883398896751,-3.240472680270582,-11.39566627192152) + and current position to locate is (-54.76883529947933,-3.24050002605586,-11.39569925576783) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2710,10 +2712,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.644220244715818e-05 mm long - and its vector is (-5.331942361408437e-06,2.327199528440183e-05,-3.98354464551387e-05) mm - Endpoint of ComputeStep() was (-836.9752504528444,-1.148655333841277,-0.5540129017108668) - and current position to locate is (-836.9752557847868,-1.148632061845993,-0.554052737157322) + Change of (End) Position / G4PathFinder::Locate is 3.4556229832414e-05 mm long + and its vector is (1.058274712306684e-06,1.502699518551864e-05,3.109987926919189e-05) mm + Endpoint of ComputeStep() was (-54.75884163572278,-3.240788510502998,-11.39589993137696) + and current position to locate is (-54.75884057744807,-3.240773483507813,-11.39586883149769) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2722,10 +2724,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003518843376319168 mm long - and its vector is (2.641195374053495e-05,0.000296286434467552,0.0001879876179985418) mm - Endpoint of ComputeStep() was (-835.0024074756136,-1.141882539404108,-0.826089982481591) - and current position to locate is (-835.0023810636599,-1.14158625296964,-0.8259019948635925) + Change of (End) Position / G4PathFinder::Locate is 3.841840627276303e-05 mm long + and its vector is (6.860186019252978e-07,-1.697713991166694e-06,3.837474542223163e-05) mm + Endpoint of ComputeStep() was (-54.74884482166653,-3.240988549884106,-11.39605703849414) + and current position to locate is (-54.74884413564793,-3.240990247598097,-11.39601866374872) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2734,10 +2736,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002485659366330164 mm long - and its vector is (-2.793604778617009e-05,0.0001536100465224788,-0.0001934129150178432) mm - Endpoint of ComputeStep() was (-834.9817709163794,-1.141440462771177,-0.8287630820852097) - and current position to locate is (-834.9817988524272,-1.141286852724655,-0.8289564950002275) + Change of (End) Position / G4PathFinder::Locate is 4.043739464611131e-05 mm long + and its vector is (1.07505861279833e-06,3.747569184753274e-05,1.515254616535344e-05) mm + Endpoint of ComputeStep() was (-54.73884818362266,-3.24120516954923,-11.39619631610408) + and current position to locate is (-54.73884710856405,-3.241167693857383,-11.39618116355791) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2746,10 +2748,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.241424039769993e-05 mm long - and its vector is (1.188498799820081e-06,-5.236414100839859e-05,1.958776026822484e-06) mm - Endpoint of ComputeStep() was (-834.9754351362026,-1.141176955872818,-0.829879834382147) - and current position to locate is (-834.9754339477038,-1.141229320013827,-0.8298778756061201) + Change of (End) Position / G4PathFinder::Locate is 5.208321356519744e-05 mm long + and its vector is (1.088050090913839e-06,1.16422326641441e-05,5.075367672269238e-05) mm + Endpoint of ComputeStep() was (-54.72885063967178,-3.241364724136198,-11.396350270253) + and current position to locate is (-54.72884955162169,-3.241353081903533,-11.39629951657628) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2758,10 +2760,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1863843096563889 mm long - and its vector is (-0.009806640811234502,0.1782000715201456,-0.05373709326250431) mm - Endpoint of ComputeStep() was (-799.5783626702399,-0.72089145916617,-5.898479219762765) - and current position to locate is (-799.5881693110512,-0.5426913876460244,-5.95221631302527) + Change of (End) Position / G4PathFinder::Locate is 4.178231827295155e-05 mm long + and its vector is (7.623955298186047e-07,1.166753520909225e-05,4.011295919603697e-05) mm + Endpoint of ComputeStep() was (-54.71885202596511,-3.241513517652745,-11.39644286623719) + and current position to locate is (-54.71885126356958,-3.241501850117536,-11.396402753278) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2770,10 +2772,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3574701991249116 mm long - and its vector is (-0.03158174021098148,0.3065601847143301,-0.1811308645581029) mm - Endpoint of ComputeStep() was (-764.5709557282677,0.08136220186289611,-11.00157419493762) - and current position to locate is (-764.6025374684787,0.3879223865772262,-11.18270505949572) + Change of (End) Position / G4PathFinder::Locate is 4.980607137421367e-05 mm long + and its vector is (5.094531161375926e-07,4.83267833608636e-05,-1.203774120206447e-05) mm + Endpoint of ComputeStep() was (-54.70885313766026,-3.241638399878036,-11.39652781281185) + and current position to locate is (-54.70885262820714,-3.241590073094676,-11.39653985055305) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2782,10 +2784,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1526559107300742 mm long - and its vector is (0.01689171624786923,0.08345231609015324,0.1267052009280558) mm - Endpoint of ComputeStep() was (-733.9836114004094,1.381699244095114,-15.92974643770599) - and current position to locate is (-733.9667196841615,1.465151560185267,-15.80304123677793) + Change of (End) Position / G4PathFinder::Locate is 2.277409514610415e-05 mm long + and its vector is (-3.957346805805173e-07,-1.113975021382885e-05,-1.985972731333163e-05) mm + Endpoint of ComputeStep() was (-54.69885443034155,-3.241720007241899,-11.39666619668218) + and current position to locate is (-54.69885482607623,-3.241731146992113,-11.3966860564095) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2794,10 +2796,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.599839072728648 mm long - and its vector is (0.01829127874850656,-0.5992848027524298,-0.0181677594570715) mm - Endpoint of ComputeStep() was (-684.9664202330017,3.18170261436266,-23.09204262455246) - and current position to locate is (-684.9481289542532,2.58241781161023,-23.11021038400953) + Change of (End) Position / G4PathFinder::Locate is 4.939228768974531e-05 mm long + and its vector is (-1.037593222008582e-06,-4.307102537159935e-05,-2.415384559384393e-05) mm + Endpoint of ComputeStep() was (-54.6888576194807,-3.241869158078543,-11.39686941250284) + and current position to locate is (-54.68885865707392,-3.241912229103914,-11.39689356634843) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2806,10 +2808,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.462021451089302 mm long - and its vector is (0.04214394852363057,-0.4029151454692568,0.2221420590995535) mm - Endpoint of ComputeStep() was (-642.9391985231526,3.574810634575414,-29.28001050446747) - and current position to locate is (-642.897054574629,3.171895489106157,-29.05786844536792) + Change of (End) Position / G4PathFinder::Locate is 4.277730677746421e-05 mm long + and its vector is (4.509787956408218e-07,4.14223722775553e-05,-1.067153541711718e-05) mm + Endpoint of ComputeStep() was (-54.67886215003492,-3.24207308786066,-11.39709549967192) + and current position to locate is (-54.67886169905613,-3.242031665488383,-11.39710617120734) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2818,10 +2820,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002951793733354177 mm long - and its vector is (0.0002770749953242557,-0.002489695328146357,0.001561324074060622) mm - Endpoint of ComputeStep() was (-637.6240418170007,3.261235655056537,-29.85924284151462) - and current position to locate is (-637.6237647420054,3.258745959728391,-29.85768151744056) + Change of (End) Position / G4PathFinder::Locate is 4.617368082559103e-05 mm long + and its vector is (8.235506570031248e-07,-2.283303609607046e-05,4.01245938039807e-05) mm + Endpoint of ComputeStep() was (-54.66886659895009,-3.242161610223437,-11.39738526447653) + and current position to locate is (-54.66886577539943,-3.242184443259533,-11.39734513988273) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2830,10 +2832,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0549813257347039 mm long - and its vector is (0.004752131063696652,0.05147065312310284,0.01873860445658337) mm - Endpoint of ComputeStep() was (-636.0461418166769,3.185387789082539,-30.05627036986942) - and current position to locate is (-636.0413896856132,3.236858442205642,-30.03753176541283) + Change of (End) Position / G4PathFinder::Locate is 3.05284935689129e-05 mm long + and its vector is (-7.366033898392743e-07,4.82651259581246e-06,-3.013554564290644e-05) mm + Endpoint of ComputeStep() was (-54.65887077493555,-3.242340230222938,-11.39761439861982) + and current position to locate is (-54.65887151153894,-3.242335403710343,-11.39764453416546) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2842,10 +2844,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002920080828535761 mm long - and its vector is (-0.0002647747135142708,-0.002656056071295598,-0.001184116777348976) mm - Endpoint of ComputeStep() was (-635.7164228665142,3.216395182879042,-30.06429553810043) - and current position to locate is (-635.7166876412277,3.213739126807747,-30.06547965487778) + Change of (End) Position / G4PathFinder::Locate is 4.214154138981757e-05 mm long + and its vector is (-7.24812878161174e-07,2.149863199152335e-05,-3.623800462904114e-05) mm + Endpoint of ComputeStep() was (-54.64887760165157,-3.242504282068999,-11.39794461603862) + and current position to locate is (-54.64887832646445,-3.242482783437007,-11.39798085404325) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2854,10 +2856,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1874844899753302 mm long - and its vector is (-0.01593691258119634,0.0289747453959639,-0.184545151461446) mm - Endpoint of ComputeStep() was (-633.4118226286331,2.932260972047819,-30.30871655235391) - and current position to locate is (-633.4277595412143,2.961235717443783,-30.49326170381536) + Change of (End) Position / G4PathFinder::Locate is 5.576503890342214e-05 mm long + and its vector is (-1.240825099557696e-06,3.451041793489651e-05,-4.378619612310786e-05) mm + Endpoint of ComputeStep() was (-54.63888667683769,-3.242610641527178,-11.39836477242978) + and current position to locate is (-54.63888791766279,-3.242576131109243,-11.3984085586259) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2866,10 +2868,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00230305381843803 mm long - and its vector is (0.0004581792356930237,0.000603861240307868,0.00217473683029823) mm - Endpoint of ComputeStep() was (-633.3055714307829,2.965672772311656,-30.52023665530772) - and current position to locate is (-633.3051132515473,2.966276633551964,-30.51806191847743) + Change of (End) Position / G4PathFinder::Locate is 4.231164020887437e-05 mm long + and its vector is (1.760579394272099e-06,2.170887282604284e-05,3.627533732419863e-05) mm + Endpoint of ComputeStep() was (-54.62889768349974,-3.242671735854857,-11.3988362081056) + and current position to locate is (-54.62889592292035,-3.242650026982031,-11.39879993276827) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2878,10 +2880,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2071788571828642 mm long - and its vector is (-0.02369333436172383,0.1788731922235476,-0.1018139768115311) mm - Endpoint of ComputeStep() was (-630.8990749318937,3.006635950078689,-31.00707012904725) - and current position to locate is (-630.9227682662554,3.185509142302236,-31.10888410585878) + Change of (End) Position / G4PathFinder::Locate is 4.243325582290806e-05 mm long + and its vector is (1.245346695100125e-06,-2.246472661138199e-05,3.59773035345512e-05) mm + Endpoint of ComputeStep() was (-54.61890410855776,-3.242725976265589,-11.39919322107769) + and current position to locate is (-54.61890286321107,-3.242748440992201,-11.39915724377416) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2890,10 +2892,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0745572347655767 mm long - and its vector is (-0.01828488240641946,-0.003977172959487074,-0.07217081422932026) mm - Endpoint of ComputeStep() was (-629.8965195340973,3.24097840109366,-31.37194679160198) - and current position to locate is (-629.9148044165037,3.237001228134173,-31.4441176058313) + Change of (End) Position / G4PathFinder::Locate is 4.20047146057837e-05 mm long + and its vector is (-6.426255509950352e-07,3.358859971980266e-05,-2.52148577306599e-05) mm + Endpoint of ComputeStep() was (-54.60891070776827,-3.242842844876657,-11.39953765871815) + and current position to locate is (-54.60891135039383,-3.242809256276937,-11.39956287357588) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2902,10 +2904,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03146907564539152 mm long - and its vector is (-0.001183887035949738,-0.02923568442749147,-0.01158343168139808) mm - Endpoint of ComputeStep() was (-629.3115948732329,3.289785570916966,-31.63899235527235) - and current position to locate is (-629.3127787602689,3.260549886489474,-31.65057578695374) + Change of (End) Position / G4PathFinder::Locate is 3.804115092674973e-05 mm long + and its vector is (8.959574273603721e-07,3.319546883417956e-05,1.855767423464272e-05) mm + Endpoint of ComputeStep() was (-54.59892365846538,-3.24280337627202,-11.40005559352459) + and current position to locate is (-54.59892276250795,-3.242770180803185,-11.40003703585036) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2914,10 +2916,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003482022195168787 mm long - and its vector is (0.0009606294379409519,-0.001797847426259214,0.002823015104901572) mm - Endpoint of ComputeStep() was (-629.1803960288379,3.261247479797955,-31.69517936783204) - and current position to locate is (-629.1794353993999,3.259449632371696,-31.69235635272713) + Change of (End) Position / G4PathFinder::Locate is 5.090555124081116e-05 mm long + and its vector is (2.435995511973488e-06,7.8639890435106e-06,5.023543320525903e-05) mm + Endpoint of ComputeStep() was (-54.5889354673812,-3.242698318499666,-11.4005325850844) + and current position to locate is (-54.58893303138569,-3.242690454510622,-11.40048234965119) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2926,10 +2928,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003351595098193119 mm long - and its vector is (-0.001007995440431841,0.0005807652026650345,-0.003143222339204499) mm - Endpoint of ComputeStep() was (-629.043589269934,3.263984731331395,-31.73508271342817) - and current position to locate is (-629.0445972653745,3.26456549653406,-31.73822593576737) + Change of (End) Position / G4PathFinder::Locate is 4.449124349625214e-05 mm long + and its vector is (-9.12614737558215e-07,-3.604777215704402e-05,-2.60613891551742e-05) mm + Endpoint of ComputeStep() was (-54.57894385778297,-3.242614116178937,-11.40093773956742) + and current position to locate is (-54.5789447703977,-3.242650163951094,-11.40096380095657) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2938,10 +2940,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009277586559533032 mm long - and its vector is (-0.001376830892127145,0.008900253614214648,-0.00222787671713931) mm - Endpoint of ComputeStep() was (-628.7734627639638,3.283317500751873,-31.83087413418918) - and current position to locate is (-628.774839594856,3.292217754366088,-31.83310201090632) + Change of (End) Position / G4PathFinder::Locate is 7.537286052133334e-06 mm long + and its vector is (2.405458658927273e-07,-5.767629647213113e-06,4.846366367772248e-06) mm + Endpoint of ComputeStep() was (-54.568953911431,-3.242585323746605,-11.40138252405859) + and current position to locate is (-54.56895367088513,-3.242591091376252,-11.40137767769222) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2950,10 +2952,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08486634843112803 mm long - and its vector is (0.03165027081695371,-0.03534933502876969,0.07036321458170391) mm - Endpoint of ComputeStep() was (-627.2693466834464,3.493688943169224,-32.40907606280715) - and current position to locate is (-627.2376964126295,3.458339608140454,-32.33871284822545) + Change of (End) Position / G4PathFinder::Locate is 2.233364675622547e-05 mm long + and its vector is (-2.37524155011215e-07,-2.151494155322453e-05,-5.986873112817648e-06) mm + Endpoint of ComputeStep() was (-54.558961940669,-3.242589358318964,-11.40178031924325) + and current position to locate is (-54.55896217819316,-3.242610873260518,-11.40178630611636) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2962,10 +2964,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02322056467690898 mm long - and its vector is (-0.009263896767038204,0.01207767658925274,-0.01753580818809297) mm - Endpoint of ComputeStep() was (-626.7817785460428,3.55951968665539,-32.50988008229562) - and current position to locate is (-626.7910424428098,3.571597363244643,-32.52741589048372) + Change of (End) Position / G4PathFinder::Locate is 4.842413312839514e-05 mm long + and its vector is (7.672706843209198e-07,-4.439370170317147e-05,1.932633472812029e-05) mm + Endpoint of ComputeStep() was (-54.54896499012674,-3.242532323285764,-11.40200276853432) + and current position to locate is (-54.54896422285606,-3.242576716987467,-11.40198344219959) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2974,10 +2976,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02788570311643709 mm long - and its vector is (-0.01459041893895119,0.01229630749145016,-0.02033550922794092) mm - Endpoint of ComputeStep() was (-626.264337935781,3.737301112128431,-32.80512200064496) - and current position to locate is (-626.2789283547199,3.749597419619882,-32.8254575098729) + Change of (End) Position / G4PathFinder::Locate is 1.084296458477936e-05 mm long + and its vector is (-1.117342094403284e-07,-8.470487626421885e-06,-6.768178176130846e-06) mm + Endpoint of ComputeStep() was (-54.53896656523326,-3.242543772212445,-11.40218972203144) + and current position to locate is (-54.53896667696747,-3.242552242700071,-11.40219649020962) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2986,10 +2988,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09477772866525766 mm long - and its vector is (0.0408086730803916,-0.08398125626963093,0.01626710323743907) mm - Endpoint of ComputeStep() was (-625.2873066942525,4.116597023852919,-33.41841350251299) - and current position to locate is (-625.2464980211721,4.032615767583288,-33.40214639927555) + Change of (End) Position / G4PathFinder::Locate is 4.924494128593267e-05 mm long + and its vector is (1.085300020520208e-06,1.312778372897228e-05,4.745047587206841e-05) mm + Endpoint of ComputeStep() was (-54.52896955613723,-3.242537588033131,-11.40242920144201) + and current position to locate is (-54.52896847083721,-3.242524460249402,-11.40238175096614) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -2998,10 +3000,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0026509991739352 mm long - and its vector is (-0.001302446316458372,0.001220857035124645,-0.001959831194959349) mm - Endpoint of ComputeStep() was (-625.1461969638593,4.05297698102483,-33.45611972730328) - and current position to locate is (-625.1474994101758,4.054197838059954,-33.45807955849824) + Change of (End) Position / G4PathFinder::Locate is 1.465714697056791e-05 mm long + and its vector is (1.188052323186639e-07,-1.364163481198943e-05,5.359444214647624e-06) mm + Endpoint of ComputeStep() was (-54.51897067503904,-3.242516759329899,-11.40258377514821) + and current position to locate is (-54.5189705562338,-3.242530400964711,-11.40257841570399) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3010,10 +3012,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1327604595479978 mm long - and its vector is (0.056948981858568,0.03587327931489792,0.1144345267647111) mm - Endpoint of ComputeStep() was (-623.1014661910622,4.405550467451044,-34.58644250401863) - and current position to locate is (-623.0445172092036,4.441423746765942,-34.47200797725392) + Change of (End) Position / G4PathFinder::Locate is 3.958606226638675e-05 mm long + and its vector is (-6.924541722241884e-07,-1.257102235285856e-05,-3.753060391176177e-05) mm + Endpoint of ComputeStep() was (-54.50897254103337,-3.242658729057478,-11.40271989896002) + and current position to locate is (-54.50897323348754,-3.242671300079831,-11.40275742956394) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3022,10 +3024,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01906179738156806 mm long - and its vector is (-0.00535441607132725,0.01693840498120558,-0.006911785922881108) mm - Endpoint of ComputeStep() was (-622.4609292118357,4.538984395863108,-34.68501387528178) - and current position to locate is (-622.466283627907,4.555922800844313,-34.69192566120466) + Change of (End) Position / G4PathFinder::Locate is 4.735004826260723e-05 mm long + and its vector is (1.726426361869926e-07,-3.269077808853993e-05,3.425361722442233e-05) mm + Endpoint of ComputeStep() was (-54.49897528754607,-3.24278441884934,-11.4029157781646) + and current position to locate is (-54.49897511490344,-3.242817109627428,-11.40288152454737) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3034,10 +3036,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002469480945038473 mm long - and its vector is (-1.994413730699307e-05,-0.0001915647932761999,-0.000154559123778597) mm - Endpoint of ComputeStep() was (-622.4446579386271,4.561208006726337,-34.70126684438508) - and current position to locate is (-622.4446778827644,4.561016441933061,-34.70142140350886) + Change of (End) Position / G4PathFinder::Locate is 4.61628207496204e-05 mm long + and its vector is (7.935844337225717e-08,-3.14163018426683e-05,3.382330114476417e-05) mm + Endpoint of ComputeStep() was (-54.48897652973427,-3.242920778811452,-11.40300127555878) + and current position to locate is (-54.48897645037583,-3.242952195113295,-11.40296745225763) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3046,10 +3048,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3302812278825191 mm long - and its vector is (-0.1359843472324656,0.02120544806262714,-0.3002403633287969) mm - Endpoint of ComputeStep() was (-598.3723899546396,10.36042616093218,-45.19408194308524) - and current position to locate is (-598.5083743018721,10.38163160899481,-45.49432230641404) + Change of (End) Position / G4PathFinder::Locate is 2.906667757277156e-05 mm long + and its vector is (-4.62608163331879e-07,-1.446541705396598e-05,-2.520732925681557e-05) mm + Endpoint of ComputeStep() was (-54.47897795628317,-3.243065880644891,-11.40308570660839) + and current position to locate is (-54.47897841889133,-3.243080346061945,-11.40311091393764) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3058,10 +3060,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2532726941591186 mm long - and its vector is (-0.09401537916710367,0.1937696369684438,-0.13327225471118) mm - Endpoint of ComputeStep() was (-578.8760804128112,14.56337792193208,-53.26369704381264) - and current position to locate is (-578.9700957919783,14.75714755890052,-53.39696929852382) + Change of (End) Position / G4PathFinder::Locate is 4.727607834684034e-05 mm long + and its vector is (5.300817775832911e-07,4.723680352203274e-05,1.852293223691959e-06) mm + Endpoint of ComputeStep() was (-54.46898022304514,-3.243186788367582,-11.40325768721402) + and current position to locate is (-54.46897969296337,-3.24313955156406,-11.4032558349208) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3070,10 +3072,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5212846957381086 mm long - and its vector is (0.1420040109767342,0.2074971262734486,0.4566372055204795) mm - Endpoint of ComputeStep() was (-548.8356805069448,21.52109304919288,-65.84165628793326) - and current position to locate is (-548.693676495968,21.72859017546633,-65.38501908241278) + Change of (End) Position / G4PathFinder::Locate is 4.080791588084219e-05 mm long + and its vector is (-6.120587414670808e-07,-3.597183389825176e-05,-1.925976502015203e-05) mm + Endpoint of ComputeStep() was (-54.45898182649551,-3.24321028111465,-11.40344145556097) + and current position to locate is (-54.45898243855425,-3.243246252948548,-11.40346071532599) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3082,10 +3084,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.039323456155385 mm long - and its vector is (-0.2289550713051653,1.013405679457343,0.02795980475650595) mm - Endpoint of ComputeStep() was (-482.3342481275843,37.44809916644637,-91.74114146254746) - and current position to locate is (-482.5632031988894,38.46150484590371,-91.71318165779095) + Change of (End) Position / G4PathFinder::Locate is 3.671285115121706e-05 mm long + and its vector is (8.255473602503116e-07,2.997978365648635e-05,2.117461884232341e-05) mm + Endpoint of ComputeStep() was (-54.44898566982037,-3.243369824936073,-11.40367550760158) + and current position to locate is (-54.44898484427301,-3.243339845152416,-11.40365433298274) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3094,10 +3096,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.288566607006812 mm long - and its vector is (0.4605544638820902,-3.083980067178217,-1.044809484913884) mm - Endpoint of ComputeStep() was (-377.4177971426329,68.21781135956815,-133.1969838924678) - and current position to locate is (-376.9572426787508,65.13383129238993,-134.2417933773817) + Change of (End) Position / G4PathFinder::Locate is 4.683405487241498e-05 mm long + and its vector is (-8.39117404893841e-07,-4.202673642783594e-05,-2.06513438545386e-05) mm + Endpoint of ComputeStep() was (-54.43898740282145,-3.243445092960928,-11.40384636916476) + and current position to locate is (-54.43898824193886,-3.243487119697356,-11.40386702050861) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3106,10 +3108,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.193391378328859 mm long - and its vector is (-0.1727932011949065,-0.7807385984445432,-0.8858739935167534) mm - Endpoint of ComputeStep() was (-325.5940765373127,78.7985476360674,-156.3033704531499) - and current position to locate is (-325.7668697385076,78.01780903762285,-157.1892444466667) + Change of (End) Position / G4PathFinder::Locate is 4.084964720155994e-05 mm long + and its vector is (1.067609389338031e-06,3.357185971841758e-05,2.32483143847162e-05) mm + Endpoint of ComputeStep() was (-54.42899232224124,-3.243644796395685,-11.40409835933258) + and current position to locate is (-54.42899125463185,-3.243611224535967,-11.40407511101819) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3118,10 +3120,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.398791425005976 mm long - and its vector is (-1.108189962082889,1.154733717169805,-1.786814302341497) mm - Endpoint of ComputeStep() was (-246.6514803720978,99.77615184252559,-192.1955616636301) - and current position to locate is (-247.7596703341807,100.9308855596954,-193.9823759659716) + Change of (End) Position / G4PathFinder::Locate is 4.05955187974901e-05 mm long + and its vector is (-2.208408744763801e-07,-3.943425627594976e-05,9.637780227222947e-06) mm + Endpoint of ComputeStep() was (-54.41899419444492,-3.243718514476766,-11.40428502859546) + and current position to locate is (-54.41899441528579,-3.243757948733041,-11.40427539081523) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3130,10 +3132,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06279512781006594 mm long - and its vector is (-0.01133462257871543,0.06076912779720089,0.01103936204896172) mm - Endpoint of ComputeStep() was (-241.0038745798127,102.8090881052518,-197.3849580407996) - and current position to locate is (-241.0152092023914,102.869857233049,-197.3739186787506) + Change of (End) Position / G4PathFinder::Locate is 4.747707279260282e-05 mm long + and its vector is (-1.478379466846036e-06,-2.514900492789351e-05,-4.024194809204573e-05) mm + Endpoint of ComputeStep() was (-54.40899983258959,-3.243999537801956,-11.40449158465182) + and current position to locate is (-54.40900131096905,-3.244024686806884,-11.40453182659991) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3142,10 +3144,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.494034921669618 mm long - and its vector is (1.142211293833839,-0.0273408975870808,2.216938435334896) mm - Endpoint of ComputeStep() was (-153.4111058122787,126.335327809283,-242.2199223682935) - and current position to locate is (-152.2688945184448,126.3079869116959,-240.0029839329586) + Change of (End) Position / G4PathFinder::Locate is 4.099958821723112e-05 mm long + and its vector is (-6.795142226678763e-07,1.180812371304185e-05,-3.925649893687932e-05) mm + Endpoint of ComputeStep() was (-54.39900823779831,-3.244291443100427,-11.40478504140255) + and current position to locate is (-54.39900891731253,-3.244279634976714,-11.40482429790149) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3154,10 +3156,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.285828567881566 mm long - and its vector is (-0.3900981614623902,1.217262073612602,-0.1394689017249675) mm - Endpoint of ComputeStep() was (-99.74249112213357,140.3105556939137,-264.7085450922637) - and current position to locate is (-100.132589283596,141.5278177675263,-264.8480139939887) + Change of (End) Position / G4PathFinder::Locate is 4.841907864363164e-05 mm long + and its vector is (-9.039725625825668e-07,8.109740708750479e-06,-4.772653471540877e-05) mm + Endpoint of ComputeStep() was (-54.38901539576818,-3.244546575958372,-11.40505894077856) + and current position to locate is (-54.38901629974074,-3.244538466217663,-11.40510666731328) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3166,10 +3168,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.044923439022428 mm long - and its vector is (-0.08336253721387266,2.693719143582399,1.417210856716508) mm - Endpoint of ComputeStep() was (185.7342203883967,222.2434211332704,-401.4505403542157) - and current position to locate is (185.6508578511829,224.9371402768528,-400.0333294974992) + Change of (End) Position / G4PathFinder::Locate is 4.785137863975383e-05 mm long + and its vector is (-3.49978016345176e-07,2.605735367433581e-05,-4.013285776771625e-05) mm + Endpoint of ComputeStep() was (-54.37902334714982,-3.244803783152565,-11.40536607497785) + and current position to locate is (-54.37902369712783,-3.24477772579889,-11.40540620783562) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3178,10 +3180,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.88653998124983 mm long - and its vector is (1.941263070461162,-6.473589168620322,1.322336523180752) mm - Endpoint of ComputeStep() was (382.8789371460052,267.1413257792215,-482.9615604977818) - and current position to locate is (384.8202002164664,260.6677366106011,-481.639223974601) + Change of (End) Position / G4PathFinder::Locate is 4.99435221554142e-05 mm long + and its vector is (-4.493188399123937e-07,3.219511337393399e-05,-3.817889721702272e-05) mm + Endpoint of ComputeStep() was (-54.36903302094981,-3.245039670513424,-11.40574467593559) + and current position to locate is (-54.36903347026865,-3.24500747540005,-11.40578285483281) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3190,10 +3192,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.625517204062519 mm long - and its vector is (-1.656197325491007,4.955890065915526,-2.083892484462581) mm - Endpoint of ComputeStep() was (532.4033347430429,285.6881758790431,-539.4292717688505) - and current position to locate is (530.7471374175519,290.6440659449586,-541.5131642533131) + Change of (End) Position / G4PathFinder::Locate is 1.183279536333255e-05 mm long + and its vector is (-3.850977918773424e-07,6.103781333699487e-07,-1.181076561174166e-05) mm + Endpoint of ComputeStep() was (-54.36499493776157,-3.245110486512159,-11.40591985743935) + and current position to locate is (-54.36499532285936,-3.245109876134026,-11.40593166820496) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3202,10 +3204,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.296721076852356 mm long - and its vector is (-0.7423805545129198,-0.202068475756505,-2.164016438995873) mm - Endpoint of ComputeStep() was (625.3912902297943,310.6727588516992,-575.8516954927992) - and current position to locate is (624.6489096752814,310.4706903759427,-578.0157119317951) + Change of (End) Position / G4PathFinder::Locate is 2.446611337256418e-05 mm long + and its vector is (1.939942464446176e-07,-1.925070572017518e-05,1.509845684388722e-05) mm + Endpoint of ComputeStep() was (-54.35501036956174,-3.245380612780791,-11.4064051533497) + and current position to locate is (-54.35501017556749,-3.245399863486512,-11.40639005489286) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3214,10 +3216,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9631172462075468 mm long - and its vector is (0.3504588753189637,0.3231036102395706,0.8368855738407319) mm - Endpoint of ComputeStep() was (677.0486753683479,320.9002313772974,-603.985552949253) - and current position to locate is (677.3991342436668,321.223334987537,-603.1486673754123) + Change of (End) Position / G4PathFinder::Locate is 4.793555654546225e-05 mm long + and its vector is (-7.114419275922046e-08,-4.085545638954358e-05,2.507277812746622e-05) mm + Endpoint of ComputeStep() was (-54.34502492709399,-3.24569483209818,-11.40684236555364) + and current position to locate is (-54.34502499823818,-3.24573568755457,-11.40681729277551) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3226,10 +3228,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.049791049701763 mm long - and its vector is (0.06183865510683972,-1.02187418094519,-0.2324013491486312) mm - Endpoint of ComputeStep() was (733.7319729819776,330.5264001458542,-629.0651051459848) - and current position to locate is (733.7938116370844,329.504525964909,-629.2975064951335) + Change of (End) Position / G4PathFinder::Locate is 4.430834934275673e-05 mm long + and its vector is (2.282047617541139e-06,2.257008589312548e-05,3.806065294931216e-05) mm + Endpoint of ComputeStep() was (-54.33503896540348,-3.246087340390712,-11.4072075059375) + and current position to locate is (-54.33503668335586,-3.246064770304819,-11.40716944528455) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3238,10 +3240,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.568557305711077 mm long - and its vector is (0.2139015945036817,3.318768260244042,1.294072867658315) mm - Endpoint of ComputeStep() was (835.9447878707713,341.3487596272831,-676.5580008386735) - and current position to locate is (836.158689465275,344.6675278875272,-675.2639279710152) + Change of (End) Position / G4PathFinder::Locate is 3.440493305931672e-05 mm long + and its vector is (-4.312591812549726e-07,1.665833220076962e-05,-3.010005652193115e-05) mm + Endpoint of ComputeStep() was (-54.32504659912118,-3.246374625930169,-11.40748406241797) + and current position to locate is (-54.32504703038036,-3.246357967597969,-11.40751416247449) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3250,10 +3252,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8471896782673999 mm long - and its vector is (-0.08500916943319226,-0.6443862048033679,-0.5433877171359427) mm - Endpoint of ComputeStep() was (880.077032749054,352.1928053501356,-691.0586296159061) - and current position to locate is (879.9920235796208,351.5484191453322,-691.602017333042) + Change of (End) Position / G4PathFinder::Locate is 4.559737429753801e-05 mm long + and its vector is (2.220256703822088e-06,3.48654098045742e-05,2.930177813986745e-05) mm + Endpoint of ComputeStep() was (-54.31505970633327,-3.246657128780586,-11.40791495883061) + and current position to locate is (-54.31505748607657,-3.246622263370781,-11.40788565705247) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3262,10 +3264,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.490810553071351 mm long - and its vector is (-1.70174534993248,4.585979307005061,-2.494365067391755) mm - Endpoint of ComputeStep() was (1032.831406067635,377.3920053731913,-748.3601713925947) - and current position to locate is (1031.129660717703,381.9779846801964,-750.8545364599864) + Change of (End) Position / G4PathFinder::Locate is 4.909775638463365e-05 mm long + and its vector is (1.80764850910009e-06,1.411048415889127e-06,4.904417428441832e-05) mm + Endpoint of ComputeStep() was (-54.30506644033508,-3.246833486225399,-11.40824782551605) + and current position to locate is (-54.30506463268657,-3.246832075176983,-11.40819878134176) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3274,10 +3276,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03113849002082016 mm long - and its vector is (0.01176574353939941,-0.02339916161201927,0.01684197362533268) mm - Endpoint of ComputeStep() was (1035.817894390816,382.96622038136,-752.7567285000292) - and current position to locate is (1035.829660134356,382.942821219748,-752.7398865264039) + Change of (End) Position / G4PathFinder::Locate is 4.236681235923451e-05 mm long + and its vector is (1.740958744278487e-06,1.433020716579136e-05,3.983165844800851e-05) mm + Endpoint of ComputeStep() was (-54.29507353441221,-3.247043374903234,-11.40855945226628) + and current position to locate is (-54.29507179345347,-3.247029044696069,-11.40851962060783) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3286,10 +3288,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.193457188326003 mm long - and its vector is (1.444578654631414,-3.441916496217118,1.910886321573003) mm - Endpoint of ComputeStep() was (1153.807872375541,406.6822340024675,-799.1684624423231) - and current position to locate is (1155.252451030173,403.2403175062503,-797.2575761207501) + Change of (End) Position / G4PathFinder::Locate is 4.137378710178459e-05 mm long + and its vector is (-1.050788696943528e-06,-4.118955259890811e-05,3.755909871117069e-06) mm + Endpoint of ComputeStep() was (-54.28507911044457,-3.247307327181503,-11.40877578562101) + and current position to locate is (-54.28508016123327,-3.247348516734102,-11.40877202971114) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3298,10 +3300,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.236774814134524 mm long - and its vector is (1.476411089499834,-7.008554301325546,1.035029763178272) mm - Endpoint of ComputeStep() was (1372.908219989963,437.2087788640811,-877.7186295027069) - and current position to locate is (1374.384631079462,430.2002245627556,-876.6835997395286) + Change of (End) Position / G4PathFinder::Locate is 2.959180210009315e-05 mm long + and its vector is (8.077973348008527e-07,2.896737101698577e-05,-5.992798291387658e-06) mm + Endpoint of ComputeStep() was (-54.27509005669244,-3.247685897579685,-11.40905621353553) + and current position to locate is (-54.27508924889511,-3.247656930208668,-11.40906220633382) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3310,10 +3312,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9090739026363975 mm long - and its vector is (0.2206980866492358,0.4914624750962275,0.7322379057220587) mm - Endpoint of ComputeStep() was (1414.739188135897,434.2439276897011,-891.5605977645287) - and current position to locate is (1414.959886222547,434.7353901647974,-890.8283598588066) + Change of (End) Position / G4PathFinder::Locate is 3.362822301556837e-05 mm long + and its vector is (-1.151108918406862e-06,-3.913078518547053e-06,-3.337993630836422e-05) mm + Endpoint of ComputeStep() was (-54.26509906057913,-3.247970272949696,-11.40936998583323) + and current position to locate is (-54.26510021168805,-3.247974186028214,-11.40940336576954) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3322,10 +3324,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.916799243364676 mm long - and its vector is (-0.40219028836691,-1.216884688473897,-1.425325915804706) mm - Endpoint of ComputeStep() was (1488.309235523317,441.6712078915002,-917.4471744890452) - and current position to locate is (1487.90704523495,440.4543232030263,-918.8725004048499) + Change of (End) Position / G4PathFinder::Locate is 4.359339904040615e-05 mm long + and its vector is (-1.85158910426253e-08,3.082468322102017e-05,-3.082568736267888e-05) mm + Endpoint of ComputeStep() was (-54.25510953777285,-3.248273837703552,-11.40970900872571) + and current position to locate is (-54.25510955628874,-3.248243013020331,-11.40973983441308) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3334,10 +3336,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01323292267225483 mm long - and its vector is (-0.004401284492132618,-0.002597228527065454,-0.01220628285955172) mm - Endpoint of ComputeStep() was (1490.414725739189,440.6659314074018,-919.8217337064925) - and current position to locate is (1490.410324454697,440.6633341788747,-919.8339399893521) + Change of (End) Position / G4PathFinder::Locate is 5.41936660512674e-05 mm long + and its vector is (-9.289183324767691e-07,-5.144434120696317e-05,1.701676551491005e-05) mm + Endpoint of ComputeStep() was (-54.24511915510014,-3.248530968807001,-11.41006500954047) + and current position to locate is (-54.24512008401847,-3.248582413148208,-11.41004799277496) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3346,10 +3348,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.151746370961409 mm long - and its vector is (1.405515309185148,-6.694790776479692,2.086091879416699) mm - Endpoint of ComputeStep() was (1691.752876907929,458.7515674877307,-997.4398709370106) - and current position to locate is (1693.158392217114,452.056776711251,-995.3537790575939) + Change of (End) Position / G4PathFinder::Locate is 3.593389272556059e-05 mm long + and its vector is (-1.632208658008949e-06,-2.563111271625118e-05,-2.513218259991845e-05) mm + Endpoint of ComputeStep() was (-54.23513059066993,-3.248922114738619,-11.4103503146192) + and current position to locate is (-54.23513222287859,-3.248947745851335,-11.4103754468018) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3358,10 +3360,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.062585485483574 mm long - and its vector is (2.25466800158415,2.993042000391711,7.138869413097154) mm - Endpoint of ComputeStep() was (1883.736565119575,481.520319202847,-1067.896936584908) - and current position to locate is (1885.991233121159,484.5133612032387,-1060.758067171811) + Change of (End) Position / G4PathFinder::Locate is 2.096030883918167e-05 mm long + and its vector is (-6.33818757478366e-07,-2.056495209412645e-05,4.001945249854089e-06) mm + Endpoint of ComputeStep() was (-54.22514549971597,-3.249323265004548,-11.4107234677911) + and current position to locate is (-54.22514613353473,-3.249343829956643,-11.41071946584585) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3370,10 +3372,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5018353750133658 mm long - and its vector is (0.1878294777945939,-0.1258794075129117,0.4480102740456005) mm - Endpoint of ComputeStep() was (1917.97638592414,490.1998529794864,-1072.570167561282) - and current position to locate is (1918.164215401934,490.0739735719735,-1072.122157287236) + Change of (End) Position / G4PathFinder::Locate is 2.875368595857089e-05 mm long + and its vector is (1.001151964885594e-06,-1.100080000870918e-06,2.871518718272625e-05) mm + Endpoint of ComputeStep() was (-54.21516069799595,-3.249738654470655,-11.41108273274418) + and current position to locate is (-54.21515969684398,-3.249739754550656,-11.411054017557) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3382,10 +3384,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004712592917778379 mm long - and its vector is (0.00016612722129139,-7.254906296338959e-05,0.0004349985056251171) mm - Endpoint of ComputeStep() was (1918.508262999831,490.1337307287101,-1072.243583786446) - and current position to locate is (1918.508429127052,490.1336581796471,-1072.243148787941) + Change of (End) Position / G4PathFinder::Locate is 3.809611856862448e-05 mm long + and its vector is (-1.200127414335839e-06,3.752668567447159e-06,-3.78918384722482e-05) mm + Endpoint of ComputeStep() was (-54.20517402963826,-3.250135793760527,-11.41140951038527) + and current position to locate is (-54.20517522976567,-3.25013204109196,-11.41144740222374) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3394,10 +3396,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.972466073355217 mm long - and its vector is (-0.6661097855558182,3.916120836883636,-0.02796512955114849) mm - Endpoint of ComputeStep() was (2029.510843143112,508.7338050188011,-1111.555378273509) - and current position to locate is (2028.844733357556,512.6499258556847,-1111.58334340306) + Change of (End) Position / G4PathFinder::Locate is 1.310656683874777e-05 mm long + and its vector is (4.515116316383683e-07,-1.653732788042817e-06,1.299397550447168e-05) mm + Endpoint of ComputeStep() was (-54.1951900705386,-3.250503454003512,-11.41184163363206) + and current position to locate is (-54.19518961902697,-3.2505051077363,-11.41182863965656) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3406,10 +3408,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.551880788238936 mm long - and its vector is (1.247090633480184,-8.459821967035168,0.1041261456380198) mm - Endpoint of ComputeStep() was (2280.324693817725,548.6525123978749,-1198.428300956676) - and current position to locate is (2281.571784451205,540.1926904308398,-1198.324174811038) + Change of (End) Position / G4PathFinder::Locate is 4.448045470989304e-05 mm long + and its vector is (2.092261979669274e-06,1.451799968110734e-05,4.199239188551473e-05) mm + Endpoint of ComputeStep() was (-54.18520385385814,-3.250890547786023,-11.41219292036489) + and current position to locate is (-54.18520176159616,-3.250876029786342,-11.41215092797301) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3418,10 +3420,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.047227440834272 mm long - and its vector is (0.7993422291851857,-8.945970253717064,-1.087654626448739) mm - Endpoint of ComputeStep() was (2487.926806876056,564.3858965726228,-1245.658519377635) - and current position to locate is (2488.726149105241,555.4399263189057,-1246.746174004084) + Change of (End) Position / G4PathFinder::Locate is 1.21789385964124e-05 mm long + and its vector is (-1.527386430666411e-07,-1.017155212146292e-05,6.696472480527405e-06) mm + Endpoint of ComputeStep() was (-54.17521473364936,-3.251250236417202,-11.41249153374419) + and current position to locate is (-54.175214886388,-3.251260407969324,-11.41248483727171) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3430,10 +3432,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.309049618859968 mm long - and its vector is (-0.2948335884366315,1.040307820067369,-0.7378642824216968) mm - Endpoint of ComputeStep() was (2626.342088744411,571.8997419579406,-1278.527799626049) - and current position to locate is (2626.047255155975,572.940049778008,-1279.265663908471) + Change of (End) Position / G4PathFinder::Locate is 4.358485934019295e-05 mm long + and its vector is (2.351370419262366e-06,3.78421117241956e-05,2.149617642999146e-05) mm + Endpoint of ComputeStep() was (-54.16522964108878,-3.251717342873228,-11.41277268514852) + and current position to locate is (-54.16522728971836,-3.251679500761504,-11.41275118897209) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3442,10 +3444,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008997159398951208 mm long - and its vector is (-9.061299215318286e-05,0.0008922110084768065,7.237108889057708e-05) mm - Endpoint of ComputeStep() was (2627.197871732694,573.0811912226086,-1279.565053346541) - and current position to locate is (2627.197781119702,573.0820834336171,-1279.564980975452) + Change of (End) Position / G4PathFinder::Locate is 1.80830198636789e-05 mm long + and its vector is (7.12888351017682e-07,1.779135369828211e-05,-3.155175299696111e-06) mm + Endpoint of ComputeStep() was (-54.15524023904943,-3.252122784200328,-11.41299426908977) + and current position to locate is (-54.15523952616108,-3.25210499284663,-11.41299742426507) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3454,10 +3456,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.889545914164699 mm long - and its vector is (-1.151056341543153,5.485455223583926,-1.808756855882848) mm - Endpoint of ComputeStep() was (2808.386558440717,595.1632883440153,-1327.903722608215) - and current position to locate is (2807.235502099174,600.6487435675992,-1329.712479464098) + Change of (End) Position / G4PathFinder::Locate is 3.857779047529748e-05 mm long + and its vector is (-2.369487148712324e-07,-2.385251589620552e-05,3.031909066386618e-05) mm + Endpoint of ComputeStep() was (-54.1452513557551,-3.252519402085345,-11.41324538746694) + and current position to locate is (-54.14525159270381,-3.252543254601242,-11.41321506837627) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3466,10 +3468,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.543482837848977 mm long - and its vector is (-0.1064423948610056,1.45156159417013,0.5137881135651696) mm - Endpoint of ComputeStep() was (2869.685530423603,610.5000934468898,-1344.606772188046) - and current position to locate is (2869.579088028742,611.9516550410599,-1344.09298407448) + Change of (End) Position / G4PathFinder::Locate is 4.9038900564445e-05 mm long + and its vector is (2.075928009048766e-06,3.547368400136364e-05,3.379529604607967e-05) mm + Endpoint of ComputeStep() was (-54.13526128315056,-3.252923076612899,-11.41343005324931) + and current position to locate is (-54.13525920722255,-3.252887602928897,-11.41339625795327) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3478,10 +3480,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2396431787842746 mm long - and its vector is (-0.02596021003046189,0.2312063029046385,0.05743314487449425) mm - Endpoint of ComputeStep() was (2888.428015879195,615.137013753603,-1348.396298581196) - and current position to locate is (2888.402055669164,615.3682200565077,-1348.338865436321) + Change of (End) Position / G4PathFinder::Locate is 5.192499625457976e-05 mm long + and its vector is (1.425056332493568e-06,1.178349657138256e-05,5.055020928779186e-05) mm + Endpoint of ComputeStep() was (-54.1252677479328,-3.253245690155295,-11.41359445441654) + and current position to locate is (-54.12526632287646,-3.253233906658724,-11.41354390420725) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3490,10 +3492,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.886621505814292 mm long - and its vector is (-0.4787719318201198,1.602519521926524,-0.8729543661306707) mm - Endpoint of ComputeStep() was (2982.055715813264,632.0430352053887,-1369.09255851759) - and current position to locate is (2981.576943881444,633.6455547273152,-1369.965512883721) + Change of (End) Position / G4PathFinder::Locate is 4.805332748717489e-05 mm long + and its vector is (-7.292544381698463e-07,-4.152202925711279e-05,2.417667381848787e-05) mm + Endpoint of ComputeStep() was (-54.1152724694681,-3.253521422563552,-11.41373624587864) + and current position to locate is (-54.11527319872253,-3.253562944592809,-11.41371206920482) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3502,10 +3504,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6491046172256594 mm long - and its vector is (-0.02100605988243842,-0.4586287044375013,-0.4588630089883736) mm - Endpoint of ComputeStep() was (3020.366935517355,642.1157464879186,-1380.207127196893) - and current position to locate is (3020.345929457472,641.6571177834811,-1380.665990205882) + Change of (End) Position / G4PathFinder::Locate is 4.222360960487506e-05 mm long + and its vector is (-5.751540541609756e-07,5.290285198800149e-06,-4.188693457862769e-05) mm + Endpoint of ComputeStep() was (-54.10527972454484,-3.25387299330864,-11.41388844958225) + and current position to locate is (-54.1052802996989,-3.253867703023441,-11.41393033651682) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3514,10 +3516,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.336928240955773 mm long - and its vector is (0.7172418878190001,-0.6171247507510316,2.136809472027153) mm - Endpoint of ComputeStep() was (3116.482278621141,660.5852563696185,-1407.468564092221) - and current position to locate is (3117.19952050896,659.9681316188675,-1405.331754620194) + Change of (End) Position / G4PathFinder::Locate is 4.263968701361335e-05 mm long + and its vector is (-1.60674863280974e-06,-3.92579129453452e-05,-1.656434540286966e-05) mm + Endpoint of ComputeStep() was (-54.09528985154894,-3.254131613801803,-11.41427393914096) + and current position to locate is (-54.09529145829757,-3.254170871714749,-11.41429050348636) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3526,10 +3528,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.591867173556175 mm long - and its vector is (-0.5041936631387216,0.9279966447601282,-1.191071817990178) mm - Endpoint of ComputeStep() was (3220.383184070726,680.0733766782871,-1433.345975799876) - and current position to locate is (3219.878990407587,681.0013733230472,-1434.537047617866) + Change of (End) Position / G4PathFinder::Locate is 4.447164990297496e-05 mm long + and its vector is (-8.679185796722777e-07,-4.046276362368317e-05,1.84320135190319e-05) mm + Endpoint of ComputeStep() was (-54.08530504156966,-3.254547183025891,-11.41464636254746) + and current position to locate is (-54.08530590948824,-3.254587645789515,-11.41462793053394) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3538,10 +3540,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.149261051871127 mm long - and its vector is (-1.194694311257535,2.589286185123456,-1.33646837860465) mm - Endpoint of ComputeStep() was (3493.697864430701,759.362802208339,-1527.490751454017) - and current position to locate is (3492.503170119443,761.9520883934624,-1528.827219832622) + Change of (End) Position / G4PathFinder::Locate is 4.527960856692369e-05 mm long + and its vector is (-3.41329766229137e-07,-3.41988901109147e-05,2.967427102973375e-05) mm + Endpoint of ComputeStep() was (-54.07531888019585,-3.254972421921448,-11.41495649955902) + and current position to locate is (-54.07531922152562,-3.255006620811558,-11.41492682528799) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3550,10 +3552,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05976627356576663 mm long - and its vector is (0.02483707491910536,-0.02460178947058012,0.04847555177866525) mm - Endpoint of ComputeStep() was (3498.373388329458,763.9454994483231,-1530.82322744517) - and current position to locate is (3498.398225404377,763.9208976588525,-1530.774751893391) + Change of (End) Position / G4PathFinder::Locate is 4.556814104137852e-05 mm long + and its vector is (-2.258824594036923e-06,-2.998171713741726e-05,-3.424105469918004e-05) mm + Endpoint of ComputeStep() was (-54.0653321157398,-3.255403690278228,-11.41523798088216) + and current position to locate is (-54.06533437456439,-3.255433671995366,-11.41527222193686) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3562,10 +3564,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.564903230714884 mm long - and its vector is (-0.4235506019458626,-0.2734137585307508,-1.481476265668562) mm - Endpoint of ComputeStep() was (3560.731630383005,785.5942154957818,-1552.59564449815) - and current position to locate is (3560.308079781059,785.320801737251,-1554.077120763818) + Change of (End) Position / G4PathFinder::Locate is 4.372327947813902e-05 mm long + and its vector is (-2.237327251464194e-06,-3.819926818815489e-05,-2.115503356137083e-05) mm + Endpoint of ComputeStep() was (-54.05534769770061,-3.255864368743143,-11.41555069767989) + and current position to locate is (-54.05534993502786,-3.255902568011332,-11.41557185271345) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3574,10 +3576,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.727357246949444 mm long - and its vector is (-0.9872817390041746,0.8916211127962015,-1.101839197720665) mm - Endpoint of ComputeStep() was (3635.452397856182,821.3464245540123,-1592.25638249952) - and current position to locate is (3634.465116117177,822.2380456668085,-1593.358221697241) + Change of (End) Position / G4PathFinder::Locate is 3.515038543534065e-05 mm long + and its vector is (-1.66815564028866e-06,-3.50932240000823e-05,-1.110172190621483e-06) mm + Endpoint of ComputeStep() was (-54.04536515872908,-3.256368005101725,-11.41586232369774) + and current position to locate is (-54.04536682688472,-3.256403098325725,-11.41586343386993) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3586,10 +3588,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.951311363412689 mm long - and its vector is (2.421197754137211,-5.405610647525918,-0.5790353244840389) mm - Endpoint of ComputeStep() was (3746.978531442861,879.5042807912673,-1657.502394367093) - and current position to locate is (3749.399729196998,874.0986701437414,-1658.081429691577) + Change of (End) Position / G4PathFinder::Locate is 4.677585769440769e-05 mm long + and its vector is (-1.899577334540936e-06,-1.380468933920298e-05,-4.465202146874958e-05) mm + Endpoint of ComputeStep() was (-54.03538355782916,-3.256912740891896,-11.4161305781985) + and current position to locate is (-54.03538545740649,-3.256926545581235,-11.41617523021996) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3598,10 +3600,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.345199784234688 mm long - and its vector is (3.986994206636155,-0.9254017082905648,6.09913672127982) mm - Endpoint of ComputeStep() was (3880.271390681175,936.0573321440137,-1734.231207228343) - and current position to locate is (3884.258384887812,935.1319304357231,-1728.132070507063) + Change of (End) Position / G4PathFinder::Locate is 4.777428115904873e-05 mm long + and its vector is (5.008146573004524e-07,3.002117491712752e-05,-3.715992709274474e-05) mm + Endpoint of ComputeStep() was (-54.02540325563838,-3.257446851601904,-11.41646104792556) + and current position to locate is (-54.02540275482372,-3.257416830426986,-11.41649820785265) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3610,10 +3612,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8083141579031542 mm long - and its vector is (0.4691791381683288,-0.4318150204372841,0.4967680568424839) mm - Endpoint of ComputeStep() was (3914.517744224148,948.5961472387705,-1745.007167376719) - and current position to locate is (3914.986923362317,948.1643322183332,-1744.510399319876) + Change of (End) Position / G4PathFinder::Locate is 4.672989291636169e-05 mm long + and its vector is (1.191604830808046e-06,3.944578335079996e-05,-2.502584955088594e-05) mm + Endpoint of ComputeStep() was (-54.01542012927406,-3.257914869356876,-11.4168078952768) + and current position to locate is (-54.01541893766922,-3.257875423573525,-11.41683292112635) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3622,10 +3624,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001752785522900643 mm long - and its vector is (-7.497819933632854e-05,-1.750525314037077e-05,-0.000157462397510244) mm - Endpoint of ComputeStep() was (3915.110526734046,948.2155344639627,-1744.57494721623) - and current position to locate is (3915.110451755847,948.2155169587096,-1744.575104678628) + Change of (End) Position / G4PathFinder::Locate is 2.578315044148923e-05 mm long + and its vector is (1.338081865753793e-06,1.399395944590154e-05,2.161364112396313e-05) mm + Endpoint of ComputeStep() was (-54.0054346407376,-3.258328133048709,-11.41715792923532) + and current position to locate is (-54.00543330265574,-3.258314139089263,-11.4171363155942) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3634,10 +3636,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.846325393733469 mm long - and its vector is (0.3475919227503255,-2.516929331812321,-1.282893152570978) mm - Endpoint of ComputeStep() was (3987.010490782925,977.5711919572595,-1782.687621336586) - and current position to locate is (3987.358082705676,975.0542626254472,-1783.970514489157) + Change of (End) Position / G4PathFinder::Locate is 4.160444944376484e-05 mm long + and its vector is (-1.302980962236688e-06,-4.010212425686888e-06,-4.139022409255233e-05) mm + Endpoint of ComputeStep() was (-53.99544630035265,-3.258740732524013,-11.41740937871095) + and current position to locate is (-53.99544760333361,-3.258744742736439,-11.41745076893504) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3646,10 +3648,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1634677113154795 mm long - and its vector is (0.04798167112539886,-0.1557843346067784,-0.01227570649120935) mm - Endpoint of ComputeStep() was (3998.625512872288,979.0175030351591,-1790.225196570817) - and current position to locate is (3998.673494543414,978.8617187005523,-1790.237472277309) + Change of (End) Position / G4PathFinder::Locate is 3.687503140779942e-05 mm long + and its vector is (-7.540421620433335e-09,-2.295288992781863e-05,2.886057394491104e-05) mm + Endpoint of ComputeStep() was (-53.98546369298447,-3.259187566973689,-11.41780033970479) + and current position to locate is (-53.98546370052489,-3.259210519863617,-11.41777147913084) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3658,10 +3660,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 20.19755305249223 mm long - and its vector is (-5.241439507160067,-19.45926062497108,-1.343739978742178) mm - Endpoint of ComputeStep() was (3663.57276507412,755.4789029000253,-1524.72197285417) - and current position to locate is (3658.33132556696,736.0196422750543,-1526.065712832912) + Change of (End) Position / G4PathFinder::Locate is 4.650928821708266e-05 mm long + and its vector is (2.399403904007613e-06,4.376661996063902e-05,1.555119701457386e-05) mm + Endpoint of ComputeStep() was (-53.97547819531292,-3.259648815165854,-11.41807862952487) + and current position to locate is (-53.97547579590901,-3.259605048545894,-11.41806307832785) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3670,10 +3672,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.793952717405492 mm long - and its vector is (0.222179059706832,-1.176605891291842,-1.335852310059636) mm - Endpoint of ComputeStep() was (3675.947680436242,730.6921841564907,-1518.443385355876) - and current position to locate is (3676.169859495948,729.5155782651989,-1519.779237665936) + Change of (End) Position / G4PathFinder::Locate is 1.943798875213392e-05 mm long + and its vector is (-8.8079789151152e-07,-8.385875697847212e-06,-1.751389992499242e-05) mm + Endpoint of ComputeStep() was (-53.96548905237992,-3.260015079141418,-11.41836899745976) + and current position to locate is (-53.96548993317781,-3.260023465017115,-11.41838651135968) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3682,10 +3684,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.29879247931606 mm long - and its vector is (-4.958887712061369,-8.393413472598354,3.320417062537217) mm - Endpoint of ComputeStep() was (3752.349246609268,689.5481369039154,-1507.039342320021) - and current position to locate is (3747.390358897207,681.1547234313171,-1503.718925257484) + Change of (End) Position / G4PathFinder::Locate is 5.133289064600833e-05 mm long + and its vector is (-1.769513787053256e-06,-2.663270608493917e-06,-5.123320673838805e-05) mm + Endpoint of ComputeStep() was (-53.95550461001297,-3.260454862152526,-11.41870896315936) + and current position to locate is (-53.95550637952676,-3.260457525423135,-11.4187601963661) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3694,10 +3696,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.14539288336749 mm long - and its vector is (-4.766296847424655,-5.184379941666521,-1.208825231517949) mm - Endpoint of ComputeStep() was (3794.229456511076,633.4947866585501,-1483.998806657136) - and current position to locate is (3789.463159663651,628.3104067168836,-1485.207631888654) + Change of (End) Position / G4PathFinder::Locate is 4.626571368871542e-05 mm long + and its vector is (5.809280239077452e-07,3.49959722840687e-05,-3.025658126176722e-05) mm + Endpoint of ComputeStep() was (-53.94552074336804,-3.260891028037902,-11.41906987806796) + and current position to locate is (-53.94552016244001,-3.260856032065618,-11.41910013464922) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3706,10 +3708,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4150797119450968 mm long - and its vector is (0.07078863143169656,-0.1562725080132168,-0.3779669829068553) mm - Endpoint of ComputeStep() was (3793.810029355624,622.6902302236915,-1482.069823333384) - and current position to locate is (3793.880817987056,622.5339577156783,-1482.447790316291) + Change of (End) Position / G4PathFinder::Locate is 3.125883375487352e-05 mm long + and its vector is (-1.256742812927314e-06,-3.118174307603638e-05,1.798383706841378e-06) mm + Endpoint of ComputeStep() was (-53.93553380949818,-3.261276112444524,-11.41940516475161) + and current position to locate is (-53.93553506624099,-3.2613072941876,-11.41940336636791) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3718,10 +3720,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 14.67152779771988 mm long - and its vector is (4.484334875000968,-3.91468184575308,-13.40968809087849) mm - Endpoint of ComputeStep() was (3841.720095365567,557.9516130275506,-1447.596370277075) - and current position to locate is (3846.204430240568,554.0369311817975,-1461.006058367953) + Change of (End) Position / G4PathFinder::Locate is 3.520488689476858e-05 mm long + and its vector is (-3.351861934675071e-07,1.417039536644182e-05,-3.222532554758573e-05) mm + Endpoint of ComputeStep() was (-53.92555154173419,-3.261784395679082,-11.41971700342712) + and current position to locate is (-53.92555187692038,-3.261770225283716,-11.41974922875267) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3730,10 +3732,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 15.90334840632408 mm long - and its vector is (-8.694939506446644,-5.120860689976723,12.29192024486065) mm - Endpoint of ComputeStep() was (3903.273402864976,484.9027062794608,-1449.438742017252) - and current position to locate is (3894.578463358529,479.7818455894841,-1437.146821772391) + Change of (End) Position / G4PathFinder::Locate is 4.504213999826022e-05 mm long + and its vector is (-2.416759670609281e-06,-4.36710798172868e-05,-1.076059644766758e-05) mm + Endpoint of ComputeStep() was (-53.91556834918602,-3.262244357069715,-11.42006723530053) + and current position to locate is (-53.9155707659457,-3.262288028149532,-11.42007799589698) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3742,10 +3744,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 15.98912055708919 mm long - and its vector is (12.6992557395406,7.755689554209994,5.850654612057951) mm - Endpoint of ComputeStep() was (3927.144539822159,402.8519004134504,-1405.854624419753) - and current position to locate is (3939.8437955617,410.6075899676604,-1400.003969807695) + Change of (End) Position / G4PathFinder::Locate is 4.715287946993839e-05 mm long + and its vector is (-2.778119387869538e-06,-4.184288642106182e-05,-2.156035600187067e-05) mm + Endpoint of ComputeStep() was (-53.90558848599464,-3.262783737275263,-11.4204022050545) + and current position to locate is (-53.90559126411403,-3.262825580161684,-11.42042376541051) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3754,10 +3756,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 14.92983428551216 mm long - and its vector is (-12.46705868604113,-4.857596760728427,6.62390770027946) mm - Endpoint of ComputeStep() was (3978.788337543104,341.4708367852515,-1377.406218019776) - and current position to locate is (3966.321278857063,336.6132400245231,-1370.782310319496) + Change of (End) Position / G4PathFinder::Locate is 4.967590426878678e-05 mm long + and its vector is (3.678834971765355e-06,4.297460996083302e-05,2.46443611580105e-05) mm + Endpoint of ComputeStep() was (-53.89561888935128,-3.263472185146402,-11.42078486724487) + and current position to locate is (-53.89561521051631,-3.263429210536442,-11.42076022288371) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3766,10 +3768,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.321154031873378 mm long - and its vector is (-2.05603909827505,-0.979950736258445,0.4473877742550485) mm - Endpoint of ComputeStep() was (3984.427597052691,304.9871690017572,-1356.845169183521) - and current position to locate is (3982.371557954415,304.0072182654988,-1356.397781409266) + Change of (End) Position / G4PathFinder::Locate is 3.725791055598176e-05 mm long + and its vector is (2.219383027579624e-06,1.826152362438549e-05,3.239973754354253e-05) mm + Endpoint of ComputeStep() was (-53.88564013767086,-3.264047843766864,-11.42109483429839) + and current position to locate is (-53.88563791828783,-3.26402958224324,-11.42106243456085) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3778,10 +3780,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 18.79898416361316 mm long - and its vector is (4.190606251135705,-10.67838133255336,-14.89338097774635) mm - Endpoint of ComputeStep() was (3963.416114446823,229.3149904760795,-1308.177884803488) - and current position to locate is (3967.606720697959,218.6366091435262,-1323.071265781235) + Change of (End) Position / G4PathFinder::Locate is 2.094739912223686e-05 mm long + and its vector is (1.185114491875083e-06,9.818769062253097e-06,1.846566564545071e-05) mm + Endpoint of ComputeStep() was (-53.87566144032647,-3.264633564785721,-11.42138156215615) + and current position to locate is (-53.87566025521198,-3.264623746016659,-11.42136309649051) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3790,10 +3792,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 16.05845391372497 mm long - and its vector is (9.634318470772087,1.020415077489673,12.80674052101472) mm - Endpoint of ComputeStep() was (3938.955549318639,147.457334766934,-1295.846000005329) - and current position to locate is (3948.589867789411,148.4777498444237,-1283.039259484314) + Change of (End) Position / G4PathFinder::Locate is 4.630741906567686e-05 mm long + and its vector is (2.005164716933905e-06,1.029446218625552e-05,4.510410650127028e-05) mm + Endpoint of ComputeStep() was (-53.86568546456335,-3.265265727629865,-11.42166001497186) + and current position to locate is (-53.86568345939863,-3.265255433167678,-11.42161491086535) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3802,10 +3804,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6262736053048129 mm long - and its vector is (0.3271751631245934,-0.01225700789518669,0.5338771460676526) mm - Endpoint of ComputeStep() was (3943.396993082772,142.6385992259247,-1279.990975574834) - and current position to locate is (3943.724168245896,142.6263422180295,-1279.457098428767) + Change of (End) Position / G4PathFinder::Locate is 5.305230231013911e-05 mm long + and its vector is (1.715842913085908e-06,3.893138663979556e-05,-3.599930274056362e-05) mm + Endpoint of ComputeStep() was (-53.85570762942604,-3.265908394921532,-11.42184557503767) + and current position to locate is (-53.85570591358313,-3.265869463534892,-11.42188157434041) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3814,10 +3816,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.668261677371158 mm long - and its vector is (-3.979706918196825,0.8290398711910427,-3.950166601598767) mm - Endpoint of ComputeStep() was (3922.584534344892,118.0018882346853,-1263.327426049964) - and current position to locate is (3918.604827426695,118.8309281058764,-1267.277592651563) + Change of (End) Position / G4PathFinder::Locate is 4.60567998403915e-05 mm long + and its vector is (-7.20108943141895e-07,5.473355034535388e-06,-4.572474865227605e-05) mm + Endpoint of ComputeStep() was (-53.84572977646619,-3.266516322160228,-11.4221161167437) + and current position to locate is (-53.84573049657513,-3.266510848805193,-11.42216184149235) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3826,10 +3828,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.564641866127505 mm long - and its vector is (-0.2280549931288078,-0.7414183487917967,-2.444519922945574) mm - Endpoint of ComputeStep() was (3898.105428402725,88.56428662564798,-1256.185339567929) - and current position to locate is (3897.877373409596,87.82286827685618,-1258.629859490875) + Change of (End) Position / G4PathFinder::Locate is 3.18673483910487e-05 mm long + and its vector is (1.503673672687e-06,2.949349778136323e-05,-1.197499259220081e-05) mm + Endpoint of ComputeStep() was (-53.83575522188367,-3.267142415789316,-11.42246476957197) + and current position to locate is (-53.83575371821,-3.267112922291534,-11.42247674456456) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3838,10 +3840,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 12.41906125985459 mm long - and its vector is (5.477112632479475,-9.11447250198183,-6.41566136869551) mm - Endpoint of ComputeStep() was (3854.542131015909,45.80872918721264,-1235.937777799759) - and current position to locate is (3860.019243648388,36.69425668523081,-1242.353439168455) + Change of (End) Position / G4PathFinder::Locate is 5.336018694599706e-05 mm long + and its vector is (-3.372494269626714e-06,-5.187683987939451e-05,-1.203034984698093e-05) mm + Endpoint of ComputeStep() was (-53.82577513356828,-3.267692621203865,-11.42277430630565) + and current position to locate is (-53.82577850606255,-3.267744498043745,-11.4227863366555) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3850,10 +3852,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.45118225482245 mm long - and its vector is (-6.324131669685812,3.056938807482627,7.738713993636111) mm - Endpoint of ComputeStep() was (3840.123436595974,-11.5708668296671,-1239.546793818289) - and current position to locate is (3833.799304926288,-8.513928022184476,-1231.808079824653) + Change of (End) Position / G4PathFinder::Locate is 3.681405496161044e-05 mm long + and its vector is (-2.143171258239818e-06,-3.657524697509018e-05,3.596215842449624e-06) mm + Endpoint of ComputeStep() was (-53.81580041780371,-3.268353884274431,-11.42303762856365) + and current position to locate is (-53.81580256097497,-3.268390459521406,-11.4230340323478) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3862,10 +3864,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.633832989100771 mm long - and its vector is (-0.5297531045748656,-1.425841798334822,-4.377070365574809) mm - Endpoint of ComputeStep() was (3816.370299357518,-30.37307267089462,-1222.577990163898) - and current position to locate is (3815.840546252943,-31.79891446922944,-1226.955060529473) + Change of (End) Position / G4PathFinder::Locate is 4.675417254188301e-05 mm long + and its vector is (3.248591845306237e-06,4.654676577198202e-05,2.966124958092564e-06) mm + Endpoint of ComputeStep() was (-53.80582855231302,-3.269072146913027,-11.42326030057202) + and current position to locate is (-53.80582530372118,-3.269025600147255,-11.42325733444706) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3874,10 +3876,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 17.84018029074524 mm long - and its vector is (2.514475175231837,4.73157932380694,17.01650976263818) mm - Endpoint of ComputeStep() was (3770.771492326731,-82.38149938261397,-1206.230450423831) - and current position to locate is (3773.285967501963,-77.64992005880703,-1189.213940661193) + Change of (End) Position / G4PathFinder::Locate is 5.494090872484494e-05 mm long + and its vector is (-2.360940733581174e-06,-1.808520876211972e-05,-5.182523163860253e-05) mm + Endpoint of ComputeStep() was (-53.79584881369714,-3.269668594790825,-11.42348743875934) + and current position to locate is (-53.79585117463787,-3.269686679999587,-11.42353926399098) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3886,10 +3888,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 18.30874002399094 mm long - and its vector is (0.2869982232900838,15.82977661753594,9.194877134841363) mm - Endpoint of ComputeStep() was (3705.355124927624,-101.2006932562613,-1146.548932281161) - and current position to locate is (3705.642123150914,-85.37091663872533,-1137.354055146319) + Change of (End) Position / G4PathFinder::Locate is 3.467232579717654e-05 mm long + and its vector is (-1.96856649381516e-06,-3.258535076611224e-05,1.168288652664273e-05) mm + Endpoint of ComputeStep() was (-53.78587843439829,-3.270378675526239,-11.42378893813557) + and current position to locate is (-53.78588040296479,-3.270411260877005,-11.42377725524904) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3898,10 +3900,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.963848124942522 mm long - and its vector is (1.442906747430698,5.813352582006914,3.552201089853725) mm - Endpoint of ComputeStep() was (3671.409437431937,-92.15242064805433,-1112.350446171931) - and current position to locate is (3672.852344179368,-86.33906806604742,-1108.798245082077) + Change of (End) Position / G4PathFinder::Locate is 3.980905427260979e-05 mm long + and its vector is (-2.981719468664323e-06,-3.558718654828041e-05,-1.759040376647647e-05) mm + Endpoint of ComputeStep() was (-53.77590949719202,-3.271140229062774,-11.42399262933164) + and current position to locate is (-53.77591247891149,-3.271175816249322,-11.42401021973541) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3910,10 +3912,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.399175144010318 mm long - and its vector is (0.7229237900887711,5.173387942866029,5.240346476910872) mm - Endpoint of ComputeStep() was (3637.0632348815,-94.14181918135769,-1096.157963113986) - and current position to locate is (3637.786158671589,-88.96843123849166,-1090.917616637075) + Change of (End) Position / G4PathFinder::Locate is 2.709941221606605e-05 mm long + and its vector is (8.030274827319772e-07,2.71693496056713e-06,2.695091007254291e-05) mm + Endpoint of ComputeStep() was (-53.76594635442277,-3.271966974873095,-11.42422741259885) + and current position to locate is (-53.76594555139528,-3.271964257938135,-11.42420046168878) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3922,10 +3924,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 14.37659981622002 mm long - and its vector is (-3.768786155632824,8.800554355360816,-10.72534923567468) mm - Endpoint of ComputeStep() was (3588.005343282888,-81.99506193953037,-1067.703196487436) - and current position to locate is (3584.236557127255,-73.19450758416956,-1078.42854572311) + Change of (End) Position / G4PathFinder::Locate is 4.049721325891736e-05 mm long + and its vector is (2.130611541417693e-06,1.954651542668273e-05,3.54036510952227e-05) mm + Endpoint of ComputeStep() was (-53.7559770532388,-3.272735988246449,-11.42437429570382) + and current position to locate is (-53.75597492262726,-3.272716441731022,-11.42433889205273) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3934,10 +3936,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1573778215689635 mm long - and its vector is (0.0375323194525663,0.1184440339770276,-0.09659251799985213) mm - Endpoint of ComputeStep() was (3580.724277642145,-71.7041485516875,-1077.965775508975) - and current position to locate is (3580.761809961597,-71.58570451771047,-1078.062368026975) + Change of (End) Position / G4PathFinder::Locate is 5.009445455464506e-05 mm long + and its vector is (2.881594930670417e-06,4.367119802362041e-05,-2.437164850732643e-05) mm + Endpoint of ComputeStep() was (-53.74600440188186,-3.273464385509535,-11.42450025162734) + and current position to locate is (-53.74600152028692,-3.273420714311511,-11.42452462327584) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3946,10 +3948,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.404785066890007 mm long - and its vector is (-1.126431837620203,-3.098971526515001,0.8485800756334356) mm - Endpoint of ComputeStep() was (3562.175667127095,-64.57232016696136,-1077.121672619364) - and current position to locate is (3561.049235289474,-67.67129169347636,-1076.27309254373) + Change of (End) Position / G4PathFinder::Locate is 4.479815124150289e-05 mm long + and its vector is (3.357659117853018e-06,4.371205360653718e-05,9.211777754813966e-06) mm + Endpoint of ComputeStep() was (-53.7360298131172,-3.274152613820144,-11.42468623843582) + and current position to locate is (-53.73602645545808,-3.274108901766538,-11.42467702665806) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3958,10 +3960,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.877583108309155 mm long - and its vector is (-0.7086392381443147,-1.583262520819716,-9.724081359279353) mm - Endpoint of ComputeStep() was (3519.688533665724,-59.99453820959157,-1074.50886419338) - and current position to locate is (3518.979894427579,-61.57780073041129,-1084.232945552659) + Change of (End) Position / G4PathFinder::Locate is 4.743599291099897e-05 mm long + and its vector is (-1.665243949844353e-06,-1.505794643152925e-05,-4.49517367329122e-05) mm + Endpoint of ComputeStep() was (-53.72604931005086,-3.274765327525251,-11.42482674183337) + and current position to locate is (-53.72605097529481,-3.274780385471682,-11.42487169357011) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3970,10 +3972,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.42143561366589 mm long - and its vector is (1.768486204102828,10.22366907429827,0.9774290024952279) mm - Endpoint of ComputeStep() was (3477.424118506449,-54.01049210071295,-1088.197267038834) - and current position to locate is (3479.192604710552,-43.78682302641468,-1087.219838036339) + Change of (End) Position / G4PathFinder::Locate is 4.90713251340416e-05 mm long + and its vector is (2.255466547751439e-06,4.091314171272842e-05,-2.700041955705501e-05) mm + Endpoint of ComputeStep() was (-53.71607482403462,-3.275445674593053,-11.42504643873015) + and current position to locate is (-53.71607256856807,-3.27540476145134,-11.4250734391497) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3982,10 +3984,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 26.93353019034958 mm long - and its vector is (0.1160659997581206,-3.852526567605683,26.65632413225921) mm - Endpoint of ComputeStep() was (3407.564936287632,-12.28538631642985,-1082.355189101796) - and current position to locate is (3407.68100228739,-16.13791288403553,-1055.698864969537) + Change of (End) Position / G4PathFinder::Locate is 5.511686319313777e-05 mm long + and its vector is (3.001819123937821e-06,3.420690058453246e-05,4.311317249516833e-05) mm + Endpoint of ComputeStep() was (-53.70609429499689,-3.276030428284744,-11.42527177410815) + and current position to locate is (-53.70609129317777,-3.27599622138416,-11.42522866093565) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -3994,10 +3996,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.83925593738132 mm long - and its vector is (-1.402236009244916,5.268646693533672,-2.09093426375307) mm - Endpoint of ComputeStep() was (3384.566460049131,-17.10172787374298,-1042.626219272902) - and current position to locate is (3383.164224039886,-11.83308118020931,-1044.717153536655) + Change of (End) Position / G4PathFinder::Locate is 3.167645023805495e-05 mm long + and its vector is (-9.136081331462265e-07,-6.990222452429862e-06,3.08820272962862e-05) mm + Endpoint of ComputeStep() was (-53.69611116475684,-3.276603578264644,-11.42507088739403) + and current position to locate is (-53.69611207836497,-3.276610568487096,-11.42504000536674) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4006,10 +4008,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1223301065959492 mm long - and its vector is (0.01098869301267769,0.09196331241909839,0.07991653630229933) mm - Endpoint of ComputeStep() was (-598.8992370918427,12.27537900089733,-47.61979244932418) - and current position to locate is (-598.88824839883,12.36734231331642,-47.53987591302188) + Change of (End) Position / G4PathFinder::Locate is 5.147041190961362e-05 mm long + and its vector is (-2.746876432979661e-06,-5.025136804537311e-05,-1.079156993100128e-05) mm + Endpoint of ComputeStep() was (-53.68613075083594,-3.277193435568954,-11.4248665000375) + and current position to locate is (-53.68613349771237,-3.277243686936999,-11.42487729160743) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4018,10 +4020,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.077807763465963 mm long - and its vector is (0.2459917284412541,0.7040490395504193,0.7781211952094083) mm - Endpoint of ComputeStep() was (-599.3217876098992,16.76259500669147,-51.37967155908447) - and current position to locate is (-599.0757958814579,17.46664404624189,-50.60155036387506) + Change of (End) Position / G4PathFinder::Locate is 3.390490610520673e-05 mm long + and its vector is (-6.601778039794226e-07,-3.045479339380819e-06,3.376139628130659e-05) mm + Endpoint of ComputeStep() was (-53.6761618183136,-3.277982520807387,-11.42474895040632) + and current position to locate is (-53.67616247849141,-3.277985566286727,-11.42471518901004) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4030,10 +4032,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.220193491520549 mm long - and its vector is (-0.5325367395873855,-0.4317753931924884,-1.009379407146895) mm - Endpoint of ComputeStep() was (-600.1299660058144,23.44289117753166,-52.60180132960451) - and current position to locate is (-600.6625027454018,23.01111578433917,-53.6111807367514) + Change of (End) Position / G4PathFinder::Locate is 4.569075895216136e-05 mm long + and its vector is (-3.01338642572091e-06,-4.536544405686627e-05,-4.532266695278508e-06) mm + Endpoint of ComputeStep() was (-53.66618802287661,-3.278668306001792,-11.42451310442999) + and current position to locate is (-53.66619103626304,-3.278713671445848,-11.42451763669668) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4042,10 +4044,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.930045362503052 mm long - and its vector is (-0.003043508690780072,0.1745725096872626,0.9135094702463533) mm - Endpoint of ComputeStep() was (-599.7244482250488,28.86853457860722,-54.72741363343348) - and current position to locate is (-599.7274917337396,29.04310708829448,-53.81390416318713) + Change of (End) Position / G4PathFinder::Locate is 4.230396554278875e-05 mm long + and its vector is (1.902643077755783e-06,3.41397847245517e-05,2.490944698152475e-05) mm + Endpoint of ComputeStep() was (-53.65621788515234,-3.279415694667231,-11.42431724787462) + and current position to locate is (-53.65621598250927,-3.279381554882506,-11.42429233842764) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4054,10 +4056,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9716489650890462 mm long - and its vector is (-0.7873279958977264,0.1791694232700394,0.5404763232551133) mm - Endpoint of ComputeStep() was (-598.9866963690221,34.72077703680129,-54.61692901671686) - and current position to locate is (-599.7740243649198,34.89994646007133,-54.07645269346175) + Change of (End) Position / G4PathFinder::Locate is 5.07233887663259e-05 mm long + and its vector is (-1.779714054350734e-06,-3.767627895001624e-05,-3.391449233447474e-05) mm + Endpoint of ComputeStep() was (-53.64624126986375,-3.28005381816155,-11.42406894594694) + and current position to locate is (-53.64624304957781,-3.2800914944405,-11.42410286043927) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4066,10 +4068,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7894646129263209 mm long - and its vector is (-0.2943861962907022,-0.07931706593512899,-0.7282169632381823) mm - Endpoint of ComputeStep() was (-600.1509115160613,40.06478533503062,-54.48664567963684) - and current position to locate is (-600.445297712352,39.98546826909549,-55.21486264287502) + Change of (End) Position / G4PathFinder::Locate is 4.653170142485487e-05 mm long + and its vector is (2.614832418146307e-06,4.187860872129079e-05,2.011327970485866e-05) mm + Endpoint of ComputeStep() was (-53.63627059273572,-3.280805888762749,-11.42391186539001) + and current position to locate is (-53.6362679779033,-3.280764010154028,-11.42389175211031) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4078,10 +4080,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3149339684355758 mm long - and its vector is (-0.1670135004346776,-0.004948217530262866,0.2669558208588256) mm - Endpoint of ComputeStep() was (-601.7611443811768,45.25389853022844,-55.9404314602077) - and current position to locate is (-601.9281578816115,45.24895031269818,-55.67347563934887) + Change of (End) Position / G4PathFinder::Locate is 4.119051045527897e-05 mm long + and its vector is (-2.209265659303128e-07,7.057859090942031e-06,4.058073395185602e-05) mm + Endpoint of ComputeStep() was (-53.62629367524686,-3.281456460627893,-11.4237170187925) + and current position to locate is (-53.62629389617342,-3.281449402768802,-11.42367643805855) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4090,10 +4092,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6538667588994843 mm long - and its vector is (-0.1910366248265518,0.3874476195468688,-0.4908473168675371) mm - Endpoint of ComputeStep() was (-603.320848163213,49.53519734164077,-51.74811841976475) - and current position to locate is (-603.5118847880395,49.92264496118764,-52.23896573663229) + Change of (End) Position / G4PathFinder::Locate is 4.366056018905356e-05 mm long + and its vector is (5.326394116877964e-07,-5.754567297344693e-06,-4.327638809442647e-05) mm + Endpoint of ComputeStep() was (-53.61631955765096,-3.282130429689337,-11.42346311755138) + and current position to locate is (-53.61631902501155,-3.282136184256635,-11.42350639393947) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4102,10 +4104,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4191532136463393 mm long - and its vector is (-0.3747096694447691,-0.1787777881537167,0.05762449650548263) mm - Endpoint of ComputeStep() was (-606.0986297991082,55.56992732218912,-51.53908488752199) - and current position to locate is (-606.4733394685529,55.3911495340354,-51.48146039101651) + Change of (End) Position / G4PathFinder::Locate is 4.789303897414419e-05 mm long + and its vector is (2.610946765457811e-06,4.196785659971169e-05,2.292651634228093e-05) mm + Endpoint of ComputeStep() was (-53.60634502631782,-3.282838710398004,-11.42335626486421) + and current position to locate is (-53.60634241537105,-3.282796742541405,-11.42333333834786) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4114,10 +4116,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8846705714061948 mm long - and its vector is (-0.8049466446102542,-0.315360430424704,0.1877517461042686) mm - Endpoint of ComputeStep() was (-607.9077611901248,60.66018094718048,-48.78102711593109) - and current position to locate is (-608.7127078347351,60.34482051675577,-48.59327536982682) + Change of (End) Position / G4PathFinder::Locate is 3.355741895990651e-05 mm long + and its vector is (-1.803982684123184e-06,-2.036629184765104e-05,2.660940003273993e-05) mm + Endpoint of ComputeStep() was (-53.59636632160034,-3.283465495957302,-11.42316885988656) + and current position to locate is (-53.59636812558303,-3.283485862249149,-11.42314225048653) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4126,10 +4128,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4388117695271301 mm long - and its vector is (0.05295861572858485,-0.2265848080534099,0.3720355881566206) mm - Endpoint of ComputeStep() was (-609.597951931683,62.25697770366264,-47.30268090412389) - and current position to locate is (-609.5449933159545,62.03039289560923,-46.93064531596727) + Change of (End) Position / G4PathFinder::Locate is 1.46809969876274e-05 mm long + and its vector is (-8.295461100260582e-07,-8.632921585149944e-06,1.184551352650942e-05) mm + Endpoint of ComputeStep() was (-53.58639244206107,-3.284145383429958,-11.4229243034293) + and current position to locate is (-53.58639327160718,-3.284154016351543,-11.42291245791577) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4138,10 +4140,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.672081623367543 mm long - and its vector is (0.5689154170298707,1.407766534004438,-0.7002753666996284) mm - Endpoint of ComputeStep() was (-611.8853966078726,65.14904745490864,-42.56258362149611) - and current position to locate is (-611.3164811908428,66.55681398891308,-43.26285898819574) + Change of (End) Position / G4PathFinder::Locate is 4.03775095123536e-05 mm long + and its vector is (-9.711592312555695e-07,-5.6240829415799e-07,4.036191052314564e-05) mm + Endpoint of ComputeStep() was (-53.57642144079974,-3.284865642452897,-11.42268243879666) + and current position to locate is (-53.57642241195897,-3.284866204861191,-11.42264207688614) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4150,10 +4152,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08648924665415764 mm long - and its vector is (0.07510972183035847,0.02704852884920683,-0.0332760658802016) mm - Endpoint of ComputeStep() was (-611.3794104584077,67.43791861043682,-42.68869303776615) - and current position to locate is (-611.3043007365774,67.46496713928603,-42.72196910364635) + Change of (End) Position / G4PathFinder::Locate is 4.707828135535069e-05 mm long + and its vector is (3.256770320092528e-06,3.39546186425288e-05,-3.244752525688455e-05) mm + Endpoint of ComputeStep() was (-53.56645147064355,-3.285583454783909,-11.42239185385494) + and current position to locate is (-53.56644821387323,-3.285549500165266,-11.42242430138019) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4162,10 +4164,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3812057608054151 mm long - and its vector is (-0.3758686789670946,0.0566915615504513,0.02875126243728943) mm - Endpoint of ComputeStep() was (-610.9503275483263,69.67236901255363,-42.44697681382937) - and current position to locate is (-611.3261962272934,69.72906057410408,-42.41822555139208) + Change of (End) Position / G4PathFinder::Locate is 2.010879970959182e-05 mm long + and its vector is (1.402179130138848e-06,2.004904864572055e-05,6.583068046239759e-07) mm + Endpoint of ComputeStep() was (-53.55647618496253,-3.286254818814391,-11.42218368856249) + and current position to locate is (-53.5564747827834,-3.286234769765745,-11.42218303025569) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4174,10 +4176,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3090631615145382 mm long - and its vector is (-0.2884166909174155,-0.02681704581961242,-0.1077807787089995) mm - Endpoint of ComputeStep() was (-611.6066728548448,71.43106983129738,-42.09116092090092) - and current position to locate is (-611.8950895457622,71.40425278547777,-42.19894169960992) + Change of (End) Position / G4PathFinder::Locate is 4.094696154596569e-05 mm long + and its vector is (1.178252055922258e-06,2.730293212716006e-05,3.049287259671019e-05) mm + Endpoint of ComputeStep() was (-53.546501846471,-3.286928724735724,-11.42194702845832) + and current position to locate is (-53.54650066821895,-3.286901421803596,-11.42191653558572) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4186,10 +4188,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.767883507393745 mm long - and its vector is (1.999180329999604,0.2147409132838334,-1.902194379869471) mm - Endpoint of ComputeStep() was (-613.351443369275,77.5989008316632,-43.03022874120305) - and current position to locate is (-611.3522630392754,77.81364174494703,-44.93242312107252) + Change of (End) Position / G4PathFinder::Locate is 4.118189340983531e-05 mm long + and its vector is (-3.019587673236401e-06,-3.940514218880864e-05,1.157865295198235e-05) mm + Endpoint of ComputeStep() was (-53.53652784948498,-3.287592240270622,-11.42166676554877) + and current position to locate is (-53.53653086907265,-3.287631645412811,-11.42165518689582) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4198,10 +4200,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001322206423107924 mm long - and its vector is (0.001127811705487147,-0.0001243361337013305,0.0006788306918004139) mm - Endpoint of ComputeStep() was (-636.0372141589179,3.246156114148117,-30.04276601799547) - and current position to locate is (-636.0360863472124,3.246031778014416,-30.04208718730367) + Change of (End) Position / G4PathFinder::Locate is 5.479521870298193e-05 mm long + and its vector is (-1.249063139141526e-06,-3.211762587085332e-05,-4.437807952584194e-05) mm + Endpoint of ComputeStep() was (-53.52656203183211,-3.288375096486196,-11.42139771346702) + and current position to locate is (-53.52656328089525,-3.288407214112067,-11.42144209154655) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4210,10 +4212,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00138964408520686 mm long - and its vector is (-0.001285998951402689,0.0004314388624435672,-0.0003019567659698907) mm - Endpoint of ComputeStep() was (-636.0321851083115,3.253081452492195,-30.04862946693145) - and current position to locate is (-636.0334711072629,3.253512891354639,-30.04893142369742) + Change of (End) Position / G4PathFinder::Locate is 3.533511953195677e-05 mm long + and its vector is (-1.647287305672762e-06,-2.888687049162897e-05,-2.028314152369148e-05) mm + Endpoint of ComputeStep() was (-53.51659416102942,-3.289150013984799,-11.42119384799219) + and current position to locate is (-53.51659580831672,-3.289178900855291,-11.42121413113371) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4222,10 +4224,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001937501047246116 mm long - and its vector is (0.0004068594436148487,0.001213255654652468,0.001454780539351219) mm - Endpoint of ComputeStep() was (-636.0303201352432,3.261599547487648,-30.05655675528745) - and current position to locate is (-636.0299132757996,3.262812803142301,-30.0551019747481) + Change of (End) Position / G4PathFinder::Locate is 4.24294940874766e-05 mm long + and its vector is (-3.055163119825011e-06,-3.245143139807283e-05,2.716307322536693e-05) mm + Endpoint of ComputeStep() was (-53.50662690047234,-3.289933396055055,-11.42099426682259) + and current position to locate is (-53.50662995563546,-3.289965847486453,-11.42096710374936) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4234,10 +4236,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002130167672455793 mm long - and its vector is (-0.001468264364916649,0.001191054186016061,0.0009814295662273764) mm - Endpoint of ComputeStep() was (-636.0256702130499,3.272128311203475,-30.06005937281848) - and current position to locate is (-636.0271384774148,3.273319365389491,-30.05907794325225) + Change of (End) Position / G4PathFinder::Locate is 4.740402815884197e-05 mm long + and its vector is (-2.764187918558036e-06,-1.838840469803316e-05,4.360467547748215e-05) mm + Endpoint of ComputeStep() was (-53.49666635148169,-3.290763428907971,-11.42067183669032) + and current position to locate is (-53.49666911566961,-3.290781817312669,-11.42062823201485) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4246,10 +4248,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0022462138740788 mm long - and its vector is (-0.002145722156910779,0.00059760672524245,-0.0002902057811127179) mm - Endpoint of ComputeStep() was (-636.0236254287703,3.284307238562998,-30.0624259103624) - and current position to locate is (-636.0257711509272,3.284904845288241,-30.06271611614351) + Change of (End) Position / G4PathFinder::Locate is 5.075995205654856e-05 mm long + and its vector is (-2.014175997544498e-06,-3.939933252983252e-05,-3.194070168355267e-05) mm + Endpoint of ComputeStep() was (-53.48670770199266,-3.291581147178521,-11.42027041198412) + and current position to locate is (-53.48670971616865,-3.291620546511051,-11.42030235268581) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4258,10 +4260,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001786186979355912 mm long - and its vector is (0.0003971029614149302,0.0006400067877607718,0.001619618620193108) mm - Endpoint of ComputeStep() was (-636.0232422881562,3.294336835765634,-30.06706328573965) - and current position to locate is (-636.0228451851948,3.294976842553395,-30.06544366711946) + Change of (End) Position / G4PathFinder::Locate is 5.553095980791954e-05 mm long + and its vector is (5.109277935844148e-06,5.373661421170794e-05,-1.303683509235043e-05) mm + Endpoint of ComputeStep() was (-53.47675357279442,-3.292476807373603,-11.41992985859468) + and current position to locate is (-53.47674846351649,-3.292423070759391,-11.41994289542977) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4270,10 +4272,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003857174897446773 mm long - and its vector is (-0.0006522734926193152,0.001808358538753829,0.003343976207396793) mm - Endpoint of ComputeStep() was (-637.6139848557726,3.278254203825554,-29.86632354640426) - and current position to locate is (-637.6146371292652,3.280062562364308,-29.86297957019686) + Change of (End) Position / G4PathFinder::Locate is 5.190551872885338e-05 mm long + and its vector is (-1.549044867488192e-06,-3.657566866888118e-05,-3.679679056567409e-05) mm + Endpoint of ComputeStep() was (-53.46678837286919,-3.293228168813206,-11.41956192817354) + and current position to locate is (-53.46678992191406,-3.293264744481875,-11.41959872496411) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4282,10 +4284,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003049578010198087 mm long - and its vector is (-0.002697609067126905,0.0009968787326717354,-0.001014427993297318) mm - Endpoint of ComputeStep() was (-637.6062466585852,3.296924321284564,-29.868721802233) - and current position to locate is (-637.6089442676523,3.297921200017235,-29.8697362302263) + Change of (End) Position / G4PathFinder::Locate is 5.011003756186191e-05 mm long + and its vector is (-1.517310735721367e-06,1.109878117411256e-06,5.007476213769735e-05) mm + Endpoint of ComputeStep() was (-53.45683342027623,-3.294137518629371,-11.41927768939477) + and current position to locate is (-53.45683493758696,-3.294136408751253,-11.41922761463263) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4294,10 +4296,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003117970550083366 mm long - and its vector is (0.001447144637836573,-0.001335199081439864,-0.002417593051216471) mm - Endpoint of ComputeStep() was (-637.6014193584673,3.319700296444971,-29.87726015885384) - and current position to locate is (-637.5999722138295,3.318365097363531,-29.87967775190505) + Change of (End) Position / G4PathFinder::Locate is 5.053679014083217e-05 mm long + and its vector is (-4.393766182886338e-06,-3.550755365910874e-05,3.569139405534827e-05) mm + Endpoint of ComputeStep() was (-53.44687966740423,-3.295009134643914,-11.41887030810616) + and current position to locate is (-53.44688406117041,-3.295044642197573,-11.4188346167121) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4306,10 +4308,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003640864883116052 mm long - and its vector is (0.001474869701723946,-1.973088579676485e-05,0.003328703524225318) mm - Endpoint of ComputeStep() was (-637.5916171771021,3.338286972647085,-29.88326158392654) - and current position to locate is (-637.5901423074004,3.338267241761288,-29.87993288040231) + Change of (End) Position / G4PathFinder::Locate is 4.909242621624625e-05 mm long + and its vector is (-4.659025485409529e-06,-3.601821775633951e-05,3.303101244256368e-05) mm + Endpoint of ComputeStep() was (-53.4369342728325,-3.295956059048984,-11.41842504080648) + and current position to locate is (-53.43693893185798,-3.295992077266741,-11.41839200979403) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4318,10 +4320,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00161508753367324 mm long - and its vector is (-0.0007221323464818852,0.0001538660070838915,-0.001436439301695458) mm - Endpoint of ComputeStep() was (-637.5803509013225,3.3602828372712,-29.88249702583311) - and current position to locate is (-637.581073033669,3.360436703278284,-29.88393346513481) + Change of (End) Position / G4PathFinder::Locate is 4.218245595382783e-05 mm long + and its vector is (-4.281223866087203e-06,-3.7173707995386e-05,1.947167548976836e-05) mm + Endpoint of ComputeStep() was (-53.42699088094554,-3.296916460842133,-11.41796949515765) + and current position to locate is (-53.4269951621694,-3.296953634550128,-11.41795002348216) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4330,10 +4332,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004808448865431412 mm long - and its vector is (0.003460316718815193,-0.001894013635575842,-0.002749563791805798) mm - Endpoint of ComputeStep() was (-637.5711373143123,3.384058207117885,-29.88770086801996) - and current position to locate is (-637.5676769975935,3.382164193482309,-29.89045043181176) + Change of (End) Position / G4PathFinder::Locate is 4.722022364059073e-05 mm long + and its vector is (-1.497277729356483e-06,-3.18913628056805e-05,-3.479150267615694e-05) mm + Endpoint of ComputeStep() was (-53.41704969223517,-3.297898370132264,-11.41751204945428) + and current position to locate is (-53.4170511895129,-3.29793026149507,-11.41754684095696) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4342,10 +4344,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004110224829818526 mm long - and its vector is (0.002824021566993906,-0.001971685833706882,-0.002243057135689952) mm - Endpoint of ComputeStep() was (-637.5556240176267,3.400563069142327,-29.89144859056842) - and current position to locate is (-637.5527999960597,3.39859138330862,-29.89369164770411) + Change of (End) Position / G4PathFinder::Locate is 3.690968668999193e-05 mm long + and its vector is (-3.108259058137719e-06,-3.632919968143966e-05,-5.731749094906036e-06) mm + Endpoint of ComputeStep() was (-53.40710303012191,-3.298849441953134,-11.41711562287168) + and current position to locate is (-53.40710613838097,-3.298885771152816,-11.41712135462078) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4354,10 +4356,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00371452468827615 mm long - and its vector is (-0.0008148165792363216,0.001457585238331838,0.003318013392831887) mm - Endpoint of ComputeStep() was (-637.5367412487216,3.415229918502422,-29.89705726091656) - and current position to locate is (-637.5375560653008,3.416687503740754,-29.89373924752373) + Change of (End) Position / G4PathFinder::Locate is 4.444257959170867e-05 mm long + and its vector is (4.603562452132337e-06,3.642858346752931e-05,-2.503813890974982e-05) mm + Endpoint of ComputeStep() was (-53.39716394100818,-3.299896578166657,-11.41676400941838) + and current position to locate is (-53.39715933744573,-3.299860149583189,-11.41678904755729) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4366,10 +4368,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003372295952270443 mm long - and its vector is (0.00184044630225344,-0.002249493128233304,0.001710239183346118) mm - Endpoint of ComputeStep() was (-637.5187766217188,3.432229543463914,-29.8935058567438) - and current position to locate is (-637.5169361754165,3.429980050335681,-29.89179561756045) + Change of (End) Position / G4PathFinder::Locate is 4.838581850520166e-05 mm long + and its vector is (4.099742405117013e-06,2.776820346239717e-05,-3.941200859003402e-05) mm + Endpoint of ComputeStep() was (-53.38721381609202,-3.300843205899846,-11.4164471119818) + and current position to locate is (-53.38720971634962,-3.300815437696383,-11.41648652399039) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4378,10 +4380,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004126764045823894 mm long - and its vector is (-0.002263855183628039,0.003053796475141368,0.001606072316516105) mm - Endpoint of ComputeStep() was (-637.4987931231069,3.442646157199212,-29.89030531696849) - and current position to locate is (-637.5010569782905,3.445699953674354,-29.88869924465197) + Change of (End) Position / G4PathFinder::Locate is 4.497683009488446e-05 mm long + and its vector is (-1.206862769720374e-06,2.367611180886797e-06,4.489825325038055e-05) mm + Endpoint of ComputeStep() was (-53.37725877787728,-3.301750941601372,-11.41616971151732) + and current position to locate is (-53.37725998474005,-3.301748573990191,-11.41612481326407) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4390,10 +4392,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00352745103549934 mm long - and its vector is (0.002427681067956655,-0.002558365158299214,6.358582334797802e-05) mm - Endpoint of ComputeStep() was (-637.4850678450898,3.460875178419759,-29.88858522090313) - and current position to locate is (-637.4826401640219,3.458316813261459,-29.88852163507979) + Change of (End) Position / G4PathFinder::Locate is 4.31253741608786e-05 mm long + and its vector is (-3.768259354330894e-06,-4.249201868988806e-05,-6.326647264742746e-06) mm + Endpoint of ComputeStep() was (-53.36730860412605,-3.302678586413905,-11.41580573079909) + and current position to locate is (-53.36731237238541,-3.302721078432595,-11.41581205744635) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4402,10 +4404,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002889088832758638 mm long - and its vector is (0.0007107273374913348,-0.0009087842646011701,0.00264873783068964) mm - Endpoint of ComputeStep() was (-637.467806738254,3.46493766872998,-29.89023021940283) - and current position to locate is (-637.4670960109165,3.464028884465379,-29.88758148157214) + Change of (End) Position / G4PathFinder::Locate is 3.767893264573248e-05 mm long + and its vector is (3.681642624542292e-06,3.281541812860667e-05,-1.814650947018492e-05) mm + Endpoint of ComputeStep() was (-53.35736200342756,-3.303663202038956,-11.41549698184279) + and current position to locate is (-53.35735832178494,-3.303630386620827,-11.41551512835226) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4414,10 +4416,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005093394600978214 mm long - and its vector is (-0.002624212214072941,-0.0007673042236877592,0.004297373970821639) mm - Endpoint of ComputeStep() was (-637.4519447141671,3.476814231508589,-29.87604642106477) - and current position to locate is (-637.4545689263812,3.476046927284901,-29.87174904709395) + Change of (End) Position / G4PathFinder::Locate is 4.227603608595414e-05 mm long + and its vector is (-1.814864987181863e-07,-1.50865054053817e-05,-3.949212129583657e-05) mm + Endpoint of ComputeStep() was (-53.34740754136445,-3.304568915249102,-11.41520232710215) + and current position to locate is (-53.34740772285095,-3.304584001754508,-11.41524181922344) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4426,10 +4428,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003470195391580835 mm long - and its vector is (0.002161025944133144,-0.002688830762701322,0.0003773752165727728) mm - Endpoint of ComputeStep() was (-637.4460624139116,3.485478954544259,-29.8532572898129) - and current position to locate is (-637.4439013879675,3.482790123781558,-29.85287991459633) + Change of (End) Position / G4PathFinder::Locate is 3.743041642159329e-05 mm long + and its vector is (-3.101416673700896e-06,-2.035429657087917e-05,3.125891711519557e-05) mm + Endpoint of ComputeStep() was (-53.33746294011387,-3.305574593062271,-11.41490015269452) + and current position to locate is (-53.33746604153054,-3.305594947358842,-11.41486889377741) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4438,10 +4440,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005655798268592728 mm long - and its vector is (0.003918976402587759,-0.003710007031265228,-0.001692786412675673) mm - Endpoint of ComputeStep() was (-637.4314995663675,3.488102629498179,-29.8358115990539) - and current position to locate is (-637.4275805899649,3.484392622466914,-29.83750438546658) + Change of (End) Position / G4PathFinder::Locate is 2.967498215067137e-05 mm long + and its vector is (1.366489861709397e-06,2.369425746717724e-06,-2.954865636084492e-05) mm + Endpoint of ComputeStep() was (-53.32752533991949,-3.306612892853182,-11.41449080816969) + and current position to locate is (-53.32752397342963,-3.306610523427435,-11.41452035682605) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4450,10 +4452,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005285957284289732 mm long - and its vector is (0.003584429971510872,-9.196101325859019e-05,-0.003883909031209498) mm - Endpoint of ComputeStep() was (-637.4137713818221,3.481933068148251,-29.82470173683149) - and current position to locate is (-637.4101869518506,3.481841107134993,-29.8285856458627) + Change of (End) Position / G4PathFinder::Locate is 3.500818880525353e-05 mm long + and its vector is (3.508072055069533e-06,2.593229959302334e-05,-2.325473181308269e-05) mm + Endpoint of ComputeStep() was (-53.31758274471549,-3.307628134823267,-11.41415546149556) + and current position to locate is (-53.31757923664344,-3.307602202523674,-11.41417871622738) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4462,10 +4464,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007749103664015242 mm long - and its vector is (0.007425023422797494,-0.000224824901942533,-0.00220614789396123) mm - Endpoint of ComputeStep() was (-637.403906927541,3.486782679640116,-29.80795314920868) - and current position to locate is (-637.3964819041182,3.486557854738173,-29.81015929710264) + Change of (End) Position / G4PathFinder::Locate is 2.994768765978895e-05 mm long + and its vector is (1.258509463752944e-06,2.081421760058433e-05,2.149531334438848e-05) mm + Endpoint of ComputeStep() was (-53.30763247251749,-3.308568511491127,-11.41382538951804) + and current position to locate is (-53.30763121400803,-3.308547697273527,-11.41380389420469) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4474,10 +4476,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.055659602157019 mm long - and its vector is (-0.06813464686479165,0.9587839652599035,-0.436472420071901) mm - Endpoint of ComputeStep() was (-634.5414190358458,5.608548806944325,-25.57770877905915) - and current position to locate is (-634.6095536827106,6.567332772204229,-26.01418119913105) + Change of (End) Position / G4PathFinder::Locate is 5.080481663450014e-05 mm long + and its vector is (-4.062694429762814e-06,-2.535892774790938e-05,4.383547297237556e-05) mm + Endpoint of ComputeStep() was (-53.29768225093417,-3.309479414176026,-11.4134208196285) + and current position to locate is (-53.2976863136286,-3.309504773103774,-11.41337698415552) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4486,10 +4488,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8593561421578592 mm long - and its vector is (0.5599334197708004,0.335996645936417,-0.5586356580166481) mm - Endpoint of ComputeStep() was (-632.1716910574446,8.674057183591595,-22.3035460774944) - and current position to locate is (-631.6117576376738,9.010053829528012,-22.86218173551105) + Change of (End) Position / G4PathFinder::Locate is 5.40319901553199e-05 mm long + and its vector is (-5.593340375753542e-06,-3.735445830388429e-05,3.863696349881707e-05) mm + Endpoint of ComputeStep() was (-53.28774638272174,-3.310477246297714,-11.41287820770507) + and current position to locate is (-53.28775197606212,-3.310514600756018,-11.41283957074157) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4498,10 +4500,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2475996406178969 mm long - and its vector is (-0.1162759818126915,0.2172744418117318,-0.02402696449838615) mm - Endpoint of ComputeStep() was (-630.3416413285597,9.837744264369006,-21.52402033910863) - and current position to locate is (-630.4579173103724,10.05501870618074,-21.54804730360702) + Change of (End) Position / G4PathFinder::Locate is 4.548410337405437e-05 mm long + and its vector is (-1.684221246023299e-06,7.516069818969129e-06,4.482717650056145e-05) mm + Endpoint of ComputeStep() was (-53.27781311729863,-3.311478705027393,-11.41230450442805) + and current position to locate is (-53.27781480151988,-3.311471188957574,-11.41225967725155) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4510,10 +4512,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7878490582535456 mm long - and its vector is (-0.5413264348786697,0.5704575753113126,0.04743399901427381) mm - Endpoint of ComputeStep() was (-627.7728951498932,12.27891931564506,-17.65142192655512) - and current position to locate is (-628.3142215847719,12.84937689095637,-17.60398792754085) + Change of (End) Position / G4PathFinder::Locate is 4.7265068413027e-05 mm long + and its vector is (2.19622007335829e-06,-7.959533411483477e-06,-4.653825455847027e-05) mm + Endpoint of ComputeStep() was (-53.26787952040272,-3.312414456402052,-11.4116294853195) + and current position to locate is (-53.26787732418264,-3.312422415935463,-11.41167602357406) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4522,10 +4524,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.181743892449083 mm long - and its vector is (0.9342976596525432,0.3680243798301781,-0.6230285437755665) mm - Endpoint of ComputeStep() was (-628.9165763827573,17.20713450887486,-15.93314575321917) - and current position to locate is (-627.9822787231047,17.57515888870504,-16.55617429699474) + Change of (End) Position / G4PathFinder::Locate is 4.581619905583992e-05 mm long + and its vector is (-4.856806420150406e-06,-3.1313100776309e-05,3.309116569560899e-05) mm + Endpoint of ComputeStep() was (-53.25793724206716,-3.313340929223468,-11.4110862723488) + and current position to locate is (-53.25794209887358,-3.313372242324244,-11.4110531811831) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4534,10 +4536,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5027454604281584 mm long - and its vector is (-0.4145727738834921,0.1370910452587921,-0.2491755574801022) mm - Endpoint of ComputeStep() was (-627.1580646439871,21.96200031468478,-15.51393740167156) - and current position to locate is (-627.5726374178706,22.09909135994357,-15.76311295915166) + Change of (End) Position / G4PathFinder::Locate is 4.355464333678989e-05 mm long + and its vector is (-7.005931408343713e-07,-2.849624917589111e-05,-3.293144254890024e-05) mm + Endpoint of ComputeStep() was (-53.24800579330105,-3.314319234894717,-11.41044511705936) + and current position to locate is (-53.2480064938942,-3.314347731143893,-11.4104780485019) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4546,10 +4548,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003857032018405003 mm long - and its vector is (-0.0003108817337533765,-0.0002149085807410245,-7.703122387958672e-05) mm - Endpoint of ComputeStep() was (-628.3824111213922,25.78581530711879,-15.33606953202193) - and current position to locate is (-628.382722003126,25.78560039853805,-15.33614656324581) + Change of (End) Position / G4PathFinder::Locate is 4.473405436354693e-05 mm long + and its vector is (1.717748325802404e-06,-9.596593011362842e-06,-4.365879479628632e-05) mm + Endpoint of ComputeStep() was (-53.23807626037041,-3.315354078920163,-11.4098661408177) + and current position to locate is (-53.23807454262209,-3.315363675513174,-11.4099097996125) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4558,10 +4560,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003217753505483331 mm long - and its vector is (-0.0002265747913270388,-0.0002137257608758603,-8.077462035593896e-05) mm - Endpoint of ComputeStep() was (-628.3844798243343,25.78739878713014,-15.33597428136823) - and current position to locate is (-628.3847063991257,25.78718506136927,-15.33605505598859) + Change of (End) Position / G4PathFinder::Locate is 4.04621280552328e-05 mm long + and its vector is (-3.490732751743053e-07,-2.223922962141245e-05,-3.380057130364378e-05) mm + Endpoint of ComputeStep() was (-53.22814164147126,-3.316373054941415,-11.40934825553822) + and current position to locate is (-53.22814199054454,-3.316395294171036,-11.40938205610952) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4570,10 +4572,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002328564053169586 mm long - and its vector is (7.239240449052886e-05,0.0001160544420208964,0.0001884484326186708) mm - Endpoint of ComputeStep() was (-628.386668732149,25.78835459578372,-15.33602147469532) - and current position to locate is (-628.3865963397445,25.78847065022574,-15.3358330262627) + Change of (End) Position / G4PathFinder::Locate is 5.047780559520657e-05 mm long + and its vector is (-5.738042482050787e-06,-4.785047653044217e-05,1.501384767443881e-05) mm + Endpoint of ComputeStep() was (-53.21820881770505,-3.317422010865399,-11.40885800093082) + and current position to locate is (-53.21821455574754,-3.317469861341929,-11.40884298708314) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4582,10 +4584,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004262819287635418 mm long - and its vector is (0.0002013874678823413,0.0003352842564474656,-0.0001695400777066425) mm - Endpoint of ComputeStep() was (-628.3889233741231,25.78996277455153,-15.33564634335997) - and current position to locate is (-628.3887219866552,25.79029805880798,-15.33581588343768) + Change of (End) Position / G4PathFinder::Locate is 3.212691532444171e-05 mm long + and its vector is (1.540947330624931e-06,-1.417606005027494e-06,-3.205861136734711e-05) mm + Endpoint of ComputeStep() was (-53.20828483156314,-3.318529370528972,-11.40831884870579) + and current position to locate is (-53.20828329061581,-3.318530788134977,-11.40835090731716) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4594,10 +4596,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000470157344622883 mm long - and its vector is (-0.0002441692383854388,-0.0003234164182579491,-0.0002383928105675892) mm - Endpoint of ComputeStep() was (-628.3908214933607,25.79188818944654,-15.3358227603335) - and current position to locate is (-628.3910656625991,25.79156477302828,-15.33606115314406) + Change of (End) Position / G4PathFinder::Locate is 2.374811981236921e-05 mm long + and its vector is (-2.639075908916766e-06,-2.313295136735505e-05,4.677075368775263e-06) mm + Endpoint of ComputeStep() was (-53.19834864165689,-3.319568987201576,-11.40788016780471) + and current position to locate is (-53.19835128073279,-3.319592120152944,-11.40787549072934) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4606,10 +4608,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002615679955421906 mm long - and its vector is (-9.901561998049146e-05,-0.0002240296238191775,9.178480780214215e-05) mm - Endpoint of ComputeStep() was (-628.3933917468499,25.79250063635104,-15.33628621834461) - and current position to locate is (-628.3934907624699,25.79227660672722,-15.3361944335368) + Change of (End) Position / G4PathFinder::Locate is 5.617331069526672e-05 mm long + and its vector is (1.179316036825639e-06,-1.271217326825891e-05,-5.470329696599663e-05) mm + Endpoint of ComputeStep() was (-53.18841810507456,-3.32064915565467,-11.40741570908499) + and current position to locate is (-53.18841692575852,-3.320661867827939,-11.40747041238196) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4618,10 +4620,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004460703505133875 mm long - and its vector is (-6.391665010596626e-06,-0.0001370608875035373,-0.0004244434206608361) mm - Endpoint of ComputeStep() was (-628.3960878239513,25.79296527794061,-15.3363777096506) - and current position to locate is (-628.3960942156164,25.79282821705311,-15.33680215307126) + Change of (End) Position / G4PathFinder::Locate is 4.852619228444188e-05 mm long + and its vector is (5.296053103620579e-06,4.82216492327936e-05,-1.189833778170168e-06) mm + Endpoint of ComputeStep() was (-53.17848426127848,-3.321742541480191,-11.40705686492454) + and current position to locate is (-53.17847896522538,-3.321694319830959,-11.40705805475832) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4630,10 +4632,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003790478788595972 mm long - and its vector is (8.390998141294403e-05,0.0003674197247676148,-4.048648341026251e-05) mm - Endpoint of ComputeStep() was (-628.3984113891624,25.79330836324583,-15.33724721042872) - and current position to locate is (-628.398327479181,25.7936757829706,-15.33728769691213) + Change of (End) Position / G4PathFinder::Locate is 4.641338196128417e-05 mm long + and its vector is (-2.122027630946377e-06,-3.321783516518906e-05,-3.234616593594808e-05) mm + Endpoint of ComputeStep() was (-53.16854103059759,-3.322727281966896,-11.4066492213244) + and current position to locate is (-53.16854315262522,-3.322760499802062,-11.40668156749034) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4642,10 +4644,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004188839591346796 mm long - and its vector is (0.0002130829695943248,0.0001468594847011673,-0.0003293807994442233) mm - Endpoint of ComputeStep() was (-628.4004135163121,25.79468289726147,-15.33818815832739) - and current position to locate is (-628.4002004333425,25.79482975674617,-15.33851753912684) + Change of (End) Position / G4PathFinder::Locate is 3.88168444858197e-05 mm long + and its vector is (3.378715511814789e-06,3.659882644235779e-05,1.24842941477965e-05) mm + Endpoint of ComputeStep() was (-53.15860663655624,-3.323812441941545,-11.40628689665651) + and current position to locate is (-53.15860325784072,-3.323775843115103,-11.40627441236236) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4654,10 +4656,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003934338496823013 mm long - and its vector is (9.357925409858581e-05,0.0003297010316920534,0.0001932106285362778) mm - Endpoint of ComputeStep() was (-628.4019254895625,25.79610063355956,-15.33985069519678) - and current position to locate is (-628.4018319103084,25.79643033459126,-15.33965748456824) + Change of (End) Position / G4PathFinder::Locate is 4.716264242698882e-05 mm long + and its vector is (-5.002790985031424e-06,-4.643345491261996e-05,6.574282313209778e-06) mm + Endpoint of ComputeStep() was (-53.14866241887939,-3.32479391264903,-11.40590031011966) + and current position to locate is (-53.14866742167037,-3.324840346103942,-11.40589373583734) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4666,10 +4668,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005152328211294216 mm long - and its vector is (0.0001900995260939453,0.0003559037814220289,0.0003204052566943005) mm - Endpoint of ComputeStep() was (-628.403320088522,25.79828639570612,-15.34083623300696) - and current position to locate is (-628.4031299889959,25.79864229948754,-15.34051582775027) + Change of (End) Position / G4PathFinder::Locate is 5.064024436235837e-05 mm long + and its vector is (4.643750834532057e-06,4.851780240588965e-05,1.374382686769593e-05) mm + Endpoint of ComputeStep() was (-53.13873273234879,-3.325905767692664,-11.40548935848802) + and current position to locate is (-53.13872808859796,-3.325857249890258,-11.40547561466116) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4678,10 +4680,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004210046399720876 mm long - and its vector is (-0.0001940140016358782,-0.0002904369305447574,-0.0002350528949470743) mm - Endpoint of ComputeStep() was (-628.4045670696567,25.80048990438409,-15.34161259758765) - and current position to locate is (-628.4047610836583,25.80019946745354,-15.3418476504826) + Change of (End) Position / G4PathFinder::Locate is 4.40381116231252e-05 mm long + and its vector is (4.522278267415913e-06,3.556709993324247e-05,-2.557118841473027e-05) mm + Endpoint of ComputeStep() was (-53.12878294299742,-3.326802645945834,-11.40503176669923) + and current position to locate is (-53.12877842071915,-3.326767078845901,-11.40505733788764) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4690,10 +4692,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004363370023695197 mm long - and its vector is (-4.944628494740755e-05,-0.0003319919897109003,-0.0002787944822078003) mm - Endpoint of ComputeStep() was (-628.4060747153783,25.8017439872917,-15.34345390180539) - and current position to locate is (-628.4061241616632,25.80141199530199,-15.3437326962876) + Change of (End) Position / G4PathFinder::Locate is 4.603749032456167e-05 mm long + and its vector is (-3.82885595939797e-06,-2.261870830011503e-05,3.991471423248072e-05) mm + Endpoint of ComputeStep() was (-53.11883078440906,-3.327692554633937,-11.40462754651886) + and current position to locate is (-53.11883461326502,-3.327715173342237,-11.40458763180463) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4702,10 +4704,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004233685162400599 mm long - and its vector is (-0.0003250469786735266,-0.0002641202369737528,6.185355785603974e-05) mm - Endpoint of ComputeStep() was (-628.407363418807,25.80253056227462,-15.34546874220403) - and current position to locate is (-628.4076884657857,25.80226644203764,-15.34540688864617) + Change of (End) Position / G4PathFinder::Locate is 5.054985447400529e-05 mm long + and its vector is (-4.329397242486266e-06,-4.987454199678609e-05,-7.005295673323531e-06) mm + Endpoint of ComputeStep() was (-53.10888871386622,-3.328643507096583,-11.40412505726785) + and current position to locate is (-53.10889304326346,-3.32869338163858,-11.40413206256352) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4714,10 +4716,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005284984711914987 mm long - and its vector is (-0.0003568419882640228,-0.0003826514649212243,7.451366221822298e-05) mm - Endpoint of ComputeStep() was (-628.409263860656,25.80338334461204,-15.34721571977255) - and current position to locate is (-628.4096207026442,25.80300069314712,-15.34714120611033) + Change of (End) Position / G4PathFinder::Locate is 1.621057508657704e-05 mm long + and its vector is (1.140576380009861e-06,3.60082275552287e-06,-1.576438725869878e-05) mm + Endpoint of ComputeStep() was (-53.09895203474667,-3.329654252735276,-11.40363229350216) + and current position to locate is (-53.09895089417029,-3.329650651912521,-11.40364805788942) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4726,10 +4728,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003332326961092723 mm long - and its vector is (-0.0002312463427642797,-5.722244313588476e-05,0.0002330123402654039) mm - Endpoint of ComputeStep() was (-628.4114620045149,25.80412491598425,-15.34869246964282) - and current position to locate is (-628.4116932508576,25.80406769354111,-15.34845945730255) + Change of (End) Position / G4PathFinder::Locate is 3.183845421011578e-05 mm long + and its vector is (2.605066676153456e-06,1.365377315654115e-05,-2.864393954560285e-05) mm + Endpoint of ComputeStep() was (-53.08900768291205,-3.330616048255241,-11.40320393512436) + and current position to locate is (-53.08900507784537,-3.330602394482084,-11.4032325790639) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4738,10 +4740,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005539193897660021 mm long - and its vector is (-3.756507032903755e-05,-0.0005326630548623257,-0.0001472604014480794) mm - Endpoint of ComputeStep() was (-628.4140179916269,25.80449771339088,-15.34942187920943) - and current position to locate is (-628.4140555566972,25.80396505033601,-15.34956913961088) + Change of (End) Position / G4PathFinder::Locate is 4.117465545155261e-05 mm long + and its vector is (2.194712152459033e-06,4.866689556681791e-06,-4.082708442787464e-05) mm + Endpoint of ComputeStep() was (-53.07906166757585,-3.331577220302936,-11.40281425997565) + and current position to locate is (-53.0790594728637,-3.331572353613379,-11.40285508706008) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4750,10 +4752,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004921364005643873 mm long - and its vector is (0.0001188812238979153,-0.0003994199216919014,-0.0002617808578193603) mm - Endpoint of ComputeStep() was (-628.4164626154097,25.8039496582297,-15.35063876010985) - and current position to locate is (-628.4163437341858,25.80355023830801,-15.35090054096767) + Change of (End) Position / G4PathFinder::Locate is 4.648041922151982e-05 mm long + and its vector is (-1.068729289954717e-06,-2.668705452446574e-05,-3.804061394774294e-05) mm + Endpoint of ComputeStep() was (-53.06911254702759,-3.332523610245569,-11.40246719461808) + and current position to locate is (-53.06911361575688,-3.332550297300093,-11.40250523523202) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4762,10 +4764,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005114245245715765 mm long - and its vector is (-4.253827034972346e-05,-0.0004904637028779746,0.0001385312096537916) mm - Endpoint of ComputeStep() was (-628.4186812567378,25.80340264409691,-15.3521408663072) - and current position to locate is (-628.4187237950082,25.80291218039403,-15.35200233509755) + Change of (End) Position / G4PathFinder::Locate is 4.268797749474966e-05 mm long + and its vector is (9.10710028279027e-07,2.287555948754516e-05,3.602974893013311e-05) mm + Endpoint of ComputeStep() was (-53.05917253298076,-3.333560047549247,-11.40211541408288) + and current position to locate is (-53.05917162227073,-3.33353717198976,-11.40207938433395) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4774,10 +4776,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005145280861906293 mm long - and its vector is (-0.0002586516516203119,0.0004425015539588628,4.506494576794751e-05) mm - Endpoint of ComputeStep() was (-628.4207607206944,25.80185760462798,-15.3533382465604) - and current position to locate is (-628.421019372346,25.80230010618194,-15.35329318161463) + Change of (End) Position / G4PathFinder::Locate is 4.814707476437182e-05 mm long + and its vector is (4.660267855172151e-06,3.121925796856218e-05,-3.63563012939494e-05) mm + Endpoint of ComputeStep() was (-53.04923007141078,-3.334528910009246,-11.40165665252968) + and current position to locate is (-53.04922541114292,-3.334497690751277,-11.40169300883097) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4786,10 +4788,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002747294677287565 mm long - and its vector is (-5.147448939624155e-05,0.0002579884835576252,7.917448914618319e-05) mm - Endpoint of ComputeStep() was (-628.4233531698525,25.80212176328217,-15.35422934958351) - and current position to locate is (-628.4234046443419,25.80237975176572,-15.35415017509436) + Change of (End) Position / G4PathFinder::Locate is 4.021171834859321e-05 mm long + and its vector is (-4.056290606513357e-06,-3.984820444991044e-05,3.556599665444082e-06) mm + Endpoint of ComputeStep() was (-53.03928128481811,-3.335474612501873,-11.40129721265703) + and current position to locate is (-53.03928534110872,-3.335514460706323,-11.40129365605736) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4798,10 +4800,10 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003372376039187371 mm long - and its vector is (6.699984942315496e-05,-0.000118368363118293,-0.0003085922103469585) mm - Endpoint of ComputeStep() was (-628.4258377148878,25.80268263663561,-15.35479460920493) - and current position to locate is (-628.4257707150384,25.80256426827249,-15.35510320141528) + Change of (End) Position / G4PathFinder::Locate is 3.819604384221801e-05 mm long + and its vector is (3.526936396269775e-07,1.711960870709461e-05,3.41428231127594e-05) mm + Endpoint of ComputeStep() was (-53.02934398535575,-3.336517434843418,-11.4008934468598) + and current position to locate is (-53.02934363266211,-3.336500315234711,-11.40085930403669) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -4810,17 +4812,12467 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). *** G4Exception : GeomNav1002 issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004774362665501729 mm long - and its vector is (4.290494837277947e-05,0.0004374201272732137,0.0001864622918414938) mm - Endpoint of ComputeStep() was (-628.4276257452932,25.80332762955107,-15.35646712120736) - and current position to locate is (-628.4275828403448,25.80376504967834,-15.35628065891552) + Change of (End) Position / G4PathFinder::Locate is 4.492921636502863e-05 mm long + and its vector is (-4.372664193397213e-06,-2.925990621305274e-05,3.381378682476566e-05) mm + Endpoint of ComputeStep() was (-53.01940210970807,-3.337489280883057,-11.40042948233621) + and current position to locate is (-53.01940648237227,-3.33751854078927,-11.40039566854939) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.758201913031573e-05 mm long + and its vector is (-7.419823688792349e-07,-1.752013397560148e-05,-2.128995413208656e-05) mm + Endpoint of ComputeStep() was (-53.00947018959261,-3.338532635939647,-11.39990743223072) + and current position to locate is (-53.00947093157497,-3.338550156073623,-11.39992872218485) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.737377957232721e-05 mm long + and its vector is (-1.009581680477822e-07,-2.097964422898002e-05,-4.247492585562895e-05) mm + Endpoint of ComputeStep() was (-52.99953519147171,-3.339572841508393,-11.3994472032165) + and current position to locate is (-52.99953529242988,-3.339593821152622,-11.39948967814236) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.550083061384919e-05 mm long + and its vector is (1.533678634757507e-06,1.539798580107998e-05,9.086323977669508e-07) mm + Endpoint of ComputeStep() was (-52.98959812593417,-3.340610941426031,-11.39902614239849) + and current position to locate is (-52.98959659225554,-3.34059554344023,-11.39902523376609) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.370897775767205e-05 mm long + and its vector is (-1.151353508532793e-06,-2.773032096969885e-05,-3.376652811049041e-05) mm + Endpoint of ComputeStep() was (-52.97965398632101,-3.3415621862034,-11.3985704088046) + and current position to locate is (-52.97965513767452,-3.34158991652437,-11.39860417533271) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.357575253841522e-05 mm long + and its vector is (-2.072167212929799e-06,-3.253021321691918e-05,-2.891950138561583e-05) mm + Endpoint of ComputeStep() was (-52.96971560444839,-3.342600776782914,-11.398179302003) + and current position to locate is (-52.9697176766156,-3.342633306996131,-11.39820822150438) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.98813107582886e-05 mm long + and its vector is (3.517181283996251e-06,2.091315470487132e-05,-3.377555838035562e-05) mm + Endpoint of ComputeStep() was (-52.95978147430159,-3.343694395915295,-11.3978305309884) + and current position to locate is (-52.9597779571203,-3.343673482760591,-11.39786430654678) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.275040311357675e-05 mm long + and its vector is (-5.059686181141387e-06,-5.18177220394378e-05,-8.481054594611237e-06) mm + Endpoint of ComputeStep() was (-52.94983412247171,-3.344691100500345,-11.39757920634318) + and current position to locate is (-52.94983918215789,-3.344742918222385,-11.39758768739777) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.365635137300177e-05 mm long + and its vector is (-3.581773732719284e-06,-2.449424146755419e-05,3.595942222922588e-05) mm + Endpoint of ComputeStep() was (-52.93989712503356,-3.345777658399308,-11.39730222610101) + and current position to locate is (-52.93990070680729,-3.345802152640776,-11.39726626667878) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.861941324566654e-05 mm long + and its vector is (2.457631318009135e-06,1.338307185916321e-05,-3.614294558218489e-05) mm + Endpoint of ComputeStep() was (-52.92995669149845,-3.346813164797373,-11.3969644574332) + and current position to locate is (-52.92995423386713,-3.346799781725514,-11.39700060037878) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.562985194863273e-05 mm long + and its vector is (-3.463540878101412e-06,-2.35416860898674e-05,3.893425598988642e-05) mm + Endpoint of ComputeStep() was (-52.92000804640384,-3.347794671142348,-11.39671736259116) + and current position to locate is (-52.92001150994471,-3.347818212828438,-11.39667842833517) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.989948291259312e-05 mm long + and its vector is (-5.084091633023036e-06,-4.963947482838904e-05,1.815102557145565e-07) mm + Endpoint of ComputeStep() was (-52.91006789736763,-3.348835567195066,-11.39638477524208) + and current position to locate is (-52.91007298145927,-3.348885206669895,-11.39638459373182) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.096899166844416e-05 mm long + and its vector is (-2.802348411989897e-06,-2.975150774187085e-05,-8.128534641826946e-06) mm + Endpoint of ComputeStep() was (-52.90012674585922,-3.349889378474741,-11.39613820151029) + and current position to locate is (-52.90012954820763,-3.349919129982482,-11.39614633004494) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.445869219102553e-05 mm long + and its vector is (-1.108820221418227e-06,-1.455887287349356e-05,-1.962236892083524e-05) mm + Endpoint of ComputeStep() was (-52.8901857341577,-3.350955629632137,-11.39593920089945) + and current position to locate is (-52.89018684297792,-3.35097018850501,-11.39595882326837) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.330706160418295e-05 mm long + and its vector is (4.55020298772979e-07,8.41668434148346e-06,3.222286042436906e-05) mm + Endpoint of ComputeStep() was (-52.88024447317098,-3.352031888230691,-11.39582190148984) + and current position to locate is (-52.88024401815068,-3.35202347154635,-11.39578967862941) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.392510772642124e-05 mm long + and its vector is (-4.912038413351638e-06,-4.74417669473759e-05,-2.516084002657237e-05) mm + Endpoint of ComputeStep() was (-52.87030764708621,-3.353136904293151,-11.39563009013696) + and current position to locate is (-52.87031255912462,-3.353184346060099,-11.39565525097698) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.879785095854572e-05 mm long + and its vector is (2.676212943697465e-06,2.802627503806221e-05,3.985719571097945e-05) mm + Endpoint of ComputeStep() was (-52.86038273611634,-3.354355150439754,-11.39549871802086) + and current position to locate is (-52.8603800599034,-3.354327124164716,-11.39545886082515) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.786057245120061e-05 mm long + and its vector is (1.41178675505671e-06,2.046326912141794e-05,4.324229261243318e-05) mm + Endpoint of ComputeStep() was (-52.85044793587462,-3.355468599662755,-11.39524295462402) + and current position to locate is (-52.85044652408786,-3.355448136393634,-11.3951997123314) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.93245320687401e-05 mm long + and its vector is (5.640807273721293e-06,4.877991936069748e-05,-4.648679841068315e-06) mm + Endpoint of ComputeStep() was (-52.8405131846626,-3.356573787286166,-11.39495816127574) + and current position to locate is (-52.84050754385532,-3.356525007366805,-11.39496280995558) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.628220618532546e-05 mm long + and its vector is (4.94366631187404e-06,4.571199244640667e-05,5.293063324529612e-06) mm + Endpoint of ComputeStep() was (-52.83057185567488,-3.357628268297155,-11.39471464962534) + and current position to locate is (-52.83056691200857,-3.357582556304709,-11.39470935656202) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.157341719391699e-05 mm long + and its vector is (3.24443603005875e-06,1.964530034070933e-05,-4.757471145921954e-05) mm + Endpoint of ComputeStep() was (-52.82062675896509,-3.358647092924106,-11.39447105665986) + and current position to locate is (-52.82062351452906,-3.358627447623765,-11.39451863137132) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.060929988203187e-05 mm long + and its vector is (4.602814343002137e-06,3.510141469220684e-05,-3.616636588432698e-05) mm + Endpoint of ComputeStep() was (-52.81068307076723,-3.359690328527789,-11.39428511623735) + and current position to locate is (-52.81067846795289,-3.359655227113097,-11.39432128260323) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.4538464788922e-05 mm long + and its vector is (2.502048431551884e-06,3.036706623449348e-05,3.248470236449919e-05) mm + Endpoint of ComputeStep() was (-52.80073457653454,-3.360691782719439,-11.39411820071193) + and current position to locate is (-52.80073207448611,-3.360661415653205,-11.39408571600956) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.191217003849574e-05 mm long + and its vector is (4.994175512251786e-06,4.302706697822956e-05,-2.861124108299862e-05) mm + Endpoint of ComputeStep() was (-52.79078516919876,-3.361662738405763,-11.3938552957472) + and current position to locate is (-52.79078017502324,-3.361619711338784,-11.39388390698828) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.474575706769038e-05 mm long + and its vector is (3.856330238249939e-06,3.160937676716102e-05,-3.143499312940889e-05) mm + Endpoint of ComputeStep() was (-52.78083203918868,-3.362610087292204,-11.39365937599028) + and current position to locate is (-52.78082818285844,-3.362578477915437,-11.39369081098341) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.835951169168095e-05 mm long + and its vector is (-4.771387558832885e-06,-4.807594087630207e-05,-2.140126323268987e-06) mm + Endpoint of ComputeStep() was (-52.77087856586488,-3.363571517033246,-11.39356567296853) + and current position to locate is (-52.77088333725244,-3.363619592974122,-11.39356781309485) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.461489680402403e-05 mm long + and its vector is (-8.04252366037872e-07,-1.291384287460673e-05,-4.269748068885804e-05) mm + Endpoint of ComputeStep() was (-52.76093897929335,-3.364663581319702,-11.39343937160429) + and current position to locate is (-52.76093978354572,-3.364676495162576,-11.39348206908498) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.659362986666079e-05 mm long + and its vector is (2.537382997047644e-07,-1.53689265536272e-06,-4.656758445520381e-05) mm + Endpoint of ComputeStep() was (-52.75099321127182,-3.365703434128934,-11.39339397945556) + and current position to locate is (-52.75099295753352,-3.365704971021589,-11.39344054704002) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.060857407416621e-05 mm long + and its vector is (-3.462988352964658e-06,-3.376444527569689e-05,-2.229408520726395e-05) mm + Endpoint of ComputeStep() was (-52.74104659457768,-3.366737527477476,-11.39342172784006) + and current position to locate is (-52.74105005756604,-3.366771291922752,-11.39344402192527) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.187466811482129e-05 mm long + and its vector is (1.371783781678459e-06,1.038215335658066e-05,3.010520832624763e-05) mm + Endpoint of ComputeStep() was (-52.73111160007602,-3.367875155934527,-11.39351619977869) + and current position to locate is (-52.73111022829224,-3.367864773781171,-11.39348609457036) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.250422016908893e-06 mm long + and its vector is (-1.455874425460024e-07,-1.213285878876036e-06,-1.889746259919889e-06) mm + Endpoint of ComputeStep() was (-52.72982124814052,-3.368006781323533,-11.3934942245391) + and current position to locate is (-52.72982139372797,-3.368007994609412,-11.39349611428536) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.24707393091437e-05 mm long + and its vector is (-3.259013567458169e-06,-3.775673016592762e-05,3.629031057172938e-05) mm + Endpoint of ComputeStep() was (-52.71987146720536,-3.368996620628572,-11.39363114592908) + and current position to locate is (-52.71987472621893,-3.369034377358738,-11.39359485561851) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.515769091530053e-05 mm long + and its vector is (3.453001106379361e-06,3.013477759017391e-05,3.345428241274817e-05) mm + Endpoint of ComputeStep() was (-52.70992641420272,-3.370041017848502,-11.39371491932389) + and current position to locate is (-52.70992296120161,-3.370010883070912,-11.39368146504148) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.305007786432431e-05 mm long + and its vector is (1.216829552674881e-06,1.492926360757707e-05,-2.946089036015564e-05) mm + Endpoint of ComputeStep() was (-52.6999732414132,-3.371006365433931,-11.39377496885252) + and current position to locate is (-52.69997202458365,-3.370991436170323,-11.39380442974288) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.368936256184487e-05 mm long + and its vector is (-2.267683477441551e-06,-2.752250940885048e-05,3.385453423909723e-05) mm + Endpoint of ComputeStep() was (-52.69002064857793,-3.371966552148149,-11.39393058914189) + and current position to locate is (-52.69002291626141,-3.371994074657557,-11.39389673460765) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.099540158454771e-05 mm long + and its vector is (-3.647502921921841e-06,-3.964064400774348e-05,3.187233985535443e-05) mm + Endpoint of ComputeStep() was (-52.68007643830104,-3.373016959091392,-11.39403064351729) + and current position to locate is (-52.68008008580397,-3.3730565997354,-11.39399877117743) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.572221966729533e-05 mm long + and its vector is (3.656803222895633e-06,3.274762115745844e-05,3.169767294330939e-05) mm + Endpoint of ComputeStep() was (-52.67013244540239,-3.37407218779248,-11.39409715286436) + and current position to locate is (-52.67012878859917,-3.374039440171322,-11.39406545519142) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.337926671164403e-05 mm long + and its vector is (-1.267450244313295e-06,-1.323972257694095e-05,-1.451927582607482e-06) mm + Endpoint of ComputeStep() was (-52.66017396731876,-3.374984172265554,-11.39414069989462) + and current position to locate is (-52.660175234769,-3.374997411988131,-11.3941421518222) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.717096751365203e-05 mm long + and its vector is (2.611633988180984e-06,2.502852228580821e-05,2.735750840265894e-05) mm + Endpoint of ComputeStep() was (-52.65022186781943,-3.375957614640557,-11.39421387246025) + and current position to locate is (-52.65021925618544,-3.375932586118271,-11.39418651495185) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.017187189329373e-05 mm long + and its vector is (-9.292224234513924e-07,-7.675118256056379e-06,-3.942091319153462e-05) mm + Endpoint of ComputeStep() was (-52.64026376551728,-3.376871824304608,-11.39423831743055) + and current position to locate is (-52.64026469473971,-3.376879499422864,-11.39427773834374) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.077388086470512e-05 mm long + and its vector is (-5.816831958327384e-07,-1.389145730446018e-06,-4.074605845438839e-05) mm + Endpoint of ComputeStep() was (-52.63031040533569,-3.377826445845794,-11.39438755991826) + and current position to locate is (-52.63031098701889,-3.377827834991525,-11.39442830597671) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.754988500053612e-05 mm long + and its vector is (-2.50553000569198e-06,-2.736835251315739e-05,-1.921396275861298e-06) mm + Endpoint of ComputeStep() was (-52.62035265672331,-3.378732569650406,-11.39452708743128) + and current position to locate is (-52.62035516225331,-3.378759938002919,-11.39452900882756) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.517141957384713e-05 mm long + and its vector is (-2.92682683067369e-06,-2.62366863621466e-05,-4.844538689319222e-05) mm + Endpoint of ComputeStep() was (-52.61039929355933,-3.379691562682406,-11.39462595013446) + and current position to locate is (-52.61040222038616,-3.379717799368768,-11.39467439552135) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.257931754436444e-05 mm long + and its vector is (-2.772480542034828e-06,-3.348495173005617e-05,2.61547250381966e-05) mm + Endpoint of ComputeStep() was (-52.60044498045741,-3.380632492862805,-11.39478994686203) + and current position to locate is (-52.60044775293795,-3.380665977814535,-11.39476379213699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.850271749964872e-05 mm long + and its vector is (-2.11482993250911e-06,-1.889760813034158e-05,-3.347935417785664e-05) mm + Endpoint of ComputeStep() was (-52.59049207761981,-3.381599108480938,-11.39486596323822) + and current position to locate is (-52.59049419244974,-3.381618006089068,-11.3948994425924) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.532416478977856e-05 mm long + and its vector is (-5.398538476697468e-06,-5.444119979758355e-05,-8.232542535679954e-06) mm + Endpoint of ComputeStep() was (-52.58054209947878,-3.382585554333374,-11.39502726088251) + and current position to locate is (-52.58054749801726,-3.382639995533171,-11.39503549342505) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.84892181538732e-05 mm long + and its vector is (4.331162983817194e-07,-1.762782586567369e-06,4.845522969709748e-05) mm + Endpoint of ComputeStep() was (-52.57059631902948,-3.383617327075792,-11.39515999682429) + and current position to locate is (-52.57059588591318,-3.383619089858378,-11.39511154159459) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.648010488969215e-05 mm long + and its vector is (3.545710619334841e-06,3.530689789243979e-05,8.464570289135054e-06) mm + Endpoint of ComputeStep() was (-52.56064440136237,-3.384597219556707,-11.39520018863166) + and current position to locate is (-52.56064085565175,-3.384561912658814,-11.39519172406137) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.551421135601733e-05 mm long + and its vector is (2.404300360581146e-06,2.512973259660711e-05,3.700116284477417e-06) mm + Endpoint of ComputeStep() was (-52.55068564763996,-3.385501491439272,-11.39527927448179) + and current position to locate is (-52.5506832433396,-3.385476361706675,-11.39527557436551) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.587717982657833e-05 mm long + and its vector is (-3.858142605395187e-06,-4.358302567952776e-05,1.379674733748004e-05) mm + Endpoint of ComputeStep() was (-52.54072476894668,-3.386381765311694,-11.39535088300351) + and current position to locate is (-52.54072862708929,-3.386425348337374,-11.39533708625617) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.378467886177066e-05 mm long + and its vector is (1.084917805371788e-06,1.303451034662118e-05,-4.178543521859979e-05) mm + Endpoint of ComputeStep() was (-52.53077350217166,-3.387369188653459,-11.39537303189332) + and current position to locate is (-52.53077241725386,-3.387356154143113,-11.39541481732854) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.1389126871985e-05 mm long + and its vector is (-3.000906474426301e-07,-5.157501199004599e-06,4.106543498139104e-05) mm + Endpoint of ComputeStep() was (-52.52081531250867,-3.388278566268221,-11.39545790240987) + and current position to locate is (-52.52081561259931,-3.38828372376942,-11.39541683697489) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.604848763273237e-05 mm long + and its vector is (1.12284332942636e-06,1.168062870249287e-05,3.408512280422826e-05) mm + Endpoint of ComputeStep() was (-52.51085883300025,-3.389210582630079,-11.3954272112756) + and current position to locate is (-52.51085771015692,-3.389198902001377,-11.39539312615279) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.001636082684908e-05 mm long + and its vector is (3.713164460350526e-06,3.677552992931155e-05,-3.369583295409484e-05) mm + Endpoint of ComputeStep() was (-52.50090543436273,-3.390172384360233,-11.3953588754135) + and current position to locate is (-52.50090172119827,-3.390135608830304,-11.39539257124646) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.682116771854237e-05 mm long + and its vector is (4.386796952360328e-06,4.575245285964868e-05,8.926971286626895e-06) mm + Endpoint of ComputeStep() was (-52.49094786298879,-3.391093243293096,-11.39537592833748) + and current position to locate is (-52.49094347619184,-3.391047490840236,-11.39536700136619) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.645435847671163e-05 mm long + and its vector is (-2.501557176515234e-06,-2.6838908350868e-05,-2.454252354944231e-05) mm + Endpoint of ComputeStep() was (-52.48098817438535,-3.391990010141349,-11.39535101146858) + and current position to locate is (-52.48099067594253,-3.3920168490497,-11.39537555399213) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.117826860191009e-05 mm long + and its vector is (3.376765761231582e-06,3.40680214572231e-05,3.804185253208914e-05) mm + Endpoint of ComputeStep() was (-52.47104104675312,-3.393017519968695,-11.39536258640217) + and current position to locate is (-52.47103766998736,-3.392983451947238,-11.39532454454963) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.313258505613779e-05 mm long + and its vector is (-5.237704854721414e-06,-5.176090221237217e-05,1.07910631896857e-05) mm + Endpoint of ComputeStep() was (-52.46108817687294,-3.39398527502469,-11.39530070611653) + and current position to locate is (-52.4610934145778,-3.394037035926903,-11.39528991505334) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.986301291070084e-05 mm long + and its vector is (2.667427978053638e-06,2.822276803016166e-05,4.102048572640626e-05) mm + Endpoint of ComputeStep() was (-52.45114408086488,-3.395039804250824,-11.39524696659324) + and current position to locate is (-52.4511414134369,-3.395011581482794,-11.39520594610751) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.54433176818123e-05 mm long + and its vector is (-5.375340272451012e-06,-5.380244042552107e-05,1.226232428130913e-05) mm + Endpoint of ComputeStep() was (-52.44118941909734,-3.395983662175962,-11.39510848967505) + and current position to locate is (-52.44119479443761,-3.396037464616388,-11.39509622735077) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.475601828203544e-05 mm long + and its vector is (-5.461783828764055e-06,-5.448023451082307e-05,-5.426814499998045e-07) mm + Endpoint of ComputeStep() was (-52.43124520455356,-3.397035696760266,-11.39501991711723) + and current position to locate is (-52.43125066633739,-3.397090176994777,-11.39502045979868) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.722210032698263e-05 mm long + and its vector is (5.512363614457172e-07,7.459296418765859e-06,3.646285490965795e-05) mm + Endpoint of ComputeStep() was (-52.42130389829246,-3.398117243351767,-11.39496072305692) + and current position to locate is (-52.4213033470561,-3.398109784055348,-11.39492426020201) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.342203122178659e-05 mm long + and its vector is (-3.196785101522437e-06,-3.32510254401619e-05,-1.087218093331899e-06) mm + Endpoint of ComputeStep() was (-52.41135058175428,-3.399070742551592,-11.39479916699335) + and current position to locate is (-52.41135377853938,-3.399103993577032,-11.39480025421145) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.017412276580077e-05 mm long + and its vector is (3.364430867236479e-06,3.584934076261703e-05,1.781756189345174e-05) mm + Endpoint of ComputeStep() was (-52.4014050603321,-3.400104712459971,-11.39466536832741) + and current position to locate is (-52.40140169590123,-3.400068863119209,-11.39464755076551) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.10111627414263e-05 mm long + and its vector is (2.907030697940627e-06,2.298263971134418e-05,-4.544762005487257e-05) mm + Endpoint of ComputeStep() was (-52.39144747034462,-3.401009085228948,-11.39448630022507) + and current position to locate is (-52.39144456331393,-3.400986102589236,-11.39453174784513) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.372173888898357e-05 mm long + and its vector is (-4.80293329729875e-06,-5.337417158024493e-05,3.762295724740738e-06) mm + Endpoint of ComputeStep() was (-52.38148488512717,-3.401874625630414,-11.3944223761226) + and current position to locate is (-52.38148968806047,-3.401927999801994,-11.39441861382687) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.870335344711458e-05 mm long + and its vector is (-3.406203155975618e-06,-3.136053164087826e-05,3.710702726245074e-05) mm + Endpoint of ComputeStep() was (-52.3715353994497,-3.402874467110157,-11.39430476446585) + and current position to locate is (-52.37153880565285,-3.402905827641798,-11.39426765743858) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.278095123171613e-05 mm long + and its vector is (-8.592846540977916e-07,-1.004475212162959e-05,-7.856035837860986e-06) mm + Endpoint of ComputeStep() was (-52.36158473805286,-3.403853484401927,-11.39414474561195) + and current position to locate is (-52.36158559733752,-3.403863529154048,-11.39415260164779) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.546116063437187e-05 mm long + and its vector is (3.315608680054538e-06,3.571939079849429e-05,2.792577637755755e-05) mm + Endpoint of ComputeStep() was (-52.35163675106796,-3.404866850301859,-11.39405049028232) + and current position to locate is (-52.35163343545928,-3.404831130911061,-11.39402256450595) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.441246269104014e-05 mm long + and its vector is (3.985172931209036e-06,3.553817274104532e-05,-2.633673322982588e-05) mm + Endpoint of ComputeStep() was (-52.34168354613711,-3.405812740048233,-11.39384154606068) + and current position to locate is (-52.34167956096417,-3.405777201875492,-11.39386788279391) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.981310664120513e-05 mm long + and its vector is (-4.305555094674673e-06,-4.771021222715888e-05,-1.365809056252942e-05) mm + Endpoint of ComputeStep() was (-52.33172469590448,-3.406714591779132,-11.39373156423124) + and current position to locate is (-52.33172900145958,-3.406762301991359,-11.3937452223218) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.818509240355149e-05 mm long + and its vector is (-4.563620962017012e-06,-3.550651470263233e-05,3.22531224430378e-05) mm + Endpoint of ComputeStep() was (-52.32178917573289,-3.407831920519335,-11.39351630894921) + and current position to locate is (-52.32179373935385,-3.407867427034037,-11.39348405582677) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.488125056110628e-05 mm long + and its vector is (4.198195242111069e-06,2.998633487338864e-05,-4.577277073458674e-05) mm + Endpoint of ComputeStep() was (-52.31185643677987,-3.408967544847613,-11.39329332594357) + and current position to locate is (-52.31185223858463,-3.408937558512739,-11.3933390987143) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.992635380913087e-05 mm long + and its vector is (-1.363378451912922e-06,-1.955915332896296e-05,-4.591537351394948e-05) mm + Endpoint of ComputeStep() was (-52.3019122189887,-3.410017138816435,-11.39317436809033) + and current position to locate is (-52.30191358236715,-3.410036697969764,-11.39322028346384) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.867299869066973e-05 mm long + and its vector is (4.684827523249169e-06,4.510811206426268e-05,1.767403232477704e-05) mm + Endpoint of ComputeStep() was (-52.29197383440641,-3.411122650393058,-11.39308340135654) + and current position to locate is (-52.29196914957889,-3.411077542280994,-11.39306572732421) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.629047704588562e-05 mm long + and its vector is (2.53261765692514e-06,1.674488104086436e-05,-4.308135410902025e-05) mm + Endpoint of ComputeStep() was (-52.28203165247857,-3.412181494681713,-11.3929106177846) + and current position to locate is (-52.28202911986091,-3.412164749800672,-11.39295369913871) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.778409947180872e-05 mm long + and its vector is (1.119460470988543e-06,1.45987157136318e-05,3.483191755648818e-05) mm + Endpoint of ComputeStep() was (-52.27208631201404,-3.413223866687301,-11.39282935439172) + and current position to locate is (-52.27208519255357,-3.413209267971588,-11.39279452247416) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.453150461781032e-05 mm long + and its vector is (3.178044643448175e-06,2.332885548117503e-05,-4.91868837197984e-05) mm + Endpoint of ComputeStep() was (-52.2621417599638,-3.414259977769271,-11.39265040243404) + and current position to locate is (-52.26213858191916,-3.41423664891379,-11.39269958931776) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.818874013760341e-05 mm long + and its vector is (1.919816995155088e-06,2.276535208611818e-05,3.060119148656781e-05) mm + Endpoint of ComputeStep() was (-52.25219290610107,-3.415266206365008,-11.39255762228315) + and current position to locate is (-52.25219098628408,-3.415243441012922,-11.39252702109166) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.498114998745948e-05 mm long + and its vector is (3.866732569690612e-06,3.006878518352352e-05,-4.58676726111662e-05) mm + Endpoint of ComputeStep() was (-52.24224450811619,-3.41626064838225,-11.39235534939363) + and current position to locate is (-52.24224064138362,-3.416230579597066,-11.39240121706624) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.185214976926939e-05 mm long + and its vector is (-3.116857655527383e-06,-3.379878107345746e-05,-2.448530246113023e-05) mm + Endpoint of ComputeStep() was (-52.23228887257686,-3.41720651599997,-11.39232087441921) + and current position to locate is (-52.23229198943451,-3.417240314781044,-11.39234535972168) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.386035476490423e-05 mm long + and its vector is (4.915861360643703e-06,4.658092003140268e-05,-2.658928377208269e-05) mm + Endpoint of ComputeStep() was (-52.2223442070582,-3.418257662645998,-11.39228846012798) + and current position to locate is (-52.22233929119684,-3.418211081725966,-11.39231504941175) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.965475727571274e-05 mm long + and its vector is (2.423161063802581e-06,2.346890154125703e-05,-1.796506554363475e-05) mm + Endpoint of ComputeStep() was (-52.21238870288416,-3.419201031170525,-11.39226612935073) + and current position to locate is (-52.2123862797231,-3.419177562268984,-11.39228409441628) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.625505234271782e-05 mm long + and its vector is (-4.553751338676193e-06,-4.799231966634565e-05,-2.899364612929389e-05) mm + Endpoint of ComputeStep() was (-52.2024329391997,-3.420140215748761,-11.39225391760539) + and current position to locate is (-52.20243749295103,-3.420188208068427,-11.39228291125152) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.247963212376646e-05 mm long + and its vector is (3.264966252913837e-06,3.214623667879835e-05,-3.299388678712489e-06) mm + Endpoint of ComputeStep() was (-52.19248838163067,-3.421191894180436,-11.39221660158224) + and current position to locate is (-52.19248511666441,-3.421159747943757,-11.39221990097092) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.735009626351381e-05 mm long + and its vector is (-3.079725161114766e-06,-3.077256339878431e-05,-3.585521232629674e-05) mm + Endpoint of ComputeStep() was (-52.18253629570176,-3.422168427994615,-11.39220874397198) + and current position to locate is (-52.18253937542692,-3.422199200558013,-11.39224459918431) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.368783744806831e-05 mm long + and its vector is (5.545002927931364e-06,5.317033790941394e-05,-4.9549973741847e-06) mm + Endpoint of ComputeStep() was (-52.17259351372499,-3.423236708845067,-11.39224759292001) + and current position to locate is (-52.17258796872206,-3.423183538507157,-11.39225254791738) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.540576590985175e-05 mm long + and its vector is (3.645572228094807e-06,3.787527198451102e-05,-2.477614080298451e-05) mm + Endpoint of ComputeStep() was (-52.16263685569949,-3.424168535949958,-11.3922941017969) + and current position to locate is (-52.16263321012726,-3.424130660677973,-11.39231887793771) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.067357892131768e-05 mm long + and its vector is (9.633827318111798e-07,1.308772972485883e-05,-4.894481407724527e-05) mm + Endpoint of ComputeStep() was (-52.15267620224082,-3.425053702332744,-11.39236971295094) + and current position to locate is (-52.15267523885809,-3.425040614603019,-11.39241865776502) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 9.899934669179521e-06 mm long + and its vector is (-7.64204692416115e-07,-8.909859836148115e-06,4.247245618316242e-06) mm + Endpoint of ComputeStep() was (-52.14271768918154,-3.4259514481293,-11.39253774502521) + and current position to locate is (-52.14271845338624,-3.425960357989136,-11.39253349777959) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.492465814897498e-05 mm long + and its vector is (3.111070725481113e-06,2.951915694771046e-05,3.372188490935457e-05) mm + Endpoint of ComputeStep() was (-52.13276182857306,-3.426882179245742,-11.39264512788728) + and current position to locate is (-52.13275871750233,-3.426852660088794,-11.39261140600237) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.662286819799209e-05 mm long + and its vector is (-3.467520834021798e-06,-3.978542727489653e-05,2.405801144789166e-05) mm + Endpoint of ComputeStep() was (-52.12280060613261,-3.427762496329875,-11.39268074942903) + and current position to locate is (-52.12280407365345,-3.42780228175715,-11.39265669141758) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.962391992028769e-05 mm long + and its vector is (-3.520831732828356e-06,-3.875399844011085e-05,-7.469027959672303e-06) mm + Endpoint of ComputeStep() was (-52.11284475223172,-3.428700873521463,-11.39268896751824) + and current position to locate is (-52.11284827306345,-3.428739627519903,-11.3926964365462) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.409220331603043e-05 mm long + and its vector is (1.301828802979799e-06,1.392147088097317e-05,1.757294675996945e-06) mm + Endpoint of ComputeStep() was (-52.10289159025287,-3.429667128835372,-11.39272472656349) + and current position to locate is (-52.10289028842406,-3.429653207364491,-11.39272296926881) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.724715008428165e-05 mm long + and its vector is (4.263574041374341e-06,4.704537702027167e-05,-9.206674214112809e-07) mm + Endpoint of ComputeStep() was (-52.09293138997229,-3.430556414445702,-11.39275687589015) + and current position to locate is (-52.09292712639825,-3.430509369068682,-11.39275779655758) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.501208384875975e-05 mm long + and its vector is (2.717297888921166e-06,2.8245845427044e-05,4.712873728074385e-05) mm + Endpoint of ComputeStep() was (-52.08296696688931,-3.431398237610912,-11.39279933972399) + and current position to locate is (-52.08296424959142,-3.431369991765485,-11.39275221098671) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.091053185168792e-05 mm long + and its vector is (2.812220039061231e-06,3.1337164677403e-05,-4.002443980688497e-05) mm + Endpoint of ComputeStep() was (-52.07300349258351,-3.432253075948894,-11.39274375400426) + and current position to locate is (-52.07300068036347,-3.432221738784217,-11.39278377844407) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.089663541776986e-05 mm long + and its vector is (2.35139643933735e-06,2.704344075032949e-05,-3.05885278439888e-05) mm + Endpoint of ComputeStep() was (-52.0630415148357,-3.433122118511159,-11.39281422840286) + and current position to locate is (-52.06303916343926,-3.433095075070409,-11.3928448169307) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.694673298829004e-05 mm long + and its vector is (-3.08490210443324e-06,-3.974137480300399e-05,2.480125492887453e-05) mm + Endpoint of ComputeStep() was (-52.05307319462742,-3.433914075688228,-11.39291756213415) + and current position to locate is (-52.05307627952953,-3.433953817063031,-11.39289276087922) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.726999076127601e-05 mm long + and its vector is (-2.514556157962033e-06,-3.024488802338965e-05,3.624052679462864e-05) mm + Endpoint of ComputeStep() was (-52.04311567189829,-3.434837412036326,-11.39293905501201) + and current position to locate is (-52.04311818645445,-3.43486765692435,-11.39290281448522) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.047289522958448e-05 mm long + and its vector is (4.049797368566033e-07,4.684864650883469e-06,5.025336991160145e-05) mm + Endpoint of ComputeStep() was (-52.03316039074902,-3.435783553037229,-11.39289767763886) + and current position to locate is (-52.03315998576929,-3.435778868172578,-11.39284742426895) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.348855650833952e-05 mm long + and its vector is (3.21951300463752e-06,3.483160636053029e-05,-2.583889474294665e-05) mm + Endpoint of ComputeStep() was (-52.0232016483801,-3.43668875852509,-11.39283318007837) + and current position to locate is (-52.0231984288671,-3.43665392691873,-11.39285901897311) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.069693297518752e-05 mm long + and its vector is (1.995586771386115e-06,1.915912741257131e-05,-2.39007774833766e-05) mm + Endpoint of ComputeStep() was (-52.01324544858514,-3.437619058808958,-11.39280165887679) + and current position to locate is (-52.01324345299837,-3.437599899681545,-11.39282555965427) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.329860713518514e-05 mm long + and its vector is (-3.579500713613015e-06,-3.509637565191071e-05,-2.510380390674527e-05) mm + Endpoint of ComputeStep() was (-52.00328099228735,-3.438418075584829,-11.39310223590591) + and current position to locate is (-52.00328457178806,-3.438453171960481,-11.39312733970982) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.461934468785118e-05 mm long + and its vector is (3.994835331866398e-06,4.428914190013344e-05,3.66048095123972e-06) mm + Endpoint of ComputeStep() was (-51.99332859727814,-3.439322662517783,-11.39347250967297) + and current position to locate is (-51.9933246024428,-3.439278373375883,-11.39346884919202) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.893088553803681e-05 mm long + and its vector is (4.904895192225922e-07,2.36345285840045e-05,-4.284156904432734e-05) mm + Endpoint of ComputeStep() was (-51.98336568995317,-3.440113014973511,-11.39381527951321) + and current position to locate is (-51.98336519946366,-3.440089380444927,-11.39385812108225) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.233942186040319e-05 mm long + and its vector is (-4.709247768630576e-06,-4.738688704231109e-05,-2.171913908455281e-05) mm + Endpoint of ComputeStep() was (-51.97340593156692,-3.440909803463045,-11.3942275356885) + and current position to locate is (-51.97341064081469,-3.440957190350087,-11.39424925482759) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.442679601285491e-05 mm long + and its vector is (-4.929522241070572e-06,-4.279016341612873e-05,-3.327127664398688e-05) mm + Endpoint of ComputeStep() was (-51.96345450673237,-3.441812117891692,-11.3946248489271) + and current position to locate is (-51.96345943625461,-3.441854908055108,-11.39465812020375) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.348471378845013e-05 mm long + and its vector is (1.029181518674704e-06,2.673935389108095e-05,-3.427634858255146e-05) mm + Endpoint of ComputeStep() was (-51.9535047809179,-3.442725022893377,-11.39503800784753) + and current position to locate is (-51.95350375173638,-3.442698283539486,-11.39507228419611) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.588002312561739e-05 mm long + and its vector is (1.69074173328454e-06,3.528437937827533e-05,-2.927679091513369e-05) mm + Endpoint of ComputeStep() was (-51.94354095273394,-3.443477382786914,-11.39543590032562) + and current position to locate is (-51.94353926199221,-3.443442098407536,-11.39546517711653) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.336155852321174e-05 mm long + and its vector is (1.10217928295242e-06,3.326281880866588e-05,-4.171122167662134e-05) mm + Endpoint of ComputeStep() was (-51.93357538749986,-3.444212980110068,-11.39581663463178) + and current position to locate is (-51.93357428532058,-3.44417971729126,-11.39585834585346) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.461179784150423e-05 mm long + and its vector is (4.448469837825542e-06,5.137369741392561e-05,1.79834032820736e-05) mm + Endpoint of ComputeStep() was (-51.92360770424821,-3.444942333684677,-11.39614514426375) + and current position to locate is (-51.92360325577837,-3.444890959987263,-11.39612716086046) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.009626830943441e-05 mm long + and its vector is (3.013731699752498e-06,3.778709379975709e-05,1.306765838826607e-05) mm + Endpoint of ComputeStep() was (-51.91363205976058,-3.44557403286618,-11.39645156255713) + and current position to locate is (-51.91362904602888,-3.44553624577238,-11.39643849489874) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.465361294891156e-05 mm long + and its vector is (-1.015567860918054e-06,6.193543841348514e-06,-4.421033573720479e-05) mm + Endpoint of ComputeStep() was (-51.90365689203774,-3.446205918419043,-11.39676138423546) + and current position to locate is (-51.90365790760561,-3.446199724875202,-11.3968055945712) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.132069266362434e-05 mm long + and its vector is (-3.38384089104693e-06,-3.020359051930654e-05,-4.135343076505649e-05) mm + Endpoint of ComputeStep() was (-51.89368678823521,-3.446889659595612,-11.39711759227985) + and current position to locate is (-51.89369017207611,-3.446919863186131,-11.39715894571062) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.853871211520681e-05 mm long + and its vector is (3.631929985203897e-06,4.706004517007756e-05,1.132112216062353e-05) mm + Endpoint of ComputeStep() was (-51.88371989953509,-3.447606360831489,-11.39750385158937) + and current position to locate is (-51.88371626760511,-3.447559300786319,-11.39749253046721) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.268005117237132e-05 mm long + and its vector is (-1.755469725139847e-06,-4.358917922875349e-05,2.953116272230716e-05) mm + Endpoint of ComputeStep() was (-51.87374182486316,-3.448187794497354,-11.39782728507355) + and current position to locate is (-51.87374358033289,-3.448231383676582,-11.39779775391083) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.74638845316757e-05 mm long + and its vector is (-2.305923359813278e-06,-1.390705018433636e-05,-4.532214698649284e-05) mm + Endpoint of ComputeStep() was (-51.86376737193825,-3.448838525829706,-11.39811902764848) + and current position to locate is (-51.86376967786161,-3.448852432879891,-11.39816434979547) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.234139429939036e-05 mm long + and its vector is (-1.067379173491645e-06,1.030781350586096e-05,-5.130527496888249e-05) mm + Endpoint of ComputeStep() was (-51.85379472774243,-3.449474075787224,-11.39849676850299) + and current position to locate is (-51.85379579512161,-3.449463767973719,-11.39854807377796) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.020475389315636e-05 mm long + and its vector is (-3.487037950833383e-06,-4.857832933602424e-05,-1.218621346943394e-05) mm + Endpoint of ComputeStep() was (-51.84382254509806,-3.450083592600421,-11.39893105217482) + and current position to locate is (-51.84382603213601,-3.450132170929757,-11.39894323838829) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.136071957500278e-05 mm long + and its vector is (-3.733397697658347e-06,-4.782603662656371e-05,-1.83481736826252e-05) mm + Endpoint of ComputeStep() was (-51.83385356392957,-3.450762465655627,-11.3993294725347) + and current position to locate is (-51.83385729732727,-3.450810291692253,-11.39934782070838) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.497549723235661e-05 mm long + and its vector is (1.516146227231729e-06,-3.874741176357333e-06,4.478261976181841e-05) mm + Endpoint of ComputeStep() was (-51.82388859627957,-3.451491752805843,-11.39974428018406) + and current position to locate is (-51.82388708013334,-3.45149562754702,-11.3996994975643) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.743825101718101e-05 mm long + and its vector is (-1.54106653837971e-06,-8.92446765776711e-06,-2.590051369821822e-05) mm + Endpoint of ComputeStep() was (-51.81391527611957,-3.452146369439394,-11.40006859018531) + and current position to locate is (-51.81391681718611,-3.452155293907052,-11.400094490699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.692560176416025e-05 mm long + and its vector is (1.290738893544585e-06,-1.78060668076796e-06,4.687403901826315e-05) mm + Endpoint of ComputeStep() was (-51.80394189110325,-3.452794085337576,-11.4003934293366) + and current position to locate is (-51.80394060036436,-3.452795865944257,-11.40034655529758) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.004226755097405e-05 mm long + and its vector is (1.229151436632492e-06,5.190583713510222e-06,3.968539048671005e-05) mm + Endpoint of ComputeStep() was (-51.79396459271972,-3.453448421737799,-11.40057018617448) + and current position to locate is (-51.79396336356829,-3.453443231154086,-11.400530500784) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.886647700879773e-05 mm long + and its vector is (-2.035522122412203e-06,-2.188186076823584e-05,-3.205688465968137e-05) mm + Endpoint of ComputeStep() was (-51.78398868050783,-3.454133058574188,-11.40069299257076) + and current position to locate is (-51.78399071602995,-3.454154940434957,-11.40072504945542) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.058734384499798e-05 mm long + and its vector is (1.842103969806885e-06,3.19780504161038e-05,-2.492676122045623e-05) mm + Endpoint of ComputeStep() was (-51.7740189047448,-3.454878193006256,-11.4009159725343) + and current position to locate is (-51.77401706264083,-3.45484621495584,-11.40094089929552) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.278769330833625e-05 mm long + and its vector is (3.04451304344866e-06,4.036125286521752e-05,1.387396504703986e-05) mm + Endpoint of ComputeStep() was (-51.76404268973733,-3.455534306709367,-11.40112793041115) + and current position to locate is (-51.76403964522429,-3.455493945456502,-11.40111405644611) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.035167528540139e-05 mm long + and its vector is (-3.373892148772484e-06,-4.557152763684513e-05,-2.114577793932426e-05) mm + Endpoint of ComputeStep() was (-51.75406293821742,-3.456149646730514,-11.40129276941445) + and current position to locate is (-51.75406631210957,-3.456195218258151,-11.40131391519239) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.700586460870579e-05 mm long + and its vector is (-1.272651608985598e-06,-1.210196997902813e-05,-1.187948280012563e-05) mm + Endpoint of ComputeStep() was (-51.7440986877394,-3.456931433613265,-11.40163174527989) + and current position to locate is (-51.744099960391,-3.456943535583244,-11.40164362476269) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.428930688863259e-05 mm long + and its vector is (2.781026019249566e-06,3.078901724862249e-05,1.483438161997697e-05) mm + Endpoint of ComputeStep() was (-51.73413307602133,-3.457673364023489,-11.40199736140345) + and current position to locate is (-51.73413029499531,-3.45764257500624,-11.40198252702183) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.045857353817791e-05 mm long + and its vector is (-6.494886477526052e-07,1.078563067391514e-05,-3.898903061383407e-05) mm + Endpoint of ComputeStep() was (-51.72415947564981,-3.45831706656067,-11.40233520957356) + and current position to locate is (-51.72416012513846,-3.458306280929996,-11.40237419860417) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.821860403762034e-05 mm long + and its vector is (1.423470131101112e-06,6.240954542491295e-06,2.748297351118367e-05) mm + Endpoint of ComputeStep() was (-51.71418851313263,-3.458960633792387,-11.40274208111829) + and current position to locate is (-51.7141870896625,-3.458954392837845,-11.40271459814478) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.873288471549217e-05 mm long + and its vector is (2.513623272193399e-06,3.864973621636736e-05,-3.405096684616638e-07) mm + Endpoint of ComputeStep() was (-51.70421444510641,-3.459606004028167,-11.40305858013211) + and current position to locate is (-51.70421193148314,-3.459567354291951,-11.40305892064178) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.329860120381373e-05 mm long + and its vector is (3.706075943910037e-06,4.309464594109969e-05,3.114253333613703e-05) mm + Endpoint of ComputeStep() was (-51.69423661673898,-3.460177036518038,-11.4034023491691) + and current position to locate is (-51.69423291066303,-3.460133941872097,-11.40337120663576) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.681871315877173e-05 mm long + and its vector is (4.412960024069434e-07,-1.163969074147175e-05,3.492764658474812e-05) mm + Endpoint of ComputeStep() was (-51.68425622793483,-3.460731172278449,-11.40369628572237) + and current position to locate is (-51.68425578663883,-3.46074281196919,-11.40366135807579) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.7482659946648e-05 mm long + and its vector is (-2.925226233685407e-06,-4.738283085270467e-05,-9.557130713488959e-07) mm + Endpoint of ComputeStep() was (-51.67427833697812,-3.461353278595338,-11.40393409745825) + and current position to locate is (-51.67428126220435,-3.461400661426191,-11.40393505317132) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.278039655498979e-05 mm long + and its vector is (1.327673963658071e-06,-8.129374506893328e-08,5.276363268080786e-05) mm + Endpoint of ComputeStep() was (-51.66430659336524,-3.462063254307193,-11.40418706335571) + and current position to locate is (-51.66430526569128,-3.462063335600938,-11.40413429972303) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.175686191416258e-05 mm long + and its vector is (1.562826561496422e-06,3.495709106360323e-05,-3.813570653221632e-05) mm + Endpoint of ComputeStep() was (-51.65432965695523,-3.462729074068355,-11.40433574174716) + and current position to locate is (-51.65432809412867,-3.462694116977291,-11.4043738774537) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.096488794907407e-05 mm long + and its vector is (-2.286184617616982e-06,-1.91263836231137e-05,-4.718447427976002e-05) mm + Endpoint of ComputeStep() was (-51.64435264604164,-3.463358310728344,-11.40458797523953) + and current position to locate is (-51.64435493222626,-3.463377437111967,-11.40463515971381) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.234977935799103e-05 mm long + and its vector is (-3.643528572183641e-07,3.051804900344735e-06,-2.213744274293106e-05) mm + Endpoint of ComputeStep() was (-51.63438041101821,-3.464040865340331,-11.40489078539102) + and current position to locate is (-51.63438077537106,-3.46403781353543,-11.40491292283376) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.652265192903009e-05 mm long + and its vector is (-2.595820689066386e-06,-3.031316092982905e-05,-2.020589253959315e-05) mm + Endpoint of ComputeStep() was (-51.62440734211965,-3.464711698622054,-11.40518322306026) + and current position to locate is (-51.62440993794034,-3.464742011782984,-11.4052034289528) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.596875831276695e-05 mm long + and its vector is (8.354526315201838e-07,-1.085055159766313e-05,4.466200051211899e-05) mm + Endpoint of ComputeStep() was (-51.61445390669802,-3.46559055489982,-11.40559581964658) + and current position to locate is (-51.61445307124539,-3.465601405451418,-11.40555115764607) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.766323447589732e-05 mm long + and its vector is (-1.014607462934691e-06,-2.240744191306376e-05,3.025551767521506e-05) mm + Endpoint of ComputeStep() was (-51.60449091796659,-3.466423849238969,-11.40582618801935) + and current position to locate is (-51.60449193257405,-3.466446256680882,-11.40579593250167) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.066900333826492e-05 mm long + and its vector is (1.365668325092884e-06,1.312265954123149e-06,5.063359366452858e-05) mm + Endpoint of ComputeStep() was (-51.5945303273631,-3.467284100154003,-11.40604289848505) + and current position to locate is (-51.59452896169477,-3.467282787888049,-11.40599226489138) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.696655712133577e-05 mm long + and its vector is (-1.075896712166013e-06,-3.793335157098454e-06,-4.680075365293135e-05) mm + Endpoint of ComputeStep() was (-51.58457125647153,-3.46818634862725,-11.40614794515362) + and current position to locate is (-51.58457233236825,-3.468190141962407,-11.40619474590727) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.200748633282305e-05 mm long + and its vector is (2.55616552635729e-06,1.808144302017922e-05,3.783062706474993e-05) mm + Endpoint of ComputeStep() was (-51.5746180141978,-3.469114743017129,-11.4064254257651) + and current position to locate is (-51.57461545803228,-3.469096661574109,-11.40638759513804) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.934414581894994e-05 mm long + and its vector is (-4.319459421253669e-07,1.481844350337269e-06,-2.930352289176597e-05) mm + Endpoint of ComputeStep() was (-51.56465902136157,-3.47000701749358,-11.40658039271534) + and current position to locate is (-51.56465945330751,-3.470005535649229,-11.40660969623823) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.600706392700894e-05 mm long + and its vector is (-3.867512184285715e-06,-4.504143435646313e-05,8.541748755419576e-06) mm + Endpoint of ComputeStep() was (-51.55470326813457,-3.470906539717881,-11.40685283709814) + and current position to locate is (-51.55470713564675,-3.470951581152237,-11.40684429534939) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.527299990188481e-05 mm long + and its vector is (4.450459300642251e-06,4.310663954143479e-05,1.310173879964793e-05) mm + Endpoint of ComputeStep() was (-51.54475619008917,-3.471919666859717,-11.40703933484962) + and current position to locate is (-51.54475173962987,-3.471876560220176,-11.40702623311082) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.261249669666074e-05 mm long + and its vector is (4.869273965368848e-06,4.488625632070864e-05,2.701090470935696e-05) mm + Endpoint of ComputeStep() was (-51.53480020301925,-3.472838454218329,-11.40722174442974) + and current position to locate is (-51.53479533374529,-3.472793567962008,-11.40719473352503) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.372868131260812e-05 mm long + and its vector is (4.453509021118407e-06,5.180167476348529e-05,-1.354710096990175e-05) mm + Endpoint of ComputeStep() was (-51.52483870913762,-3.47370101558774,-11.40739148331263) + and current position to locate is (-51.5248342556286,-3.473649213912977,-11.4074050304136) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.173725139252727e-05 mm long + and its vector is (-3.266560497650062e-06,-4.348669256160065e-05,2.783846860410222e-05) mm + Endpoint of ComputeStep() was (-51.51487104246799,-3.474491487573341,-11.40755167128054) + and current position to locate is (-51.51487430902849,-3.474534974265903,-11.40752383281194) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.417204709679674e-05 mm long + and its vector is (-1.726995350281868e-06,-2.754121416836952e-05,4.661662467242422e-05) mm + Endpoint of ComputeStep() was (-51.50491221304416,-3.475391921064622,-11.40766105557156) + and current position to locate is (-51.50491394003951,-3.475419462278791,-11.40761443894688) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.347733083951938e-05 mm long + and its vector is (2.238353218331213e-06,1.890676860405449e-05,4.997348086277498e-05) mm + Endpoint of ComputeStep() was (-51.49495453512422,-3.476311071664761,-11.40772320090629) + and current position to locate is (-51.494952296771,-3.476292164896157,-11.40767322742543) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.505306136587461e-05 mm long + and its vector is (-2.424626643460215e-06,-2.674726838192143e-05,-2.252602785368651e-05) mm + Endpoint of ComputeStep() was (-51.48498953175497,-3.477150681268906,-11.40772618916737) + and current position to locate is (-51.48499195638161,-3.477177428537288,-11.40774871519523) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.618441460001024e-05 mm long + and its vector is (-2.471574411799793e-06,-3.199206097326268e-05,3.321745785811459e-05) mm + Endpoint of ComputeStep() was (-51.47503113396896,-3.47805377098887,-11.40785158542037) + and current position to locate is (-51.47503360554337,-3.478085763049843,-11.40781836796252) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.839975448715656e-05 mm long + and its vector is (-3.140683027424984e-06,-3.435614848834589e-05,-3.394594829408959e-05) mm + Endpoint of ComputeStep() was (-51.46507929461172,-3.479037824338205,-11.40777577602864) + and current position to locate is (-51.46508243529475,-3.479072180486694,-11.40780972197694) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.825892867520759e-05 mm long + and its vector is (-4.658318985661936e-06,-4.680368394405221e-05,-1.079997362829488e-05) mm + Endpoint of ComputeStep() was (-51.45513149959014,-3.480059736361707,-11.40782207197946) + and current position to locate is (-51.45513615790912,-3.480106540045651,-11.40783287195309) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.943585140562016e-05 mm long + and its vector is (-2.205888016248991e-06,-2.110982938940964e-05,-2.039555121058356e-05) mm + Endpoint of ComputeStep() was (-51.44519003723074,-3.481141529143458,-11.40783736240161) + and current position to locate is (-51.44519224311876,-3.481162638972847,-11.40785775795282) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.160568148762126e-05 mm long + and its vector is (3.468160443276247e-07,2.948795619239775e-06,4.149960307131551e-05) mm + Endpoint of ComputeStep() was (-51.43524709144812,-3.482206869255559,-11.40786667168852) + and current position to locate is (-51.43524674463207,-3.48220392045994,-11.40782517208545) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.541027875182693e-05 mm long + and its vector is (-3.559753039894531e-06,-3.124530717713014e-05,3.275900416710442e-05) mm + Endpoint of ComputeStep() was (-51.4253017253127,-3.48324582989259,-11.40773826368972) + and current position to locate is (-51.42530528506574,-3.483277075199767,-11.40770550468555) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.068059857973932e-05 mm long + and its vector is (-1.613372539566171e-06,-1.049165336475255e-05,3.927127881198089e-05) mm + Endpoint of ComputeStep() was (-51.41536498328937,-3.484360017096571,-11.40758644671036) + and current position to locate is (-51.41536659666191,-3.484370508749936,-11.40754717543155) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.146194979558979e-05 mm long + and its vector is (2.588795311453396e-07,-5.506446651537544e-06,-5.116585094988579e-05) mm + Endpoint of ComputeStep() was (-51.40542652333998,-3.485449301075457,-11.40738078332186) + and current position to locate is (-51.40542626446045,-3.485454807522108,-11.40743194917281) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.909114503049394e-05 mm long + and its vector is (2.64884535283727e-06,1.7666846211295e-05,-4.572533962310388e-05) mm + Endpoint of ComputeStep() was (-51.3954858387353,-3.486531330602356,-11.4072720404039) + and current position to locate is (-51.39548318988995,-3.486513663756145,-11.40731776574352) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.357094096613202e-05 mm long + and its vector is (1.726378044963894e-07,-4.232936329895409e-06,-4.336449403474774e-05) mm + Endpoint of ComputeStep() was (-51.38554145368472,-3.487580325546526,-11.40717406682377) + and current position to locate is (-51.38554128104692,-3.487584558482856,-11.4072174313178) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.126076429158382e-05 mm long + and its vector is (2.472889818250223e-06,2.915381914547766e-05,4.209044548275642e-05) mm + Endpoint of ComputeStep() was (-51.37560247260783,-3.488674251882255,-11.40704658147255) + and current position to locate is (-51.37559999971801,-3.488645098063109,-11.40700449102707) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.046093043084161e-05 mm long + and its vector is (7.108747723805209e-07,-2.222692797815284e-06,-5.04069419200448e-05) mm + Endpoint of ComputeStep() was (-51.36566256580612,-3.489744354617409,-11.40681587453212) + and current position to locate is (-51.36566185493135,-3.489746577310207,-11.40686628147404) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.245220431734614e-05 mm long + and its vector is (-3.107677805758158e-06,-2.274546074820805e-05,3.570960662635514e-05) mm + Endpoint of ComputeStep() was (-51.35572473451148,-3.490853191285851,-11.40670635465433) + and current position to locate is (-51.35572784218929,-3.490875936746599,-11.4066706450477) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.133284464718302e-05 mm long + and its vector is (-3.907424925841951e-06,-2.832780650585676e-05,2.984411928075303e-05) mm + Endpoint of ComputeStep() was (-51.34579875327194,-3.492048424721424,-11.40648356775565) + and current position to locate is (-51.34580266069686,-3.49207675252793,-11.40645372363637) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.041181960214639e-05 mm long + and its vector is (1.660829482830195e-07,1.040297014176517e-05,4.932648562672171e-05) mm + Endpoint of ComputeStep() was (-51.33588057679434,-3.493300792547528,-11.4062289810328) + and current position to locate is (-51.33588041071139,-3.493290389577386,-11.40617965454717) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.536393205999356e-05 mm long + and its vector is (6.62673195250818e-06,4.858585154776662e-05,-2.570343218621929e-05) mm + Endpoint of ComputeStep() was (-51.32595896468369,-3.494516743089444,-11.40593986813775) + and current position to locate is (-51.32595233795173,-3.494468157237896,-11.40596557156994) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.753455392642995e-05 mm long + and its vector is (-1.165962729032799e-06,-1.791952037333289e-05,-4.401210217075402e-05) mm + Endpoint of ComputeStep() was (-51.31602433849617,-3.495644874610995,-11.40574948251402) + and current position to locate is (-51.3160255044589,-3.495662794131368,-11.40579349461619) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.181771788853898e-05 mm long + and its vector is (4.206393256822594e-06,3.056983769811339e-05,-2.822255849999067e-05) mm + Endpoint of ComputeStep() was (-51.30609741681866,-3.496841008586221,-11.40558998307865) + and current position to locate is (-51.3060932104254,-3.496810438748523,-11.40561820563715) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.796460507060242e-05 mm long + and its vector is (1.509530996202102e-06,5.198495684144433e-06,-4.765816087903829e-05) mm + Endpoint of ComputeStep() was (-51.29616154142201,-3.49796053068911,-11.40542907928254) + and current position to locate is (-51.29616003189101,-3.497955332193426,-11.40547673744342) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.222120583280239e-05 mm long + and its vector is (-3.986276396972244e-06,-3.022585165979308e-05,2.920852125498641e-05) mm + Endpoint of ComputeStep() was (-51.28622907878292,-3.499116876548619,-11.40532339669132) + and current position to locate is (-51.28623306505931,-3.499147102400279,-11.40529418817006) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.603963061685506e-05 mm long + and its vector is (9.092424875234428e-07,1.231307954441263e-05,3.385877028527773e-05) mm + Endpoint of ComputeStep() was (-51.27630528261808,-3.50033388105181,-11.40512920467234) + and current position to locate is (-51.27630437337559,-3.500321567972265,-11.40509534590206) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.971051160500455e-05 mm long + and its vector is (3.26692308760812e-07,1.075919127835334e-05,4.853110383251646e-05) mm + Endpoint of ComputeStep() was (-51.2663745994592,-3.501487497240081,-11.40490370642705) + and current position to locate is (-51.2663742727669,-3.501476738048803,-11.40485517532322) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.405424926340758e-05 mm long + and its vector is (6.305550968477291e-06,5.056925531965462e-05,-1.802365964032049e-05) mm + Endpoint of ComputeStep() was (-51.25644559382433,-3.502656016106163,-11.40469035985222) + and current position to locate is (-51.25643928827336,-3.502605446850843,-11.40470838351186) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.217634708457179e-05 mm long + and its vector is (-2.823960798536973e-06,-2.704243685380803e-05,-3.224245815403037e-05) mm + Endpoint of ComputeStep() was (-51.24651211251338,-3.503801229787124,-11.4045749281374) + and current position to locate is (-51.24651493647418,-3.503828272223978,-11.40460717059555) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.313838218238827e-05 mm long + and its vector is (1.974721477893127e-06,1.296633482805731e-05,-4.109616348912937e-05) mm + Endpoint of ComputeStep() was (-51.23659109770481,-3.505055426822266,-11.4045174999351) + and current position to locate is (-51.23658912298333,-3.505042460487438,-11.40455859609859) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.737275947271162e-05 mm long + and its vector is (-2.235915303572256e-06,-1.615954796818642e-05,4.447525190798274e-05) mm + Endpoint of ComputeStep() was (-51.22666066520492,-3.506233186561217,-11.40449209629334) + and current position to locate is (-51.22666290112023,-3.506249346109185,-11.40444762104143) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.448852053868959e-05 mm long + and its vector is (-3.026216646162538e-07,2.149978416632337e-06,5.444524665598749e-05) mm + Endpoint of ComputeStep() was (-51.2167390718396,-3.507475481702427,-11.40434404302236) + and current position to locate is (-51.21673937446127,-3.50747333172401,-11.40428959777571) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.163430861039682e-05 mm long + and its vector is (-1.416585490687794e-06,-1.6687075585331e-05,-4.884297922558289e-05) mm + Endpoint of ComputeStep() was (-51.20681532684689,-3.508695215247331,-11.40415997012117) + and current position to locate is (-51.20681674343238,-3.508711902322916,-11.40420881310039) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.301858492207043e-05 mm long + and its vector is (-6.061182979522073e-06,-4.87662216532847e-05,-1.990196054890703e-05) mm + Endpoint of ComputeStep() was (-51.19689647399789,-3.509969354740682,-11.40414888759494) + and current position to locate is (-51.19690253518087,-3.510018120962335,-11.40416878955549) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.63415890907231e-05 mm long + and its vector is (-3.805884233543111e-06,-2.773697800018127e-05,3.692855502279713e-05) mm + Endpoint of ComputeStep() was (-51.18698265708446,-3.511277775783011,-11.40409256427148) + and current position to locate is (-51.18698646296869,-3.511305512761011,-11.40405563571646) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.126007535050601e-05 mm long + and its vector is (-5.025371386579991e-06,-3.622522748880641e-05,3.591759820409379e-05) mm + Endpoint of ComputeStep() was (-51.17706980885368,-3.512589211934105,-11.40396285180462) + and current position to locate is (-51.17707483422507,-3.512625437161594,-11.40392693420642) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.539774930042379e-05 mm long + and its vector is (3.734733923010936e-06,3.106253259765879e-05,4.571740870495944e-05) mm + Endpoint of ComputeStep() was (-51.16715983853693,-3.513923214110907,-11.40385513731033) + and current position to locate is (-51.167156103803,-3.513892151578309,-11.40380941990163) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.67670246051416e-05 mm long + and its vector is (2.120781253722726e-06,1.650324368362988e-05,2.068417003897594e-06) mm + Endpoint of ComputeStep() was (-51.15723970358478,-3.515177917637853,-11.40371814484159) + and current position to locate is (-51.15723758280352,-3.515161414394169,-11.40371607642458) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.351324052034184e-05 mm long + and its vector is (5.247043773692894e-06,4.125897126527889e-05,-1.278936755078064e-05) mm + Endpoint of ComputeStep() was (-51.14731447457237,-3.516394106311003,-11.40362167122012) + and current position to locate is (-51.14730922752859,-3.516352847339738,-11.40363446058767) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.08472093883515e-05 mm long + and its vector is (3.659969294744769e-06,3.056336843210161e-05,-2.008845910950185e-06) mm + Endpoint of ComputeStep() was (-51.13738003746441,-3.517536554051486,-11.40355358508376) + and current position to locate is (-51.13737637749512,-3.517505990683054,-11.40355559392967) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.627299715953874e-05 mm long + and its vector is (4.533318630706162e-06,3.704078297239732e-05,-2.736091528277029e-05) mm + Endpoint of ComputeStep() was (-51.12744309943952,-3.518654087889949,-11.40346406574128) + and current position to locate is (-51.12743856612089,-3.518617047106976,-11.40349142665656) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.813765472404352e-05 mm long + and its vector is (-3.522630485974787e-06,-3.361406475965723e-05,-3.427709916437038e-05) mm + Endpoint of ComputeStep() was (-51.11750321989566,-3.519747428352301,-11.40340395849406) + and current position to locate is (-51.11750674252615,-3.519781042417061,-11.40343823559322) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.677351372348686e-05 mm long + and its vector is (-5.267753941495812e-06,-4.315837108448406e-05,3.65080488968772e-05) mm + Endpoint of ComputeStep() was (-51.10757371220507,-3.520932679091491,-11.40336641590619) + and current position to locate is (-51.10757897995902,-3.520975837462575,-11.40332990785729) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.613305264651777e-05 mm long + and its vector is (2.956600759773664e-06,2.787641086499093e-05,3.663908808526628e-05) mm + Endpoint of ComputeStep() was (-51.0976468618933,-3.522134760327823,-11.40324963014652) + and current position to locate is (-51.09764390529254,-3.522106883916958,-11.40321299105844) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.460973249260535e-05 mm long + and its vector is (-2.02613836108867e-06,-1.556660491841555e-05,4.175648222393136e-05) mm + Endpoint of ComputeStep() was (-51.08769984538954,-3.523157569195777,-11.40312216830702) + and current position to locate is (-51.0877018715279,-3.523173135800695,-11.4030804118248) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.475904167215791e-05 mm long + and its vector is (-4.914900635810682e-06,-4.448293895098487e-05,6.954893478905433e-07) mm + Endpoint of ComputeStep() was (-51.07776287830498,-3.524269688700441,-11.4029779395355) + and current position to locate is (-51.07776779320562,-3.524314171639392,-11.40297724404616) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.491247836348442e-05 mm long + and its vector is (4.00986635895606e-06,3.307651121531308e-05,-1.042816010077274e-05) mm + Endpoint of ComputeStep() was (-51.06783699216273,-3.525481240270927,-11.40286038485579) + and current position to locate is (-51.06783298229637,-3.525448163759711,-11.40287081301589) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.76089739553951e-05 mm long + and its vector is (-4.845256810881438e-06,-4.496100594275632e-05,-1.48877745864695e-05) mm + Endpoint of ComputeStep() was (-51.0578956620117,-3.52655821086136,-11.40275259752918) + and current position to locate is (-51.05790050726851,-3.526603171867303,-11.40276748530377) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.125958948505434e-05 mm long + and its vector is (4.208161293206558e-06,3.384223762381566e-05,-2.322386823117029e-05) mm + Endpoint of ComputeStep() was (-51.04797141590816,-3.527788264150122,-11.40269527324823) + and current position to locate is (-51.04796720774686,-3.527754421912498,-11.40271849711646) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.59397293712644e-05 mm long + and its vector is (-2.811219637521845e-06,-2.513938128645421e-05,-2.552983940340425e-05) mm + Endpoint of ComputeStep() was (-51.03803635833094,-3.528925403689554,-11.40265896057024) + and current position to locate is (-51.03803916955058,-3.528950543070841,-11.40268449040964) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.198638874164447e-05 mm long + and its vector is (-4.988073719403019e-06,-4.050379521558511e-05,9.870082738672181e-06) mm + Endpoint of ComputeStep() was (-51.02811195245159,-3.530149503795182,-11.40258770995657) + and current position to locate is (-51.02811694052531,-3.530190007590398,-11.40257783987384) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.360043050892753e-05 mm long + and its vector is (-1.794238286834116e-06,-1.787013913645552e-05,-3.972954035447174e-05) mm + Endpoint of ComputeStep() was (-51.01819320880976,-3.531416918082746,-11.40247415073593) + and current position to locate is (-51.01819500304805,-3.531434788221882,-11.40251388027628) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.355576090438835e-05 mm long + and its vector is (6.131690589938898e-06,5.048566720544656e-05,1.678747459799013e-05) mm + Endpoint of ComputeStep() was (-51.00827151339536,-3.532665619426509,-11.40243694396043) + and current position to locate is (-51.00826538170477,-3.532615133759304,-11.40242015648583) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.031786916674169e-05 mm long + and its vector is (-4.576705030956418e-06,-3.474924916302413e-05,3.610306650614348e-05) mm + Endpoint of ComputeStep() was (-50.99833628789074,-3.533796116758783,-11.40229816515653) + and current position to locate is (-50.99834086459578,-3.533830866007946,-11.40226206209002) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.811823424802262e-05 mm long + and its vector is (-3.427310481640689e-06,-3.050356401823606e-05,-3.705604663473139e-05) mm + Endpoint of ComputeStep() was (-50.98841261162153,-3.535023457121061,-11.40219861566034) + and current position to locate is (-50.98841603893201,-3.535053960685079,-11.40223567170698) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 9.133491821087947e-06 mm long + and its vector is (-6.495879105727909e-07,-4.877258270585827e-06,7.694872328656288e-06) mm + Endpoint of ComputeStep() was (-50.97849193271929,-3.536280742890823,-11.40217546982588) + and current position to locate is (-50.9784925823072,-3.536285620149094,-11.40216777495356) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.237678583938875e-05 mm long + and its vector is (3.897936693419979e-06,2.731345047868317e-05,-4.452088506923246e-05) mm + Endpoint of ComputeStep() was (-50.968571167819,-3.537531051245731,-11.40206319426065) + and current position to locate is (-50.96856726988231,-3.537503737795253,-11.40210771514572) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.152431334384327e-05 mm long + and its vector is (5.636006612519395e-06,4.468899763532264e-05,-2.501766946316764e-05) mm + Endpoint of ComputeStep() was (-50.9586412045898,-3.538713757960408,-11.4020330166869) + and current position to locate is (-50.95863556858318,-3.538669068962773,-11.40205803435636) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.819930090335358e-05 mm long + and its vector is (-4.174095487030627e-06,-3.469752000517801e-05,1.542224438466633e-05) mm + Endpoint of ComputeStep() was (-50.94870473802896,-3.539840555214206,-11.40200586507884) + and current position to locate is (-50.94870891212445,-3.539875252734212,-11.40199044283445) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.781136873063993e-05 mm long + and its vector is (-6.010406984557903e-06,-4.742317251249517e-05,9.190737877418087e-07) mm + Endpoint of ComputeStep() was (-50.93878869549326,-3.541130614985862,-11.40189112689981) + and current position to locate is (-50.93879470590024,-3.541178038158374,-11.40189020782602) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.648869434895158e-05 mm long + and its vector is (-4.429026162711125e-06,-3.152249513638239e-05,-3.388089033506958e-05) mm + Endpoint of ComputeStep() was (-50.92889938370597,-3.542619169686602,-11.40184294163229) + and current position to locate is (-50.92890381273213,-3.542650692181739,-11.40187682252262) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.980910452623869e-05 mm long + and its vector is (-6.495459857092101e-06,-4.366857345683428e-05,2.306104046212454e-05) mm + Endpoint of ComputeStep() was (-50.91900988314499,-3.544101590423355,-11.40183749359227) + and current position to locate is (-50.91901637860484,-3.544145258996811,-11.40181443255181) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.570439831416514e-05 mm long + and its vector is (-5.114342187084731e-06,-3.390460695751329e-05,9.956163419033714e-06) mm + Endpoint of ComputeStep() was (-50.90912597049189,-3.545619228244492,-11.40175330624986) + and current position to locate is (-50.90913108483408,-3.54565313285145,-11.40174335008644) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.070564675504872e-05 mm long + and its vector is (-7.287175805004154e-07,-2.240237364059539e-06,3.061514412650013e-05) mm + Endpoint of ComputeStep() was (-50.8992464629614,-3.547161490342643,-11.401618443965) + and current position to locate is (-50.89924719167898,-3.547163730580007,-11.40158782882087) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.590240093666326e-05 mm long + and its vector is (-6.791197449729225e-06,-4.532787572353314e-05,2.508731022032862e-06) mm + Endpoint of ComputeStep() was (-50.88935791270861,-3.548635309784419,-11.40140586956199) + and current position to locate is (-50.88936470390606,-3.548680637660143,-11.40140336083096) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.329244395153607e-05 mm long + and its vector is (2.237706482333124e-07,-6.773435785589754e-06,-5.28597680347076e-05) mm + Endpoint of ComputeStep() was (-50.8794847400472,-3.550205926409803,-11.40116608602251) + and current position to locate is (-50.87948451627656,-3.550212699845588,-11.40121894579054) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.471489137208054e-05 mm long + and its vector is (-5.092010034957184e-06,-3.673157057582088e-05,-2.498568924913513e-05) mm + Endpoint of ComputeStep() was (-50.86960287068889,-3.551730107617812,-11.40100204834438) + and current position to locate is (-50.86960796269893,-3.551766839188387,-11.40102703403363) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.719494338521631e-05 mm long + and its vector is (-3.768043498553197e-06,-2.028052031821659e-05,3.09510283713621e-05) mm + Endpoint of ComputeStep() was (-50.85972686611552,-3.553289429633589,-11.40082175893847) + and current position to locate is (-50.85973063415901,-3.553309710153907,-11.4007908079101) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.031228573235841e-05 mm long + and its vector is (-2.328090502601299e-06,-2.003137514883235e-05,-3.490564976083022e-05) mm + Endpoint of ComputeStep() was (-50.84985035396863,-3.554835981817521,-11.40057390509166) + and current position to locate is (-50.84985268205913,-3.55485601319267,-11.40060881074142) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.292304118258814e-05 mm long + and its vector is (3.203558129882822e-06,1.60069863235357e-05,-3.969762043887215e-05) mm + Endpoint of ComputeStep() was (-50.83997682325087,-3.5564167149835,-11.40044114941822) + and current position to locate is (-50.83997361969274,-3.556400707997176,-11.40048084703866) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.261494413427215e-05 mm long + and its vector is (1.121689805927417e-06,1.092496136845256e-05,4.117548414583894e-05) mm + Endpoint of ComputeStep() was (-50.83009681552028,-3.557957778815596,-11.40033677519343) + and current position to locate is (-50.83009569383047,-3.557946853854227,-11.40029559970929) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.947707927659192e-05 mm long + and its vector is (-6.735872368324181e-06,-3.980802121184013e-05,2.859949028177766e-05) mm + Endpoint of ComputeStep() was (-50.82021945228637,-3.55950640911017,-11.40014027198371) + and current position to locate is (-50.82022618815873,-3.559546217131382,-11.40011167249343) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.093842645756779e-05 mm long + and its vector is (-6.298642034607838e-06,-4.021744038285036e-05,-4.340432973037878e-06) mm + Endpoint of ComputeStep() was (-50.81035170262692,-3.561113129121974,-11.39992244253439) + and current position to locate is (-50.81035800126896,-3.561153346562357,-11.39992678296736) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.355900054183781e-05 mm long + and its vector is (-5.749265817200921e-06,-3.810647511270915e-05,-2.030342397851825e-05) mm + Endpoint of ComputeStep() was (-50.80048761406784,-3.562745407424698,-11.39973369495051) + and current position to locate is (-50.80049336333366,-3.562783513899811,-11.39975399837449) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.820737346725272e-05 mm long + and its vector is (4.428704308168108e-06,3.157828214828129e-05,3.615452297189847e-05) mm + Endpoint of ComputeStep() was (-50.79062184081788,-3.564370414914717,-11.39957715871119) + and current position to locate is (-50.79061741211358,-3.564338836632569,-11.39954100418822) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.313427040197347e-05 mm long + and its vector is (-7.222317407240553e-06,-4.129055420287742e-05,3.265239586980329e-05) mm + Endpoint of ComputeStep() was (-50.78074453118939,-3.565915776933084,-11.39935135988687) + and current position to locate is (-50.7807517535068,-3.565957067487287,-11.399318707491) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.269151977635356e-05 mm long + and its vector is (8.517173462507799e-06,5.196400277496238e-05,-1.896425098735222e-06) mm + Endpoint of ComputeStep() was (-50.77088495088631,-3.567565740498506,-11.39908448752656) + and current position to locate is (-50.77087643371284,-3.567513776495731,-11.39908638395166) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.280953382443227e-05 mm long + and its vector is (5.304818564866309e-06,2.885445358291605e-05,-3.117588161849483e-05) mm + Endpoint of ComputeStep() was (-50.76100192429539,-3.569074174045813,-11.39885036617606) + and current position to locate is (-50.76099661947683,-3.56904531959223,-11.39888154205767) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.152911465423182e-05 mm long + and its vector is (4.920775140249134e-06,3.64612415486576e-05,3.607788094939224e-05) mm + Endpoint of ComputeStep() was (-50.75112006430908,-3.570595182104499,-11.3986623051152) + and current position to locate is (-50.75111514353394,-3.57055872086295,-11.39862622723425) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.719831836581521e-05 mm long + and its vector is (-1.161737586130585e-06,-4.044573609363056e-07,4.718228519884349e-05) mm + Endpoint of ComputeStep() was (-50.74123550740792,-3.572087216042674,-11.3983960702276) + and current position to locate is (-50.74123666914551,-3.572087620500035,-11.3983488879424) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.66212245239232e-05 mm long + and its vector is (-1.806592592856759e-06,-3.721788038646423e-06,4.643730281905789e-05) mm + Endpoint of ComputeStep() was (-50.73135723995661,-3.573612295756849,-11.39808673694118) + and current position to locate is (-50.7313590465492,-3.573616017544888,-11.39804029963836) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.042867657814561e-05 mm long + and its vector is (7.601521041067372e-06,4.352279303931894e-05,-2.431120699064593e-05) mm + Endpoint of ComputeStep() was (-50.72148358903932,-3.575151085634002,-11.39770061895955) + and current position to locate is (-50.72147598751828,-3.575107562840962,-11.39772493016654) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.375433510203833e-05 mm long + and its vector is (-6.721728880165756e-06,-4.319950868314493e-05,1.75004303315518e-06) mm + Endpoint of ComputeStep() was (-50.71159860899708,-3.576630801908582,-11.39738786352013) + and current position to locate is (-50.71160533072596,-3.576674001417266,-11.3973861134771) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.572531467869145e-05 mm long + and its vector is (-7.984052558640542e-06,-5.340754971783213e-05,-1.375497124378455e-05) mm + Endpoint of ComputeStep() was (-50.70173578991034,-3.578242139532327,-11.39702613586205) + and current position to locate is (-50.7017437739629,-3.578295547082044,-11.39703989083329) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.211390578132128e-05 mm long + and its vector is (4.287816722126081e-06,1.821469760976413e-05,-3.772824510761552e-05) mm + Endpoint of ComputeStep() was (-50.69187663109524,-3.579879440951697,-11.39668317261651) + and current position to locate is (-50.69187234327852,-3.579861226254087,-11.39672090086161) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.564762723839499e-05 mm long + and its vector is (1.603046953846388e-06,1.896970128978381e-06,-3.556100494250813e-05) mm + Endpoint of ComputeStep() was (-50.68200236298745,-3.581426258123444,-11.39635945935648) + and current position to locate is (-50.6820007599405,-3.581424361153315,-11.39639502036143) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.702925921599239e-05 mm long + and its vector is (-5.299194114627426e-07,6.428241412947955e-06,4.658484861153056e-05) mm + Endpoint of ComputeStep() was (-50.67212917491156,-3.582986661387682,-11.39606714578257) + and current position to locate is (-50.67212970483097,-3.582980233146269,-11.39602056093396) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.040298383007681e-05 mm long + and its vector is (6.370247824349917e-06,3.893868406379397e-05,-8.694821930887997e-06) mm + Endpoint of ComputeStep() was (-50.66225500557157,-3.584512128121361,-11.39564627988717) + and current position to locate is (-50.66224863532374,-3.584473189437297,-11.3956549747091) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.507972978022159e-05 mm long + and its vector is (8.59477890458038e-06,5.376267822709835e-05,-8.335516666235776e-06) mm + Endpoint of ComputeStep() was (-50.65237232882272,-3.5859929568338,-11.3952737259665) + and current position to locate is (-50.65236373404382,-3.585939194155573,-11.39528206148317) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.206998325337078e-05 mm long + and its vector is (2.081461545344609e-07,-1.179223330405321e-05,-5.071669414391522e-05) mm + Endpoint of ComputeStep() was (-50.64248140057183,-3.587418424012271,-11.39489756494598) + and current position to locate is (-50.64248119242568,-3.587430216245575,-11.39494828164012) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.445508080328944e-05 mm long + and its vector is (-1.687166601982426e-07,-9.977609677136456e-06,-4.332058458800248e-05) mm + Endpoint of ComputeStep() was (-50.63260235415856,-3.58894943860783,-11.39463684809634) + and current position to locate is (-50.63260252287522,-3.588959416217507,-11.39468016868093) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.461805768789569e-05 mm long + and its vector is (2.66237334045627e-06,9.853486030220182e-06,-4.343491283620438e-05) mm + Endpoint of ComputeStep() was (-50.62272662796312,-3.590508174980077,-11.39442616456889) + and current position to locate is (-50.62272396558978,-3.590498321494047,-11.39446959948173) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.210142345039661e-05 mm long + and its vector is (-4.196715657656114e-06,-2.998652745800356e-05,-2.925278799104092e-05) mm + Endpoint of ComputeStep() was (-50.61286224013801,-3.592133685919872,-11.39420801611994) + and current position to locate is (-50.61286643685367,-3.59216367244733,-11.39423726890793) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.26643257208092e-05 mm long + and its vector is (-2.439713981061686e-06,-9.968449462327555e-06,3.101025613894137e-05) mm + Endpoint of ComputeStep() was (-50.60300573539959,-3.593807397355252,-11.39398987003128) + and current position to locate is (-50.60300817511357,-3.593817365804715,-11.39395885977514) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.395454560363742e-05 mm long + and its vector is (4.264713169277456e-07,-4.759621904160127e-06,-4.369400646275778e-05) mm + Endpoint of ComputeStep() was (-50.59314948808152,-3.595468587229328,-11.39368276614389) + and current position to locate is (-50.5931490616102,-3.595473346851232,-11.39372646015035) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.410703976747753e-05 mm long + and its vector is (1.068054359620874e-06,1.276967384278294e-05,5.256773194872721e-05) mm + Endpoint of ComputeStep() was (-50.58329305297183,-3.597150443578122,-11.39351931358299) + and current position to locate is (-50.58329198491747,-3.59713767390428,-11.39346674585104) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.795482614048937e-05 mm long + and its vector is (-5.375966217968653e-06,-3.578543500326603e-05,-3.146691880395736e-05) mm + Endpoint of ComputeStep() was (-50.57343563335117,-3.598811206130244,-11.39324744679413) + and current position to locate is (-50.57344100931738,-3.598846991565247,-11.39327891371294) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.498744772867874e-05 mm long + and its vector is (-1.564783012497628e-06,-2.653888746095845e-06,5.490107226968632e-05) mm + Endpoint of ComputeStep() was (-50.56358430804374,-3.600520879384088,-11.39307889418298) + and current position to locate is (-50.56358587282676,-3.600523533272834,-11.39302399311071) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.005157095433398e-05 mm long + and its vector is (8.18994697482367e-06,4.904769124669528e-05,5.692846995586365e-06) mm + Endpoint of ComputeStep() was (-50.55373140000255,-3.602200510206325,-11.39275273393808) + and current position to locate is (-50.55372321005557,-3.602151462515078,-11.39274704109108) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.365372612677821e-05 mm long + and its vector is (4.901182634853285e-06,3.723015144130315e-05,3.832253331559343e-05) mm + Endpoint of ComputeStep() was (-50.54385072565273,-3.603720543356264,-11.39248530817944) + and current position to locate is (-50.5438458244701,-3.603683313204823,-11.39244698564613) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.958123049503499e-05 mm long + and its vector is (-3.796699104441359e-06,-1.577954532683279e-05,4.684964719814388e-05) mm + Endpoint of ComputeStep() was (-50.53397056139043,-3.605231846848805,-11.39216825898677) + and current position to locate is (-50.53397435808953,-3.605247626394132,-11.39212140933958) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.881663562635119e-05 mm long + and its vector is (9.20026700867993e-06,5.77754994135482e-05,-6.061631866671746e-06) mm + Endpoint of ComputeStep() was (-50.52409841585681,-3.606790010222184,-11.39183282210485) + and current position to locate is (-50.5240892155898,-3.606732234722771,-11.39183888373671) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.582484632674592e-05 mm long + and its vector is (7.01680333747845e-06,5.012854227182117e-05,2.354372927193538e-05) mm + Endpoint of ComputeStep() was (-50.5142090690022,-3.608248400905741,-11.39155531969486) + and current position to locate is (-50.51420205219886,-3.608198272363469,-11.39153177596559) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.136982063803496e-05 mm long + and its vector is (7.481742976267469e-06,5.070270903795304e-05,3.480989892779007e-06) mm + Endpoint of ComputeStep() was (-50.50431714558975,-3.609678086366595,-11.39122317172465) + and current position to locate is (-50.50430966384677,-3.609627383657557,-11.39121969073476) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.16261475828229e-05 mm long + and its vector is (7.234223062368983e-06,4.304625557027819e-05,-2.756710017948194e-05) mm + Endpoint of ComputeStep() was (-50.49442227303798,-3.611090068206545,-11.39090901251145) + and current position to locate is (-50.49441503881491,-3.611047021950974,-11.39093657961163) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.879591636522611e-05 mm long + and its vector is (2.754559758955111e-06,2.600533875307676e-05,4.119679855030256e-05) mm + Endpoint of ComputeStep() was (-50.48452650525316,-3.612511304646517,-11.39067343754109) + and current position to locate is (-50.48452375069341,-3.612485299307764,-11.39063224074254) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.460437554326408e-05 mm long + and its vector is (7.492747371884434e-06,5.24388078564364e-05,1.325398037899106e-05) mm + Endpoint of ComputeStep() was (-50.47463754052794,-3.613964863349847,-11.39036728642645) + and current position to locate is (-50.47463004778056,-3.613912424541991,-11.39035403244607) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.34516390761883e-05 mm long + and its vector is (-7.89071640383554e-06,-5.259408144020483e-05,5.355082821623114e-06) mm + Endpoint of ComputeStep() was (-50.4647403281795,-3.615370357722293,-11.39010038254174) + and current position to locate is (-50.46474821889591,-3.615422951803733,-11.39009502745892) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.980849213861595e-05 mm long + and its vector is (7.433987590843572e-06,4.923935126921464e-05,1.052617788488419e-06) mm + Endpoint of ComputeStep() was (-50.45486396952553,-3.616920301440426,-11.38985834364721) + and current position to locate is (-50.45485653553794,-3.616871062089157,-11.38985729102942) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.829235071488195e-05 mm long + and its vector is (-3.313857199316317e-06,-1.557575984589832e-05,4.559128418080149e-05) mm + Endpoint of ComputeStep() was (-50.44497004753705,-3.618357459986888,-11.38964649124757) + and current position to locate is (-50.44497336139425,-3.618373035746734,-11.38960089996339) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.077934832863973e-05 mm long + and its vector is (-6.088593764275174e-06,-4.020337559396125e-05,-3.094004998871469e-06) mm + Endpoint of ComputeStep() was (-50.43509010901737,-3.619884094449527,-11.38941520156442) + and current position to locate is (-50.43509619761113,-3.619924297825121,-11.38941829556942) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.388939035655167e-05 mm long + and its vector is (6.775313543982975e-06,4.301548225393859e-05,5.481058174439113e-06) mm + Endpoint of ComputeStep() was (-50.42522314424109,-3.621501771427427,-11.38924264417454) + and current position to locate is (-50.42521636892754,-3.621458755945173,-11.38923716311636) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.599601197972407e-05 mm long + and its vector is (-3.024687870833986e-06,-1.985885919308927e-05,-1.650059434332718e-05) mm + Endpoint of ComputeStep() was (-50.41535027641458,-3.623082196769754,-11.38909184517767) + and current position to locate is (-50.41535330110245,-3.623102055628947,-11.38910834577202) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.049919094642077e-05 mm long + and its vector is (-3.895704736578409e-07,-1.644484823426495e-06,-5.04709043980256e-05) mm + Endpoint of ComputeStep() was (-50.40549908307443,-3.624802178579972,-11.38912901284753) + and current position to locate is (-50.40549947264491,-3.624803823064795,-11.38917948375193) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.929437241541191e-05 mm long + and its vector is (1.528584199661509e-06,6.913555317122899e-06,4.878320751089404e-05) mm + Endpoint of ComputeStep() was (-50.39564428863406,-3.626497064555791,-11.38924832219109) + and current position to locate is (-50.39564276004986,-3.626490151000473,-11.38919953898358) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.841754302924596e-05 mm long + and its vector is (1.340473417599242e-06,1.057385033220726e-05,-4.722981360494316e-05) mm + Endpoint of ComputeStep() was (-50.38578824506716,-3.628185735574152,-11.38929945769596) + and current position to locate is (-50.38578690459374,-3.62817516172382,-11.38934668750957) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.496717028673536e-05 mm long + and its vector is (9.3593546139914e-06,5.33978177688077e-05,9.08104333596782e-06) mm + Endpoint of ComputeStep() was (-50.37593396158454,-3.629875672835033,-11.38950235301589) + and current position to locate is (-50.37592460222992,-3.629822275017264,-11.38949327197255) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.102034851390858e-05 mm long + and its vector is (6.071409281105389e-06,3.703105391617001e-05,-1.656828377960551e-05) mm + Endpoint of ComputeStep() was (-50.36606548701432,-3.631489963737722,-11.38960780087172) + and current position to locate is (-50.36605941560504,-3.631452932683806,-11.3896243691555) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.539685877712277e-05 mm long + and its vector is (7.160469017719606e-06,4.244593362034976e-05,1.442030476006551e-05) mm + Endpoint of ComputeStep() was (-50.35619135063614,-3.633062809032605,-11.38978575748239) + and current position to locate is (-50.35618419016712,-3.633020363098984,-11.38977133717763) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.836922199248915e-05 mm long + and its vector is (2.680366876006701e-06,2.117314223504252e-05,-4.340616681375309e-05) mm + Endpoint of ComputeStep() was (-50.34631008538152,-3.634593167329856,-11.38992880292091) + and current position to locate is (-50.34630740501465,-3.634571994187621,-11.38997220908773) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.046380080407691e-05 mm long + and its vector is (3.374906931696842e-06,2.321751175360376e-05,-1.943194047449026e-05) mm + Endpoint of ComputeStep() was (-50.33643340275829,-3.636144748421218,-11.39013645419925) + and current position to locate is (-50.33643002785136,-3.636121530909465,-11.39015588613973) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.039984154569874e-05 mm long + and its vector is (-6.313953562653296e-06,-3.968957519839833e-05,-4.125385787645541e-06) mm + Endpoint of ComputeStep() was (-50.32655316454829,-3.637671852247965,-11.39035719116544) + and current position to locate is (-50.32655947850186,-3.637711541823163,-11.39036131655123) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.991222295521424e-05 mm long + and its vector is (2.978541765230602e-06,1.534711297646041e-05,4.740067945263604e-05) mm + Endpoint of ComputeStep() was (-50.31667724610366,-3.639235234082618,-11.39048895954621) + and current position to locate is (-50.31667426756189,-3.639219886969642,-11.39044155886676) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.643120154851748e-05 mm long + and its vector is (-2.880673271477008e-06,-1.615494677587037e-05,-4.343473141865672e-05) mm + Endpoint of ComputeStep() was (-50.30678897876939,-3.640726009897206,-11.39053698829277) + and current position to locate is (-50.30679185944266,-3.640742164843982,-11.39058042302419) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.02204353407805e-05 mm long + and its vector is (-7.54376955569569e-06,-4.75778017481332e-05,-1.419635331778579e-05) mm + Endpoint of ComputeStep() was (-50.29690790155413,-3.642244244180804,-11.39079855423129) + and current position to locate is (-50.29691544532368,-3.642291821982552,-11.39081275058461) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.784750456171592e-05 mm long + and its vector is (-2.84064208244672e-06,-2.245520761778863e-05,3.033361180193594e-05) mm + Endpoint of ComputeStep() was (-50.28704543493372,-3.643878260681735,-11.39106285741432) + and current position to locate is (-50.28704827557581,-3.643900715889353,-11.39103252380252) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.528705078448256e-05 mm long + and its vector is (6.359738989658581e-06,3.565755856449471e-05,2.718472376095349e-05) mm + Endpoint of ComputeStep() was (-50.2771794055822,-3.645499851106459,-11.39124375197818) + and current position to locate is (-50.27717304584321,-3.645464193547895,-11.39121656725442) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.21664334727676e-05 mm long + and its vector is (-5.73544873816445e-07,-7.991611763902284e-06,-5.154747296387541e-05) mm + Endpoint of ComputeStep() was (-50.26724539922964,-3.646661121635919,-11.39114146301541) + and current position to locate is (-50.26724597277452,-3.646669113247683,-11.39119301048838) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.310817312406847e-05 mm long + and its vector is (5.870210699754352e-07,3.965455428911469e-06,-5.295666739968397e-05) mm + Endpoint of ComputeStep() was (-50.25732238119863,-3.64790137012969,-11.39117528094309) + and current position to locate is (-50.25732179417756,-3.647897404674261,-11.39122823761049) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.006287607126667e-05 mm long + and its vector is (5.9031256469666e-06,4.971157906652479e-05,-4.511926814387834e-07) mm + Endpoint of ComputeStep() was (-50.24739173338956,-3.649076500331905,-11.39122006032057) + and current position to locate is (-50.24738583026392,-3.649026788752838,-11.39122051151325) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.214843948449479e-05 mm long + and its vector is (4.44435469404425e-06,3.996320471832959e-05,1.263649203586681e-05) mm + Endpoint of ComputeStep() was (-50.2374470357083,-3.650129853810556,-11.39122759524239) + and current position to locate is (-50.23744259135361,-3.650089890605838,-11.39121495875036) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.006546225221264e-05 mm long + and its vector is (-2.817936874066618e-06,-2.521902472141235e-05,-4.315797185228121e-05) mm + Endpoint of ComputeStep() was (-50.22750154593049,-3.65117237861599,-11.39123150138559) + and current position to locate is (-50.22750436386737,-3.651197597640712,-11.39127465935744) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.34885823458887e-05 mm long + and its vector is (4.426463746654008e-06,3.920200056573009e-05,3.611977314044168e-05) mm + Endpoint of ComputeStep() was (-50.2175643763892,-3.652289378109914,-11.39130785490447) + and current position to locate is (-50.21755994992545,-3.652250176109348,-11.39127173513133) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.162061141779625e-05 mm long + and its vector is (2.711539984545652e-06,2.825442940102008e-05,-4.311638079990132e-05) mm + Endpoint of ComputeStep() was (-50.20761351077949,-3.653280853528254,-11.39132162417342) + and current position to locate is (-50.2076107992395,-3.653252599098853,-11.39136474055422) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.153167683668617e-05 mm long + and its vector is (1.339076085571378e-06,1.146214988345662e-05,1.817798401049231e-05) mm + Endpoint of ComputeStep() was (-50.19766390894706,-3.654276421320174,-11.39145190308697) + and current position to locate is (-50.19766256987097,-3.65426495917029,-11.39143372510296) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.764872348986439e-05 mm long + and its vector is (-2.790404067809504e-07,-6.217128971197639e-06,4.724055772342695e-05) mm + Endpoint of ComputeStep() was (-50.18771526242559,-3.655285644623358,-11.39150929644508) + and current position to locate is (-50.187715541466,-3.655291861752329,-11.39146205588735) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.610183144639823e-05 mm long + and its vector is (5.48667772193312e-06,5.248633088017485e-05,1.903935214109254e-05) mm + Endpoint of ComputeStep() was (-50.17776780266574,-3.656309249963944,-11.39152408859358) + and current position to locate is (-50.17776231598802,-3.656256763633064,-11.39150504924144) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.423640364671218e-05 mm long + and its vector is (-2.610881111309027e-06,-2.189257395546207e-05,-4.955286052243935e-05) mm + Endpoint of ComputeStep() was (-50.16781002639488,-3.65722583741739,-11.3916012843609) + and current position to locate is (-50.16781263727599,-3.657247729991346,-11.39165083722143) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.571966162200196e-05 mm long + and its vector is (2.338084371444893e-06,3.166534016152411e-05,-4.578777440755744e-05) mm + Endpoint of ComputeStep() was (-50.15785906171268,-3.658196849526859,-11.39179895303572) + and current position to locate is (-50.15785672362831,-3.658165184186697,-11.39184474081013) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.388740484257855e-05 mm long + and its vector is (1.178215903507862e-06,2.202739372236806e-05,-4.916561942813757e-05) mm + Endpoint of ComputeStep() was (-50.1479022407424,-3.659099174952873,-11.39202463994318) + and current position to locate is (-50.14790106252649,-3.659077147559151,-11.3920738055626) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.893110570890918e-05 mm long + and its vector is (2.573156947960342e-06,3.48898587940738e-05,-3.421008217685539e-05) mm + Endpoint of ComputeStep() was (-50.13794161197809,-3.659961666203322,-11.39222678681504) + and current position to locate is (-50.13793903882114,-3.659926776344528,-11.39226099689722) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.224119466979638e-05 mm long + and its vector is (2.258644713037938e-06,3.173288849778189e-05,-2.778922162960384e-05) mm + Endpoint of ComputeStep() was (-50.12797768897345,-3.660786120666645,-11.39243265796333) + and current position to locate is (-50.12797543032874,-3.660754387778147,-11.39246044718496) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.989343840690431e-05 mm long + and its vector is (-2.007092611222561e-06,-1.896186215777362e-05,-2.302253293073875e-05) mm + Endpoint of ComputeStep() was (-50.11801262967398,-3.661595974025813,-11.39263585017565) + and current position to locate is (-50.11801463676659,-3.661614935887971,-11.39265887270858) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.218898892489667e-05 mm long + and its vector is (-1.025542857746586e-06,-7.044966574554223e-07,-5.217415558789185e-05) mm + Endpoint of ComputeStep() was (-50.1080525888223,-3.662463489294153,-11.39284323034623) + and current position to locate is (-50.10805361436516,-3.66246419379081,-11.39289540450182) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.929905638154369e-05 mm long + and its vector is (2.874824396315034e-06,3.708476674191274e-05,-1.268350475491786e-05) mm + Endpoint of ComputeStep() was (-50.09809207758183,-3.663310856424316,-11.39311305863824) + and current position to locate is (-50.09808920275744,-3.663273771657574,-11.39312574214299) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.867536098451096e-05 mm long + and its vector is (8.964666875499461e-07,2.243049289862853e-05,-4.318981480366801e-05) mm + Endpoint of ComputeStep() was (-50.08812644700294,-3.664104156050834,-11.3933502083192) + and current position to locate is (-50.08812555053625,-3.664081725557935,-11.39339339813401) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.66111577974184e-05 mm long + and its vector is (-4.914874182304629e-06,-5.184838833383054e-05,-2.219035434869454e-05) mm + Endpoint of ComputeStep() was (-50.07816389924844,-3.664915634097051,-11.3936513232155) + and current position to locate is (-50.07816881412263,-3.664967482485384,-11.39367351356985) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.423637406413487e-05 mm long + and its vector is (1.767508550187813e-06,3.118918415445648e-05,-3.132040063036357e-05) mm + Endpoint of ComputeStep() was (-50.0682067003742,-3.665794705887108,-11.39393507796973) + and current position to locate is (-50.06820493286565,-3.665763516702953,-11.39396639837036) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.202834204380032e-05 mm long + and its vector is (3.872249607184131e-06,3.920963328196692e-05,1.46284611570735e-05) mm + Endpoint of ComputeStep() was (-50.05824764800351,-3.666629450907221,-11.39428113617911) + and current position to locate is (-50.0582437757539,-3.666590241273939,-11.39426650771796) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.73611841542405e-05 mm long + and its vector is (1.581170110398489e-07,7.897675696977302e-06,-1.546002693508797e-05) mm + Endpoint of ComputeStep() was (-50.04828386844716,-3.667422248467188,-11.3945896696527) + and current position to locate is (-50.04828371033015,-3.667414350791491,-11.39460512967964) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.118618388829491e-05 mm long + and its vector is (4.036428379095014e-06,3.234054719092327e-05,3.946924973163846e-05) mm + Endpoint of ComputeStep() was (-50.03832404595926,-3.668242583336513,-11.39494503931226) + and current position to locate is (-50.03832000953089,-3.668210242789322,-11.39490557006253) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.139707976307064e-05 mm long + and its vector is (8.191894877995765e-07,-1.027168763600983e-05,5.035356164029281e-05) mm + Endpoint of ComputeStep() was (-50.02835784339014,-3.669013623592136,-11.39523152472975) + and current position to locate is (-50.02835702420065,-3.669023895279772,-11.39518117116811) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.91263862804938e-05 mm long + and its vector is (-2.189988819623068e-06,-1.392006891043351e-05,-3.650081826300777e-05) mm + Endpoint of ComputeStep() was (-50.0183925338665,-3.66980892221944,-11.39547964374533) + and current position to locate is (-50.01839472385532,-3.66982284228835,-11.39551614456359) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.939534740561085e-05 mm long + and its vector is (-8.221636846883484e-07,-2.683091591659803e-05,4.146476025823631e-05) mm + Endpoint of ComputeStep() was (-50.00842986632876,-3.670600437915466,-11.39582172595011) + and current position to locate is (-50.00843068849245,-3.670627268831383,-11.39578026118985) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.627273614518736e-06 mm long + and its vector is (3.072804872772394e-07,3.541007928653528e-06,7.238476538162786e-07) mm + Endpoint of ComputeStep() was (-50.00654628329723,-3.670779902206072,-11.39583353890853) + and current position to locate is (-50.00654597601675,-3.670776361198143,-11.39583281506087) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.043417254301663e-05 mm long + and its vector is (-7.146887028852689e-07,-9.406184838578469e-06,4.459244722809785e-06) mm + Endpoint of ComputeStep() was (-49.99657905082995,-3.671580696006729,-11.39593204106247) + and current position to locate is (-49.99657976551865,-3.671590102191567,-11.39592758181775) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.749323987409006e-05 mm long + and its vector is (-2.521105479047492e-06,-2.696239721933225e-05,-3.901641958314883e-05) mm + Endpoint of ComputeStep() was (-49.98661568701503,-3.672432559259656,-11.39598924382579) + and current position to locate is (-49.98661820812051,-3.672459521656875,-11.39602826024538) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.134469071156585e-05 mm long + and its vector is (-3.58287518764655e-06,-3.84307053642452e-05,-1.481982930506831e-05) mm + Endpoint of ComputeStep() was (-49.97665864282882,-3.673350603943692,-11.39612535708398) + and current position to locate is (-49.97666222570401,-3.673389034649056,-11.39614017691329) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.491506708620594e-05 mm long + and its vector is (-4.282765182495041e-06,-4.804297626792575e-05,2.625252267485223e-05) mm + Endpoint of ComputeStep() was (-49.96670772171878,-3.674334081026108,-11.39624569201416) + and current position to locate is (-49.96671200448396,-3.674382124002376,-11.39621943949148) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.587814777926761e-05 mm long + and its vector is (3.21573769213046e-06,3.384212101131823e-05,-1.147219964181545e-05) mm + Endpoint of ComputeStep() was (-49.95675982429525,-3.675353994569477,-11.39629671851737) + and current position to locate is (-49.95675660855755,-3.675320152448466,-11.39630819071701) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.591337096210513e-05 mm long + and its vector is (-3.972860568524084e-06,-4.406768326958854e-05,1.22594169216228e-05) mm + Endpoint of ComputeStep() was (-49.94680020087508,-3.676245550034389,-11.39640809010417) + and current position to locate is (-49.94680417373565,-3.676289617717658,-11.39639583068725) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.930243815822114e-05 mm long + and its vector is (-5.174598101120864e-07,-1.023925837539963e-05,4.822468487830633e-05) mm + Endpoint of ComputeStep() was (-49.93684905363775,-3.677229499328627,-11.39648856983275) + and current position to locate is (-49.93684957109756,-3.677239738587002,-11.39644034514787) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.877263698757743e-05 mm long + and its vector is (-2.349903652998364e-06,-2.766286094857406e-05,-7.557030910376739e-06) mm + Endpoint of ComputeStep() was (-49.92688573070985,-3.678087242184281,-11.39643633441785) + and current position to locate is (-49.9268880806135,-3.67811490504523,-11.39644389144876) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.399882296790989e-05 mm long + and its vector is (-4.115801289117371e-06,-4.711473772633923e-05,-2.606021010365112e-05) mm + Endpoint of ComputeStep() was (-49.91692478526485,-3.678968246323155,-11.39647466608042) + and current position to locate is (-49.91692890106614,-3.679015361060881,-11.39650072629052) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.466550187509807e-05 mm long + and its vector is (8.309700731956582e-07,1.066740481769912e-05,-3.297291287474025e-05) mm + Endpoint of ComputeStep() was (-49.90696786670043,-3.679894604532187,-11.39653414537507) + and current position to locate is (-49.90696703573036,-3.67988393712737,-11.39656711828794) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.85803389354349e-05 mm long + and its vector is (4.075179035112342e-06,4.532431256620839e-05,1.700437994500703e-05) mm + Endpoint of ComputeStep() was (-49.89700575373045,-3.680759349273966,-11.39662101933198) + and current position to locate is (-49.89700167855141,-3.6807140249614,-11.39660401495204) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.967176540131894e-05 mm long + and its vector is (1.858141885691111e-06,1.837440905205767e-05,-3.511092950603256e-05) mm + Endpoint of ComputeStep() was (-49.88704056919958,-3.681590376582426,-11.39653546902094) + and current position to locate is (-49.8870387110577,-3.681572002173374,-11.39657057995045) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.313822709716556e-05 mm long + and its vector is (3.543457467003464e-06,4.241028915075162e-05,3.181952957476142e-05) mm + Endpoint of ComputeStep() was (-49.87707469532501,-3.682417277197833,-11.39655356862808) + and current position to locate is (-49.87707115186754,-3.682374866908682,-11.3965217490985) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.158616851429168e-05 mm long + and its vector is (1.851522881679557e-07,3.9170532861732e-07,-4.158391151953822e-05) mm + Endpoint of ComputeStep() was (-49.86710370634858,-3.683178025154643,-11.39648493452522) + and current position to locate is (-49.86710352119629,-3.683177633449314,-11.39652651843674) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.678199422891685e-05 mm long + and its vector is (2.647347749018536e-06,3.143186129683784e-05,-3.454829415971972e-05) mm + Endpoint of ComputeStep() was (-49.85713695120987,-3.683992099376309,-11.39650380250843) + and current position to locate is (-49.85713430386212,-3.683960667515012,-11.39653835080259) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.683325115115597e-05 mm long + and its vector is (3.538009906378647e-06,4.581599120756508e-05,9.040511542934837e-06) mm + Endpoint of ComputeStep() was (-49.84716434963423,-3.684732850013869,-11.3965267906412) + and current position to locate is (-49.84716081162433,-3.684687034022661,-11.39651775012966) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.958378898354382e-05 mm long + and its vector is (1.40830562145311e-06,1.944120505203983e-05,1.892356296551156e-06) mm + Endpoint of ComputeStep() was (-49.83718725191851,-3.685411074772037,-11.39650168314459) + and current position to locate is (-49.83718584361289,-3.685391633566985,-11.3964997907883) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.779559654387595e-05 mm long + and its vector is (3.092927542525103e-06,4.760255639624233e-05,2.974806337263658e-06) mm + Endpoint of ComputeStep() was (-49.82720716893461,-3.686041263554902,-11.39647937587281) + and current position to locate is (-49.82720407600706,-3.685993660998506,-11.39647640106647) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.264535594913251e-05 mm long + and its vector is (9.365548478967867e-07,1.346579331817921e-05,-4.045270892483188e-05) mm + Endpoint of ComputeStep() was (-49.8172238556625,-3.686619009892181,-11.39645350507655) + and current position to locate is (-49.81722291910766,-3.686605544098863,-11.39649395778547) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.253748187381946e-05 mm long + and its vector is (-7.973116069592834e-07,-1.302518536672181e-05,-2.980598206825391e-05) mm + Endpoint of ComputeStep() was (-49.80724063360364,-3.687197396237777,-11.39650234564091) + and current position to locate is (-49.80724143091525,-3.687210421423144,-11.39653215162298) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.876279255682614e-05 mm long + and its vector is (-1.912025197725598e-06,-2.836722162991023e-05,-3.961634554805471e-05) mm + Endpoint of ComputeStep() was (-49.79726153890368,-3.687840671764099,-11.39656252680997) + and current position to locate is (-49.79726345092888,-3.687869038985729,-11.39660214315551) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.503835622400849e-05 mm long + and its vector is (3.436404433898588e-06,5.181736835702111e-05,1.823107558429626e-05) mm + Endpoint of ComputeStep() was (-49.78728479148655,-3.688518241419072,-11.39663783759122) + and current position to locate is (-49.78728135508211,-3.688466424050715,-11.39661960651563) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.791598420637926e-05 mm long + and its vector is (7.186926751501233e-07,1.045896899309895e-05,4.675505310558492e-05) mm + Endpoint of ComputeStep() was (-49.7773011525187,-3.689092330108856,-11.39663300328014) + and current position to locate is (-49.77730043382602,-3.689081871139863,-11.39658624822704) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.386886297358467e-05 mm long + and its vector is (-2.860226537393373e-06,-4.330314022027437e-05,6.41360193753826e-06) mm + Endpoint of ComputeStep() was (-49.76732235560378,-3.689740912494408,-11.39658609169669) + and current position to locate is (-49.76732521583032,-3.689784215634628,-11.39657967809475) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.53414442390454e-05 mm long + and its vector is (-3.318409518726639e-06,-4.176501974839653e-05,1.733545065363273e-05) mm + Endpoint of ComputeStep() was (-49.75735591183282,-3.690564291262555,-11.39655069936957) + and current position to locate is (-49.75735923024234,-3.690606056282304,-11.39653336391892) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.016434722130061e-05 mm long + and its vector is (-8.713769119594872e-07,-1.261556500065097e-05,-3.81216868685641e-05) mm + Endpoint of ComputeStep() was (-49.74739113227011,-3.691401137854124,-11.39649809704222) + and current position to locate is (-49.74739200364702,-3.691413753419124,-11.39653621872908) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.042400278065995e-05 mm long + and its vector is (-3.751235297499989e-06,-4.474417319455526e-05,2.294487427079162e-05) mm + Endpoint of ComputeStep() was (-49.73742630387765,-3.69223885417571,-11.39651594258461) + and current position to locate is (-49.73743005511295,-3.692283598348904,-11.39649299771034) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.29957968338723e-05 mm long + and its vector is (-4.285394751946114e-06,-5.263178931080859e-05,4.481587644988849e-06) mm + Endpoint of ComputeStep() was (-49.72746597863259,-3.693068258096685,-11.39618017229694) + and current position to locate is (-49.72747026402735,-3.693120889885996,-11.39617569070929) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.354142161778253e-05 mm long + and its vector is (-1.646601575089335e-07,6.962240259866803e-06,2.248774398161402e-05) mm + Endpoint of ComputeStep() was (-49.71750945259616,-3.693940564895589,-11.39584898283155) + and current position to locate is (-49.71750961725632,-3.693933602655329,-11.39582649508757) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.090470585951712e-05 mm long + and its vector is (-3.706845603801412e-07,-1.562576689240203e-05,-2.666081105751061e-05) mm + Endpoint of ComputeStep() was (-49.70755048379742,-3.694764585142806,-11.39547792948551) + and current position to locate is (-49.70755085448198,-3.694780210909699,-11.39550459029657) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.618019228832468e-05 mm long + and its vector is (4.060673497008338e-06,3.977880376915266e-05,-2.310341665712201e-05) mm + Endpoint of ComputeStep() was (-49.69759072818781,-3.695610160274492,-11.39518297431796) + and current position to locate is (-49.69758666751431,-3.695570381470723,-11.39520607773461) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.744738138117084e-05 mm long + and its vector is (-4.072372988161987e-06,-4.188019247219898e-05,2.192531086819827e-05) mm + Endpoint of ComputeStep() was (-49.68762378630549,-3.696343308396877,-11.39483197859786) + and current position to locate is (-49.68762785867848,-3.696385188589349,-11.39481005328699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.404113822863277e-05 mm long + and its vector is (4.142113880334364e-06,2.962247049387301e-05,-4.500885196812021e-05) mm + Endpoint of ComputeStep() was (-49.67766762458524,-3.6971832670398,-11.39441867764004) + and current position to locate is (-49.67766348247136,-3.697153644569306,-11.39446368649201) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.96266381561058e-05 mm long + and its vector is (2.856749397039948e-06,2.275940352669537e-05,-3.23128300454556e-05) mm + Endpoint of ComputeStep() was (-49.66769810106436,-3.697904234172199,-11.39411133030212) + and current position to locate is (-49.66769524431496,-3.697881474768673,-11.39414364313216) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.465924722655927e-05 mm long + and its vector is (2.988094962574905e-07,1.947139665370301e-05,4.018984682829796e-05) mm + Endpoint of ComputeStep() was (-49.65772183736519,-3.698561437740921,-11.39388836273561) + and current position to locate is (-49.65772153855569,-3.698541966344267,-11.39384817288878) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.644609776423658e-05 mm long + and its vector is (-2.092137364684277e-06,-4.101560329594633e-05,-2.169293076192957e-05) mm + Endpoint of ComputeStep() was (-49.64774778947877,-3.699203339306021,-11.39355959233605) + and current position to locate is (-49.64774988161614,-3.699244354909317,-11.39358128526681) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.584528462029016e-05 mm long + and its vector is (8.71551563363937e-07,-4.100543189888839e-06,-4.565321527927324e-05) mm + Endpoint of ComputeStep() was (-49.63777364455923,-3.699884342946163,-11.39333334865388) + and current position to locate is (-49.63777277300767,-3.699888443489353,-11.39337900186915) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.269405600247784e-05 mm long + and its vector is (-9.859666363354336e-07,-2.125415821119248e-07,4.268214045488605e-05) mm + Endpoint of ComputeStep() was (-49.62779593211204,-3.700526681761794,-11.39315171289061) + and current position to locate is (-49.62779691807867,-3.700526894303376,-11.39310903075015) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.803211471115634e-05 mm long + and its vector is (-2.085304572574387e-06,-1.597126741792465e-05,4.525101286745326e-05) mm + Endpoint of ComputeStep() was (-49.61781804488167,-3.701123858389252,-11.39285987131384) + and current position to locate is (-49.61782013018624,-3.70113982965667,-11.39281462030097) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.018269366038778e-05 mm long + and its vector is (-3.043267177815778e-06,-5.005672074176459e-05,-1.834659771660085e-06) mm + Endpoint of ComputeStep() was (-49.60784426960002,-3.701757727034028,-11.39250355042935) + and current position to locate is (-49.6078473128672,-3.70180778375477,-11.39250538508912) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.532572747864683e-05 mm long + and its vector is (-1.648599479153745e-06,-4.595440920684979e-06,4.506201963927481e-05) mm + Endpoint of ComputeStep() was (-49.59787363971003,-3.702466228458561,-11.39220764546873) + and current position to locate is (-49.59787528830951,-3.702470823899481,-11.39216258344909) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.35898335518841e-05 mm long + and its vector is (-3.117329427482218e-06,-5.201488567641022e-05,-1.251415939762524e-05) mm + Endpoint of ComputeStep() was (-49.58790303055482,-3.703143676185083,-11.39185001573562) + and current position to locate is (-49.58790614788425,-3.703195691070759,-11.39186252989501) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.666214743117787e-05 mm long + and its vector is (3.610824194311135e-06,4.556293017055069e-05,-9.398794912129915e-06) mm + Endpoint of ComputeStep() was (-49.57793769056409,-3.703919878671582,-11.39154352752891) + and current position to locate is (-49.5779340797399,-3.703874315741412,-11.39155292632383) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.353993818790295e-05 mm long + and its vector is (7.374643473667675e-07,-1.233883747842057e-05,-5.209351415658148e-05) mm + Endpoint of ComputeStep() was (-49.56796450090616,-3.704586915072138,-11.39124300566383) + and current position to locate is (-49.56796376344182,-3.704599253909616,-11.39129509917799) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.199786453916447e-05 mm long + and its vector is (-1.538150513624714e-07,-1.414564348545255e-05,-2.870087884332406e-05) mm + Endpoint of ComputeStep() was (-49.55799288553948,-3.7053009889839,-11.39100267527284) + and current position to locate is (-49.55799303935453,-3.705315134627385,-11.39103137615169) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.737723676977868e-05 mm long + and its vector is (2.551921205906638e-06,3.546110103336275e-05,1.153498332051583e-05) mm + Endpoint of ComputeStep() was (-49.54802476479931,-3.70608930748795,-11.39085671003104) + and current position to locate is (-49.5480222128781,-3.706053846386916,-11.39084517504772) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.976997750347015e-05 mm long + and its vector is (7.869478011457431e-07,1.607820191695808e-05,2.504243791712213e-05) mm + Endpoint of ComputeStep() was (-49.53805171385169,-3.706800751773231,-11.39067895188236) + and current position to locate is (-49.53805092690389,-3.706784673571314,-11.39065390944444) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.945578083770951e-05 mm long + and its vector is (-2.738410707081584e-06,-2.455411520418949e-05,3.076288632186674e-05) mm + Endpoint of ComputeStep() was (-49.52807962577017,-3.707449609551803,-11.3902970312574) + and current position to locate is (-49.52808236418088,-3.707474163667007,-11.39026626837108) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.176344534254284e-05 mm long + and its vector is (3.440792923470326e-06,5.113084913688226e-05,-7.297361463542984e-06) mm + Endpoint of ComputeStep() was (-49.51810793053824,-3.708095828593526,-11.38991905997948) + and current position to locate is (-49.51810448974531,-3.708044697744389,-11.38992635734095) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.852084867500492e-05 mm long + and its vector is (-3.074524627777464e-06,-3.592529910445563e-05,3.24683374799406e-05) mm + Endpoint of ComputeStep() was (-49.50812600400415,-3.708620265205369,-11.3896183136355) + and current position to locate is (-49.50812907852877,-3.708656190504473,-11.38958584529802) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.339210745788086e-05 mm long + and its vector is (-2.314340434850237e-06,-4.282670365540753e-05,-6.587281077941043e-06) mm + Endpoint of ComputeStep() was (-49.49815436602312,-3.709253681481632,-11.38920576609077) + and current position to locate is (-49.49815668036355,-3.709296508185287,-11.38921235337185) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.664787930995178e-05 mm long + and its vector is (2.251662039043367e-06,3.656493421910767e-05,1.001329881233914e-06) mm + Endpoint of ComputeStep() was (-49.48818380546016,-3.709921168045899,-11.38882776194447) + and current position to locate is (-49.48818155379812,-3.709884603111679,-11.38882676061458) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.959519895431798e-05 mm long + and its vector is (-1.859461377762273e-06,-3.810897196521168e-05,-1.058434879297465e-05) mm + Endpoint of ComputeStep() was (-49.47820702310934,-3.710479347594064,-11.38843771010962) + and current position to locate is (-49.47820888257072,-3.710517456566029,-11.38844829445842) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.061810894315756e-05 mm long + and its vector is (-3.373229432668268e-06,-2.975142032068945e-05,4.081258709121016e-05) mm + Endpoint of ComputeStep() was (-49.4682353547166,-3.711140350837868,-11.3880780408305) + and current position to locate is (-49.46823872794604,-3.711170102258188,-11.38803722824341) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.542060941242913e-05 mm long + and its vector is (3.543819374840496e-06,5.528529613352262e-05,-1.556060189145114e-06) mm + Endpoint of ComputeStep() was (-49.45826708080246,-3.711797730910141,-11.38762652405162) + and current position to locate is (-49.45826353698308,-3.711742445614007,-11.38762808011181) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.152614384393098e-05 mm long + and its vector is (-2.065647727533815e-06,-4.833212579580248e-05,-1.773928451065387e-05) mm + Endpoint of ComputeStep() was (-49.44828719143452,-3.712309626448506,-11.38724444344796) + and current position to locate is (-49.44828925708224,-3.712357958574302,-11.38726218273247) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.467563256944979e-05 mm long + and its vector is (-2.918734999468597e-06,-2.110057861237635e-05,5.035545020248833e-05) mm + Endpoint of ComputeStep() was (-49.43831222103356,-3.712945053857514,-11.38692989945319) + and current position to locate is (-49.43831513976856,-3.712966154436127,-11.38687954400299) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.750725388480312e-05 mm long + and its vector is (1.562274491107019e-06,-9.665930305491344e-06,-5.666756867128697e-05) mm + Endpoint of ComputeStep() was (-49.42834237115512,-3.713594063205092,-11.38649749965365) + and current position to locate is (-49.42834080888063,-3.713603729135398,-11.38655416722232) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.389161289651551e-05 mm long + and its vector is (-2.935239812984491e-06,-1.638594246244907e-05,5.125613326661949e-05) mm + Endpoint of ComputeStep() was (-49.41837017691276,-3.71427966625504,-11.38619927644093) + and current position to locate is (-49.41837311215257,-3.714296052197502,-11.38614802030766) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.888065951758815e-05 mm long + and its vector is (3.484583231738725e-06,2.871597840137241e-05,-3.94026539591863e-05) mm + Endpoint of ComputeStep() was (-49.40840581517919,-3.715020014530047,-11.38579417132005) + and current position to locate is (-49.40840233059596,-3.714991298551646,-11.38583357397401) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.595730623734472e-05 mm long + and its vector is (-2.348533854501511e-06,-1.434758908258615e-05,4.359707642542787e-05) mm + Endpoint of ComputeStep() was (-49.39843886515025,-3.715798944213354,-11.38556264370099) + and current position to locate is (-49.3984412136841,-3.715813291802437,-11.38551904662456) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.006596350896036e-05 mm long + and its vector is (-2.675103949911772e-06,-4.162075341129778e-05,-2.769760651055719e-05) mm + Endpoint of ComputeStep() was (-49.38847899655767,-3.716635428819952,-11.38524581017293) + and current position to locate is (-49.38848167166162,-3.716677049573363,-11.38527350777944) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.596227826094758e-05 mm long + and its vector is (-4.282998865789978e-06,-5.384267318042646e-05,-1.464237185899719e-05) mm + Endpoint of ComputeStep() was (-49.37852199902998,-3.71753693878403,-11.38502481397469) + and current position to locate is (-49.37852628202884,-3.71759078145721,-11.38503945634655) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.291631858646949e-05 mm long + and its vector is (-3.245968336784699e-06,-2.245500192854522e-05,4.780557865657897e-05) mm + Endpoint of ComputeStep() was (-49.36857249475136,-3.7185185914766,-11.38479940690346) + and current position to locate is (-49.3685757407197,-3.718541046478528,-11.38475160132481) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.560278652807057e-05 mm long + and its vector is (-1.791979485687989e-06,-2.509193899769002e-06,5.551722818353255e-05) mm + Endpoint of ComputeStep() was (-49.35862387309746,-3.719478546664814,-11.38447274783399) + and current position to locate is (-49.35862566507694,-3.719481055858714,-11.3844172306058) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.777154009516345e-05 mm long + and its vector is (-3.102374002139641e-06,-4.160359893523591e-05,-2.327307186966721e-05) mm + Endpoint of ComputeStep() was (-49.3486736555481,-3.720403175043008,-11.38409545868276) + and current position to locate is (-49.34867675792211,-3.720444778641943,-11.38411873175463) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.962109533683503e-05 mm long + and its vector is (-3.658673001893931e-06,-2.404503881869857e-05,4.325162797513826e-05) mm + Endpoint of ComputeStep() was (-49.3387302317043,-3.721433667295988,-11.38382710756736) + and current position to locate is (-49.33873389037731,-3.721457712334807,-11.38378385593938) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.535918003972646e-05 mm long + and its vector is (-1.937589367173587e-06,-8.801433291516503e-06,4.445487299875595e-05) mm + Endpoint of ComputeStep() was (-49.3287827106622,-3.72241186890083,-11.38353903790461) + and current position to locate is (-49.32878464825156,-3.722420670334121,-11.38349458303161) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.796187233395569e-05 mm long + and its vector is (-4.582825134491486e-06,-3.806306468767673e-05,2.881912590879665e-05) mm + Endpoint of ComputeStep() was (-49.31883656955407,-3.723391254929778,-11.38319454336802) + and current position to locate is (-49.31884115237921,-3.723429317994465,-11.38316572424211) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.08795896667619e-05 mm long + and its vector is (-3.75640929206611e-06,-4.003171748001577e-05,-7.381858583954681e-06) mm + Endpoint of ComputeStep() was (-49.30889586930856,-3.724421686894731,-11.382844981482) + and current position to locate is (-49.30889962571785,-3.724461718612211,-11.38285236334058) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.14029091112682e-05 mm long + and its vector is (-4.191159732158667e-06,-3.935440120406142e-05,1.216002338999544e-05) mm + Endpoint of ComputeStep() was (-49.29895119966637,-3.725435232860057,-11.38257412601649) + and current position to locate is (-49.2989553908261,-3.725474587261261,-11.3825619659931) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.152945624882211e-05 mm long + and its vector is (4.412985809665315e-06,3.914724065667841e-05,-1.314210186897924e-05) mm + Endpoint of ComputeStep() was (-49.28901225382756,-3.726493208346255,-11.38225739387925) + and current position to locate is (-49.28900784084176,-3.726454061105598,-11.38227053598112) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.581599998294859e-05 mm long + and its vector is (3.725198020276821e-06,1.96257501641206e-05,-5.211888989897773e-05) mm + Endpoint of ComputeStep() was (-49.27906355471871,-3.727451656518435,-11.38193541992826) + and current position to locate is (-49.27905982952069,-3.727432030768271,-11.38198753881816) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.025105349938884e-05 mm long + and its vector is (5.140014806670479e-06,4.604242891170784e-05,-1.946389903118018e-05) mm + Endpoint of ComputeStep() was (-49.26911301119981,-3.728414991290582,-11.38168601118088) + and current position to locate is (-49.26910787118501,-3.728368948861671,-11.38170547507991) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.759487809105192e-05 mm long + and its vector is (-2.351492767616037e-06,-1.382239604996727e-05,3.488246992233712e-05) mm + Endpoint of ComputeStep() was (-49.25915664942567,-3.729307058724888,-11.38140637642155) + and current position to locate is (-49.25915900091844,-3.729320881120938,-11.38137149395163) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.303263834454137e-05 mm long + and its vector is (-4.082844014874354e-06,-3.105145708470758e-05,2.951178341881189e-05) mm + Endpoint of ComputeStep() was (-49.24921494969768,-3.730326504365894,-11.38105386004892) + and current position to locate is (-49.2492190325417,-3.730357555822979,-11.3810243482655) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.107259464393641e-05 mm long + and its vector is (5.402098743445549e-06,5.047057087326223e-05,-5.652320634652597e-06) mm + Endpoint of ComputeStep() was (-49.23927760977625,-3.731384528527593,-11.38069304208616) + and current position to locate is (-49.2392722076775,-3.731334057956719,-11.3806986944068) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.796150291092572e-05 mm long + and its vector is (-2.200122089845991e-06,-1.064892152546904e-05,3.637080747509458e-05) mm + Endpoint of ComputeStep() was (-49.22932057555132,-3.732256668419575,-11.3803668348712) + and current position to locate is (-49.22932277567341,-3.732267317341101,-11.38033046406372) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.289923043601366e-05 mm long + and its vector is (5.412027022089205e-06,5.115183345916208e-05,-1.235024202195234e-05) mm + Endpoint of ComputeStep() was (-49.2193763848047,-3.73322921203042,-11.3799557783518) + and current position to locate is (-49.21937097277768,-3.73317806019696,-11.37996812859382) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.931036507564457e-05 mm long + and its vector is (-3.453454226587382e-06,-4.290496465442217e-05,-2.405721857989818e-05) mm + Endpoint of ComputeStep() was (-49.2094324628707,-3.734206103425297,-11.37956134967758) + and current position to locate is (-49.20943591632493,-3.734249008389952,-11.37958540689616) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.912022215848732e-05 mm long + and its vector is (4.291827657709746e-06,3.114748545396395e-05,-2.32767297312364e-05) mm + Endpoint of ComputeStep() was (-49.19950202779405,-3.735327615096686,-11.37919709414918) + and current position to locate is (-49.19949773596639,-3.735296467611232,-11.37922037087891) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.170405232887275e-05 mm long + and its vector is (5.785595185159309e-06,4.992549001858748e-05,-1.213595327875794e-05) mm + Endpoint of ComputeStep() was (-49.18956133127838,-3.736357549513212,-11.37884850217473) + and current position to locate is (-49.1895555456832,-3.736307624023194,-11.37886063812801) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.330564802341529e-05 mm long + and its vector is (5.204117130119812e-06,5.276337536797016e-05,-5.51683748817311e-06) mm + Endpoint of ComputeStep() was (-49.17960614990167,-3.737254332730695,-11.37852960171372) + and current position to locate is (-49.17960094578454,-3.737201569355327,-11.3785351185512) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.781997866209285e-05 mm long + and its vector is (2.640783748120157e-06,1.248770386030884e-05,-4.608507212466861e-05) mm + Endpoint of ComputeStep() was (-49.16964573534675,-3.738085027984602,-11.37820405281837) + and current position to locate is (-49.169643094563,-3.738072540280742,-11.3782501378905) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.163476485193736e-05 mm long + and its vector is (1.860046587864872e-06,3.560223316956268e-05,3.735197667253942e-05) mm + Endpoint of ComputeStep() was (-49.15968542984989,-3.738931151070321,-11.37792761837886) + and current position to locate is (-49.1596835698033,-3.738895548837152,-11.37789026640219) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.193447153190015e-05 mm long + and its vector is (3.602164269977948e-06,4.12000206693186e-05,-6.934162680494182e-06) mm + Endpoint of ComputeStep() was (-49.14972309696033,-3.739706129290435,-11.37753213693616) + and current position to locate is (-49.14971949479606,-3.739664929269765,-11.37753907109884) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.675453946166284e-05 mm long + and its vector is (4.477021533944026e-06,5.404244160089888e-05,-1.674659766948139e-05) mm + Endpoint of ComputeStep() was (-49.13975139952974,-3.740387018847322,-11.37720444232999) + and current position to locate is (-49.13974692250821,-3.740332976405721,-11.37722118892766) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.773058296755663e-05 mm long + and its vector is (-3.518021237880475e-06,-3.327772813044305e-05,3.403564142878679e-05) mm + Endpoint of ComputeStep() was (-49.12977825401124,-3.741049210410671,-11.37689108358775) + and current position to locate is (-49.12978177203248,-3.741082488138802,-11.37685704794632) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.948907073413901e-05 mm long + and its vector is (-3.873750102911799e-06,-3.83808067700997e-05,3.100122342658551e-05) mm + Endpoint of ComputeStep() was (-49.11981435078243,-3.741807773923776,-11.37650950535488) + and current position to locate is (-49.11981822453253,-3.741846154730546,-11.37647850413145) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.518324432723865e-05 mm long + and its vector is (6.376097871907405e-09,2.511018511164309e-05,4.91392818169345e-05) mm + Endpoint of ComputeStep() was (-49.10985546925878,-3.74261259924752,-11.37608814351748) + and current position to locate is (-49.10985546288268,-3.742587489062409,-11.37603900423566) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.449297366357599e-05 mm long + and its vector is (2.302477412285953e-06,3.377359638845334e-05,6.61876249097304e-06) mm + Endpoint of ComputeStep() was (-49.09989305471002,-3.74334732164107,-11.37562743801951) + and current position to locate is (-49.09989075223261,-3.743313548044681,-11.37562081925702) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.796374239578281e-05 mm long + and its vector is (3.919053270351469e-06,3.318309142574805e-05,-3.440994114356499e-05) mm + Endpoint of ComputeStep() was (-49.08992700613738,-3.744046006802455,-11.375192361512) + and current position to locate is (-49.08992308708411,-3.74401282371103,-11.37522677145314) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.530727558229768e-05 mm long + and its vector is (3.456113304878272e-06,4.321308938814994e-05,-1.316941179574371e-05) mm + Endpoint of ComputeStep() was (-49.07995432289837,-3.744685225100053,-11.3748169857103) + and current position to locate is (-49.07995086678506,-3.744642012010665,-11.37483015512209) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.39498315221247e-05 mm long + and its vector is (3.096447620976051e-06,4.356606466204838e-05,-4.89874604525653e-06) mm + Endpoint of ComputeStep() was (-49.06998150201994,-3.74530429485529,-11.37441850721663) + and current position to locate is (-49.06997840557232,-3.745260728790628,-11.37442340596268) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.530500789676435e-05 mm long + and its vector is (3.302478965849787e-06,3.204128444256327e-05,-3.185896207469341e-05) mm + Endpoint of ComputeStep() was (-49.0600060543992,-3.745870244892399,-11.37400268286575) + and current position to locate is (-49.06000275192024,-3.745838203607956,-11.37403454182782) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.541462428542451e-05 mm long + and its vector is (-6.233927507537373e-08,7.947101887673114e-06,1.320796453896378e-05) mm + Endpoint of ComputeStep() was (-49.05513867824858,-3.746084270879945,-11.37386352800481) + and current position to locate is (-49.05513874058786,-3.746076323778058,-11.37385032004027) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.69984651711926e-05 mm long + and its vector is (-2.15372170231376e-06,-4.565802663147878e-05,-1.093443255939519e-05) mm + Endpoint of ComputeStep() was (-49.04517191960172,-3.746677148120185,-11.37330464058901) + and current position to locate is (-49.04517407332342,-3.746722806146816,-11.37331557502157) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.319991470305439e-05 mm long + and its vector is (2.947466448688374e-06,4.308638183214697e-05,-1.052982668170444e-06) mm + Endpoint of ComputeStep() was (-49.03520961019051,-3.74739204802717,-11.37280777032247) + and current position to locate is (-49.03520666272406,-3.747348961645338,-11.37280882330514) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.903208570101843e-05 mm long + and its vector is (1.51628503175516e-06,4.265581699103294e-05,2.4131464620325e-05) mm + Endpoint of ComputeStep() was (-49.02524072162542,-3.747992719780862,-11.37229709216579) + and current position to locate is (-49.02523920534039,-3.747950063963871,-11.37227296070117) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.519823174292819e-05 mm long + and its vector is (-1.260566222072157e-06,-1.031386207550611e-05,1.109150440647966e-05) mm + Endpoint of ComputeStep() was (-49.01527417789482,-3.748574526319305,-11.37172110063255) + and current position to locate is (-49.01527543846105,-3.74858484018138,-11.37171000912814) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.704225091190627e-05 mm long + and its vector is (1.803511509024247e-07,1.980669844092731e-05,1.841047269124374e-05) mm + Endpoint of ComputeStep() was (-49.00531411467865,-3.749228542060028,-11.37111507205142) + and current position to locate is (-49.0053139343275,-3.749208735361587,-11.37109666157873) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.860379410195495e-05 mm long + and its vector is (-1.525571697413852e-06,-4.521770740373299e-05,-1.775838870088364e-05) mm + Endpoint of ComputeStep() was (-48.99535276689072,-3.749799911060501,-11.37044710181934) + and current position to locate is (-48.99535429246242,-3.749845128767904,-11.37046486020804) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.334196758093374e-05 mm long + and its vector is (-8.010107066525052e-07,1.578811768698785e-05,2.935609858134569e-05) mm + Endpoint of ComputeStep() was (-48.98538895801313,-3.750431312301099,-11.3698776883751) + and current position to locate is (-48.98538975902383,-3.750415524183412,-11.36984833227651) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.564776568005884e-05 mm long + and its vector is (4.293120014153828e-06,1.483985540895461e-05,-5.346046798493376e-05) mm + Endpoint of ComputeStep() was (-48.97542534057813,-3.750944431581414,-11.3691949609858) + and current position to locate is (-48.97542104745812,-3.750929591726005,-11.36924842145379) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.574573130995762e-05 mm long + and its vector is (-1.144061641866756e-06,2.348908708604824e-05,3.92380662610492e-05) mm + Endpoint of ComputeStep() was (-48.96545359578904,-3.751457206599229,-11.36864195500097) + and current position to locate is (-48.96545473985068,-3.751433717512143,-11.3686027169347) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.970695710430637e-05 mm long + and its vector is (-3.069114960396746e-06,-1.353467437414935e-05,3.720262847473066e-05) mm + Endpoint of ComputeStep() was (-48.95548506941612,-3.75176137600636,-11.36789945174202) + and current position to locate is (-48.95548813853108,-3.751774910680734,-11.36786224911355) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.426723317695964e-05 mm long + and its vector is (9.793687567594134e-07,-1.31266033065458e-06,-1.41729214426789e-05) mm + Endpoint of ComputeStep() was (-48.94551959387807,-3.752102310954981,-11.36714308570435) + and current position to locate is (-48.94551861450932,-3.752103623615311,-11.36715725862579) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.842470629391881e-05 mm long + and its vector is (-5.36893509206493e-07,-4.451206221656179e-05,-1.906148583508127e-05) mm + Endpoint of ComputeStep() was (-48.93554395026581,-3.752480881414898,-11.3665572429559) + and current position to locate is (-48.93554448715932,-3.752525393477114,-11.36657630444173) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.314219208503762e-05 mm long + and its vector is (-1.431847195476621e-06,8.364516694392421e-06,3.203731527889886e-05) mm + Endpoint of ComputeStep() was (-48.92556759453901,-3.752920788994291,-11.36602717359264) + and current position to locate is (-48.92556902638621,-3.752912424477597,-11.36599513627736) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.322593718642422e-05 mm long + and its vector is (1.290786251217924e-06,-2.23860581898272e-05,-3.695510675427727e-05) mm + Endpoint of ComputeStep() was (-48.91559373682884,-3.753299681500685,-11.36541212822372) + and current position to locate is (-48.91559244604259,-3.753322067558875,-11.36544908333048) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.94454038383964e-05 mm long + and its vector is (-1.786723814234392e-06,1.155597708590861e-05,3.767236248997108e-05) mm + Endpoint of ComputeStep() was (-48.90561339913617,-3.753627644089578,-11.36488206192005) + and current position to locate is (-48.90561518585999,-3.753616088112492,-11.36484438955756) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.673540909684307e-05 mm long + and its vector is (-2.431737833319403e-06,-8.131441707526221e-06,3.574152470697811e-05) mm + Endpoint of ComputeStep() was (-48.89563843236679,-3.753909442389459,-11.36423234360048) + and current position to locate is (-48.89564086410463,-3.753917573831167,-11.36419660207578) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.803517286019946e-05 mm long + and its vector is (-1.885029099923941e-06,-2.012879700297177e-05,1.942290178646999e-05) mm + Endpoint of ComputeStep() was (-48.88566718363641,-3.754217265728005,-11.36353922138689) + and current position to locate is (-48.88566906866551,-3.754237394525008,-11.36351979848511) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.723294005833686e-05 mm long + and its vector is (-2.626521819593108e-06,-6.396355720195146e-06,3.658524076755043e-05) mm + Endpoint of ComputeStep() was (-48.87569618821708,-3.75455712347345,-11.36285972662345) + and current position to locate is (-48.8756988147389,-3.75456351982917,-11.36282314138268) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.281582742332695e-05 mm long + and its vector is (1.744798829861338e-06,-3.605714635712687e-05,-3.855320349899216e-05) mm + Endpoint of ComputeStep() was (-48.86573243861342,-3.754884604128859,-11.36207179772373) + and current position to locate is (-48.86573069381459,-3.754920661275216,-11.36211035092723) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.861970777445665e-05 mm long + and its vector is (1.226021453248904e-07,1.755714197892999e-05,6.198810519109088e-06) mm + Endpoint of ComputeStep() was (-48.85576204212553,-3.755244265355585,-11.36139095731118) + and current position to locate is (-48.85576191952339,-3.755226708213606,-11.36138475850066) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.363003958623439e-05 mm long + and its vector is (3.412001333913395e-06,2.181595629169308e-05,-3.762981068611282e-05) mm + Endpoint of ComputeStep() was (-48.8457931552975,-3.755539131308328,-11.36066199036047) + and current position to locate is (-48.84578974329617,-3.755517315352036,-11.36069962017116) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.612194955075569e-05 mm long + and its vector is (-3.192399077533992e-06,1.68054607851964e-05,5.345145739177326e-05) mm + Endpoint of ComputeStep() was (-48.83581988811968,-3.755847734372304,-11.36000028282566) + and current position to locate is (-48.83582308051876,-3.755830928911519,-11.35994683136827) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.601993215465962e-05 mm long + and its vector is (-3.657898552944516e-06,-1.623115563154087e-05,4.29069169314289e-05) mm + Endpoint of ComputeStep() was (-48.82585504005537,-3.756160594465631,-11.35922174482917) + and current position to locate is (-48.82585869795392,-3.756176825621262,-11.35917883791224) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.111473372702429e-05 mm long + and its vector is (-4.107441782252863e-06,4.298598753837979e-06,5.076777496348939e-05) mm + Endpoint of ComputeStep() was (-48.81590393616438,-3.756612210013579,-11.3583365684343) + and current position to locate is (-48.81590804360616,-3.756607911414825,-11.35828580065934) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.759329901286394e-05 mm long + and its vector is (-2.875417948189352e-06,3.879593059208375e-05,4.24687630182774e-05) mm + Endpoint of ComputeStep() was (-48.80597061723508,-3.757010088893427,-11.3572455748425) + and current position to locate is (-48.80597349265303,-3.756971292962835,-11.35720310607948) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.430979065278547e-05 mm long + and its vector is (3.910584325694799e-06,4.875640835022566e-05,-2.360240105936384e-05) mm + Endpoint of ComputeStep() was (-48.7960287491059,-3.757284832016049,-11.35620309256045) + and current position to locate is (-48.79602483852157,-3.757236075607699,-11.35622669496151) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.908632990142741e-05 mm long + and its vector is (-1.554535430159376e-06,4.166527651605634e-05,2.590474735697512e-05) mm + Endpoint of ComputeStep() was (-48.78607996179977,-3.757495523843096,-11.35521260880509) + and current position to locate is (-48.7860815163352,-3.75745385856658,-11.35518670405773) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.843777568729391e-05 mm long + and its vector is (-5.412265856818976e-06,-3.911387483723772e-05,4.307883239818011e-05) mm + Endpoint of ComputeStep() was (-48.77613850738143,-3.757685572648787,-11.35414788824604) + and current position to locate is (-48.77614391964729,-3.757724686523624,-11.35410480941364) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.127015230462678e-05 mm long + and its vector is (-3.924063413762724e-06,2.88590065680161e-05,4.219464401522544e-05) mm + Endpoint of ComputeStep() was (-48.76620735279429,-3.757974284695115,-11.35301000520775) + and current position to locate is (-48.7662112768577,-3.757945425688547,-11.35296781056374) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.718222790076991e-05 mm long + and its vector is (-3.185580510489672e-08,-5.622705621188828e-05,-1.040789712902779e-05) mm + Endpoint of ComputeStep() was (-48.75628217165077,-3.758166923577809,-11.35180159279055) + and current position to locate is (-48.75628220350657,-3.758223150634021,-11.35181200068768) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.849214704176798e-05 mm long + and its vector is (2.915948329018647e-06,4.595680034702454e-05,-1.519730475862957e-05) mm + Endpoint of ComputeStep() was (-48.74635207801754,-3.758472309804469,-11.35066014021802) + and current position to locate is (-48.74634916206922,-3.758426353004122,-11.35067533752278) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.517214831389074e-05 mm long + and its vector is (-3.990315128987731e-06,-1.178203672091982e-05,3.289895154701128e-05) mm + Endpoint of ComputeStep() was (-48.73641563111579,-3.758633677916221,-11.34954474802489) + and current position to locate is (-48.73641962143092,-3.758645459952942,-11.34951184907334) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.14709226321344e-05 mm long + and its vector is (3.645087666370728e-06,-3.1414745490288e-05,-4.060890269741435e-05) mm + Endpoint of ComputeStep() was (-48.7264772387588,-3.758849774949461,-11.3484613562694) + and current position to locate is (-48.72647359367113,-3.758881189694951,-11.3485019651721) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.113071682018611e-05 mm long + and its vector is (-3.638480698953117e-06,-4.369992818364921e-05,2.629501735107453e-05) mm + Endpoint of ComputeStep() was (-48.71652811171339,-3.759096413562238,-11.34748347652585) + and current position to locate is (-48.71653175019409,-3.759140113490422,-11.3474571815085) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.293746124178847e-05 mm long + and its vector is (-2.303716698293101e-06,-5.188934004429768e-05,1.022565801633846e-05) mm + Endpoint of ComputeStep() was (-48.70658963685793,-3.7593752640067,-11.34641059776993) + and current position to locate is (-48.70659194057463,-3.759427153346744,-11.34640037211192) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.042465587310669e-05 mm long + and its vector is (-5.186783894828295e-06,-2.866621720398754e-05,4.11581241550607e-05) mm + Endpoint of ComputeStep() was (-48.69665146578886,-3.759722766117842,-11.34535355582714) + and current position to locate is (-48.69665665257276,-3.759751432335046,-11.34531239770299) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.680660981316812e-05 mm long + and its vector is (-4.006907424525252e-06,-4.333663440103663e-06,3.633029837502022e-05) mm + Endpoint of ComputeStep() was (-48.68671835605643,-3.760083651294337,-11.34425592113596) + and current position to locate is (-48.68672236296386,-3.760087984957777,-11.34421959083759) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.477289431142077e-05 mm long + and its vector is (2.940147538765814e-07,5.308208469889664e-05,1.350095517338445e-05) mm + Endpoint of ComputeStep() was (-48.67679717451746,-3.760439900622178,-11.34305209823566) + and current position to locate is (-48.67679688050271,-3.76038681853748,-11.34303859728049) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.882195768002289e-05 mm long + and its vector is (-2.827705507968403e-06,-3.606232364683493e-05,1.409458381296247e-05) mm + Endpoint of ComputeStep() was (-48.66687089271026,-3.76070802607853,-11.34186905015048) + and current position to locate is (-48.66687372041577,-3.760744088402177,-11.34185495556667) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.937616318038616e-05 mm long + and its vector is (5.478625602961529e-06,3.285214872805753e-05,-3.645170058952374e-05) mm + Endpoint of ComputeStep() was (-48.65694987947253,-3.761088547639153,-11.34067386436073) + and current position to locate is (-48.65694440084693,-3.761055695490425,-11.34071031606132) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.951111701448231e-05 mm long + and its vector is (2.624535120787641e-06,-2.555939302384402e-05,-3.00159559465385e-05) mm + Endpoint of ComputeStep() was (-48.64701197078432,-3.761351651447731,-11.33958982980393) + and current position to locate is (-48.6470093462492,-3.761377210840755,-11.33961984575987) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.207239240136018e-05 mm long + and its vector is (3.508201537272271e-06,-3.158217903553862e-05,-4.125278826627721e-05) mm + Endpoint of ComputeStep() was (-48.63707400012976,-3.761694979875398,-11.33853165179816) + and current position to locate is (-48.63707049192823,-3.761726562054434,-11.33857290458642) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.193060606202236e-05 mm long + and its vector is (5.895527934285383e-06,1.69177208331206e-05,-4.874239754215637e-05) mm + Endpoint of ComputeStep() was (-48.62713541038269,-3.762060673167165,-11.33748719368791) + and current position to locate is (-48.62712951485476,-3.762043755446332,-11.33753593608545) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.601259570701649e-05 mm long + and its vector is (2.470491722306178e-06,-3.18846762814573e-05,-3.308206542484982e-05) mm + Endpoint of ComputeStep() was (-48.61719065262943,-3.762367138975796,-11.33648204614283) + and current position to locate is (-48.6171881821377,-3.762399023652078,-11.33651512820825) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.835581325793193e-05 mm long + and its vector is (-2.514963810540394e-06,-2.254238536902875e-05,1.70166966366736e-05) mm + Endpoint of ComputeStep() was (-48.60724607475746,-3.762740599891019,-11.33549823889145) + and current position to locate is (-48.60724858972127,-3.762763142276388,-11.33548122219482) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.046938576785276e-05 mm long + and its vector is (3.238385559711787e-07,-2.764666472110378e-05,-1.280392625169213e-05) mm + Endpoint of ComputeStep() was (-48.59730955983193,-3.763127785339916,-11.33444249350143) + and current position to locate is (-48.59730923599337,-3.763155432004637,-11.33445529742768) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.463433128772145e-05 mm long + and its vector is (-4.861977792813832e-06,1.530903045043885e-05,5.221977512270826e-05) mm + Endpoint of ComputeStep() was (-48.5873709510514,-3.763540924064897,-11.33341696989292) + and current position to locate is (-48.58737581302919,-3.763525615034447,-11.3333647501178) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.914704332703183e-05 mm long + and its vector is (-4.086326455876588e-06,1.941204764044357e-06,3.888476130065044e-05) mm + Endpoint of ComputeStep() was (-48.57743966269209,-3.763899196048691,-11.33230192885211) + and current position to locate is (-48.57744374901854,-3.763897254843927,-11.33226304409081) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.655874076401507e-05 mm long + and its vector is (5.1544822738947e-06,4.957862922072565e-05,-2.672605458897692e-05) mm + Endpoint of ComputeStep() was (-48.56750979681768,-3.764366587730183,-11.33121779069359) + and current position to locate is (-48.56750464233541,-3.764317009100962,-11.33124451674818) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.850514749440583e-05 mm long + and its vector is (1.670271885245711e-06,-4.631066337967837e-06,-1.783827066148547e-05) mm + Endpoint of ComputeStep() was (-48.55757438826213,-3.764825663418267,-11.33018265170423) + and current position to locate is (-48.55757271799024,-3.764830294484605,-11.33020048997489) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.435847660102038e-05 mm long + and its vector is (-5.678846662249271e-06,-4.247456441852648e-05,3.344407356209445e-05) mm + Endpoint of ComputeStep() was (-48.54763893851445,-3.765355156167562,-11.32918030506748) + and current position to locate is (-48.54764461736111,-3.765397630731981,-11.32914686099392) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.25333418567988e-05 mm long + and its vector is (3.132203374889286e-06,4.195250232896797e-05,-6.265941259187002e-06) mm + Endpoint of ComputeStep() was (-48.53771758561885,-3.765981474177064,-11.32809358127688) + and current position to locate is (-48.53771445341548,-3.765939521674735,-11.32809984721814) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.125028411095637e-05 mm long + and its vector is (4.98001565318873e-06,4.44503632324178e-05,-2.501911817098801e-05) mm + Endpoint of ComputeStep() was (-48.52778126171943,-3.766479351063306,-11.32708175227318) + and current position to locate is (-48.52777628170378,-3.766434900700073,-11.32710677139135) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.163673600534678e-05 mm long + and its vector is (-1.049377537754026e-06,1.421082738772839e-05,1.628187755464694e-05) mm + Endpoint of ComputeStep() was (-48.51783492967867,-3.766845095044186,-11.3261080270846) + and current position to locate is (-48.51783597905621,-3.766830884216799,-11.32609174520704) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.514794767530042e-05 mm long + and its vector is (-8.031619813664292e-07,4.836860198365045e-05,2.647884827133851e-05) mm + Endpoint of ComputeStep() was (-48.50789579826715,-3.767222867064479,-11.3250742070821) + and current position to locate is (-48.50789660142913,-3.767174498462495,-11.32504772823383) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.04964324963095e-05 mm long + and its vector is (-3.985847314424973e-07,4.63526550436022e-05,2.00290338128184e-05) mm + Endpoint of ComputeStep() was (-48.49795625052073,-3.767533255600136,-11.32401964979032) + and current position to locate is (-48.49795664910546,-3.767486902945092,-11.32399962075651) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.760014178912269e-05 mm long + and its vector is (2.255988675869958e-06,-4.219826373841329e-05,-3.914068710031415e-05) mm + Endpoint of ComputeStep() was (-48.48800427578316,-3.767806982124411,-11.3230809034374) + and current position to locate is (-48.48800201979449,-3.76784918038815,-11.3231200441245) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.542592101762479e-05 mm long + and its vector is (-1.62372209899786e-06,-4.521027819093248e-05,4.112003495038152e-06) mm + Endpoint of ComputeStep() was (-48.47804143546718,-3.768130611733308,-11.32228112666861) + and current position to locate is (-48.47804305918928,-3.768175822011499,-11.32227701466512) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.561878467939633e-05 mm long + and its vector is (-2.10860028460047e-06,2.786133255483492e-05,3.606069146222524e-05) mm + Endpoint of ComputeStep() was (-48.46808656061884,-3.768533172912437,-11.32141872418994) + and current position to locate is (-48.46808866921912,-3.768505311579882,-11.32138266349848) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.216128298531845e-05 mm long + and its vector is (-4.230384696768397e-06,-4.229233324393178e-05,3.023676300095701e-05) mm + Endpoint of ComputeStep() was (-48.45813749147428,-3.768837783128931,-11.3204554375096) + and current position to locate is (-48.45814172185897,-3.768880075462175,-11.3204252007466) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.563152961233622e-05 mm long + and its vector is (-3.438491361862361e-06,1.640364734267763e-05,4.244212089155042e-05) mm + Endpoint of ComputeStep() was (-48.44819391998946,-3.769250133077435,-11.31947624427255) + and current position to locate is (-48.44819735848082,-3.769233729430093,-11.31943380215166) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.77480823188539e-05 mm long + and its vector is (-2.718666372913958e-06,2.877043099669407e-05,3.800987396118671e-05) mm + Endpoint of ComputeStep() was (-48.43825204165766,-3.769588900584973,-11.31845362458839) + and current position to locate is (-48.43825476032403,-3.769560130153976,-11.31841561471443) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.563021939342913e-05 mm long + and its vector is (2.191238003490525e-06,4.489906952453993e-05,-7.835110320542071e-06) mm + Endpoint of ComputeStep() was (-48.42830655684811,-3.769877463706705,-11.31745188862064) + and current position to locate is (-48.4283043656101,-3.769832564637181,-11.31745972373096) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.449715225166141e-05 mm long + and its vector is (2.550807572276881e-06,5.357483766932347e-05,-9.65244803019516e-06) mm + Endpoint of ComputeStep() was (-48.41835666460307,-3.770130526244726,-11.31648469374222) + and current position to locate is (-48.41835411379549,-3.770076951407056,-11.31649434619025) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.337070434234176e-05 mm long + and its vector is (3.789183153912745e-07,4.268642400884204e-05,7.664438752996716e-06) mm + Endpoint of ComputeStep() was (-48.40840309869464,-3.77033621739213,-11.3155423500805) + and current position to locate is (-48.40840271977633,-3.770293530968121,-11.31553468564175) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.704578687172553e-05 mm long + and its vector is (3.967714341968076e-06,-1.305042251731336e-05,-4.502499058745002e-05) mm + Endpoint of ComputeStep() was (-48.39844853296574,-3.770489116098476,-11.31460080785987) + and current position to locate is (-48.3984445652514,-3.770502166520993,-11.31464583285046) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.14442285456625e-05 mm long + and its vector is (-1.525655292766714e-06,-5.115583356607445e-05,5.221275586109186e-06) mm + Endpoint of ComputeStep() was (-48.38848874409032,-3.770705741472887,-11.31373128528508) + and current position to locate is (-48.38849026974561,-3.770756897306453,-11.31372606400949) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.935425166331797e-05 mm long + and its vector is (4.291846252613141e-06,-1.183643201230211e-05,-4.7721285504565e-05) mm + Endpoint of ComputeStep() was (-48.37853895097474,-3.770995622599215,-11.31277187374796) + and current position to locate is (-48.37853465912848,-3.771007459031228,-11.31281959503346) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.020946189743142e-05 mm long + and its vector is (-3.036984132620546e-06,-4.591261072661723e-05,2.009474975395165e-05) mm + Endpoint of ComputeStep() was (-48.36857877251163,-3.771273084228878,-11.31192183200488) + and current position to locate is (-48.36858180949577,-3.771318996839605,-11.31190173725513) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.411650929013395e-05 mm long + and its vector is (-3.378727875258392e-06,-5.060865815931237e-05,1.886649132742946e-05) mm + Endpoint of ComputeStep() was (-48.3586315495043,-3.771631419732858,-11.31095784593664) + and current position to locate is (-48.35863492823217,-3.771682028391017,-11.31093897944531) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.577457032855841e-05 mm long + and its vector is (-5.766147964436641e-06,-1.429652172513229e-05,5.360190014869204e-05) mm + Endpoint of ComputeStep() was (-48.34868888258465,-3.772006905747213,-11.30995569798378) + and current position to locate is (-48.34869464873262,-3.772021202268939,-11.30990209608363) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.473116754181638e-05 mm long + and its vector is (5.801568725871675e-06,1.915699271348714e-05,-5.093969111591434e-05) mm + Endpoint of ComputeStep() was (-48.33875118825773,-3.772380290899747,-11.308904669324) + and current position to locate is (-48.33874538668901,-3.772361133907034,-11.30895560901511) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 7.749227670909067e-06 mm long + and its vector is (4.92166776666636e-07,7.349994996186382e-06,-2.405384567083502e-06) mm + Endpoint of ComputeStep() was (-48.32880040753257,-3.772703712603174,-11.30796756049352) + and current position to locate is (-48.32879991536579,-3.772696362608178,-11.30796996587809) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.973527157179093e-05 mm long + and its vector is (-2.781959118181021e-06,3.076287854053561e-05,3.898080611897115e-05) mm + Endpoint of ComputeStep() was (-48.31885217592063,-3.773020940007876,-11.30700387145117) + and current position to locate is (-48.31885495787975,-3.772990177129335,-11.30696489064505) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.828554229622462e-05 mm long + and its vector is (4.763713995714625e-06,2.328938826234861e-06,-4.799350651651935e-05) mm + Endpoint of ComputeStep() was (-48.30890743620576,-3.773303031557075,-11.3059927064313) + and current position to locate is (-48.30890267249176,-3.773300702618248,-11.30604069993782) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.420491954310081e-05 mm long + and its vector is (-1.123785310142011e-06,2.667843651327217e-05,2.137696547066525e-05) mm + Endpoint of ComputeStep() was (-48.29895182918642,-3.773628655852163,-11.30510829954148) + and current position to locate is (-48.29895295297173,-3.77360197741565,-11.30508692257601) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.726788103013182e-05 mm long + and its vector is (4.142237521875813e-06,-1.127764660635577e-05,-4.571552397614198e-05) mm + Endpoint of ComputeStep() was (-48.28900384513274,-3.773873315499317,-11.30411850705812) + and current position to locate is (-48.28899970289522,-3.773884593145923,-11.3041642225821) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.869256916165275e-05 mm long + and its vector is (-4.533312946364276e-06,-2.074620919145787e-05,4.381792064300782e-05) mm + Endpoint of ComputeStep() was (-48.2790439883123,-3.774178646234184,-11.30327344816032) + and current position to locate is (-48.27904852162524,-3.774199392443375,-11.30322963023968) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.178467493387621e-05 mm long + and its vector is (-8.948267833375212e-07,-4.16015632200839e-05,-3.803719495820701e-06) mm + Endpoint of ComputeStep() was (-48.26909621111992,-3.774498175041628,-11.30230310840964) + and current position to locate is (-48.26909710594671,-3.774539776604848,-11.30230691212913) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.876037158401573e-05 mm long + and its vector is (-5.344641053284249e-06,-3.936003812343714e-05,4.330131036844875e-05) mm + Endpoint of ComputeStep() was (-48.25914458411742,-3.774897879510918,-11.30140398996803) + and current position to locate is (-48.25914992875848,-3.774937239549041,-11.30136068865766) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.230391580718135e-05 mm long + and its vector is (-4.865348131488645e-06,-2.458708259656106e-06,5.201906141039103e-05) mm + Endpoint of ComputeStep() was (-48.24919894105942,-3.775312028908603,-11.30044768637628) + and current position to locate is (-48.24920380640755,-3.775314487616863,-11.30039566731487) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.083685092489616e-05 mm long + and its vector is (-3.123049822306712e-06,-3.644545911862807e-05,1.815553532402703e-05) mm + Endpoint of ComputeStep() was (-48.23925786190539,-3.775684419540027,-11.29942740385677) + and current position to locate is (-48.23926098495522,-3.775720864999145,-11.29940924832145) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.477862002124927e-05 mm long + and its vector is (-4.594989022166374e-06,-2.487845211440742e-05,3.694690118649646e-05) mm + Endpoint of ComputeStep() was (-48.22931584320285,-3.776132642454801,-11.29844967037831) + and current position to locate is (-48.22932043819188,-3.776157520906916,-11.29841272347712) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.463216462171454e-05 mm long + and its vector is (-5.252570495883901e-06,-4.067127304629992e-05,3.609614194388655e-05) mm + Endpoint of ComputeStep() was (-48.21937977408977,-3.776538872594563,-11.29739588404921) + and current position to locate is (-48.21938502666027,-3.776579543867609,-11.29735978790726) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.690131646853198e-05 mm long + and its vector is (-4.726101650476267e-06,-3.488752800384631e-05,3.098802735657102e-05) mm + Endpoint of ComputeStep() was (-48.20944889718608,-3.776995439921908,-11.29631262306903) + and current position to locate is (-48.20945362328773,-3.777030327449912,-11.29628163504168) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.076551450619711e-05 mm long + and its vector is (4.501557015146318e-06,-1.528307786768934e-05,-4.82006325519535e-05) mm + Endpoint of ComputeStep() was (-48.19951983988467,-3.777459661377287,-11.29521776858384) + and current position to locate is (-48.19951533832765,-3.777474944455155,-11.29526596921639) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.952568530214445e-05 mm long + and its vector is (5.211815860661773e-06,1.21477450720775e-06,-4.923570658554866e-05) mm + Endpoint of ComputeStep() was (-48.18957957401522,-3.777914619168877,-11.29422507284393) + and current position to locate is (-48.18957436219936,-3.777913404394369,-11.29427430855052) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.212490254255932e-05 mm long + and its vector is (1.361009843492411e-06,-4.141618659847524e-05,-3.162044599491765e-05) mm + Endpoint of ComputeStep() was (-48.17963461622683,-3.778352193240142,-11.293271759351) + and current position to locate is (-48.17963325521699,-3.778393609426741,-11.29330337979699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.973677086196475e-05 mm long + and its vector is (6.089291666455665e-06,4.276616224752061e-05,-4.12608493203237e-05) mm + Endpoint of ComputeStep() was (-48.16969181911885,-3.778879956730306,-11.2923403095518) + and current position to locate is (-48.16968572982719,-3.778837190568058,-11.29238157040112) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.011008894069494e-05 mm long + and its vector is (-5.936306891385357e-06,-4.000508636492484e-05,4.446994623208411e-05) mm + Endpoint of ComputeStep() was (-48.15973931092003,-3.77927364005543,-11.29144644906169) + and current position to locate is (-48.15974524722692,-3.779313645141795,-11.29140197911546) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.198828443100016e-05 mm long + and its vector is (4.947434561586306e-06,4.331715375283096e-05,-2.831834741101602e-05) mm + Endpoint of ComputeStep() was (-48.14980680953276,-3.779798884162607,-11.29040790285555) + and current position to locate is (-48.1498018620982,-3.779755567008854,-11.29043622120296) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.893708522909297e-05 mm long + and its vector is (3.15650402171741e-06,-1.272773889926526e-05,-3.666248424494256e-05) mm + Endpoint of ComputeStep() was (-48.13986534573814,-3.78022754175491,-11.28941687333448) + and current position to locate is (-48.13986218923412,-3.780240269493809,-11.28945353581873) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.278843287855457e-05 mm long + and its vector is (-3.771962575171983e-06,2.240512709139608e-05,4.764872741347403e-05) mm + Endpoint of ComputeStep() was (-48.12992296528103,-3.780694983996795,-11.28845291482503) + and current position to locate is (-48.12992673724361,-3.780672578869704,-11.28840526609762) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.55020613300227e-05 mm long + and its vector is (-1.585520067237667e-06,2.447067335120678e-05,2.567233200423402e-05) mm + Endpoint of ComputeStep() was (-48.11998988694805,-3.781110570010666,-11.28737407759036) + and current position to locate is (-48.11999147246812,-3.781086099337315,-11.28734840525836) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.891475109343092e-05 mm long + and its vector is (6.386053051699037e-06,4.521443464522434e-06,-5.839283151054531e-05) mm + Endpoint of ComputeStep() was (-48.11005556580913,-3.781485362267055,-11.28629269378404) + and current position to locate is (-48.11004917975607,-3.78148084082359,-11.28635108661555) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.334637006145211e-05 mm long + and its vector is (-1.559840100640031e-06,-5.306501018642606e-05,-5.244691745787122e-06) mm + Endpoint of ComputeStep() was (-48.10010633127829,-3.781871131921206,-11.28535931292046) + and current position to locate is (-48.10010789111839,-3.781924196931393,-11.28536455761221) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.687178430974818e-05 mm long + and its vector is (1.437555390282341e-06,4.63697677770547e-05,6.68896368516414e-06) mm + Endpoint of ComputeStep() was (-48.0901690550176,-3.782377321047694,-11.28435937460644) + and current position to locate is (-48.09016761746221,-3.782330951279917,-11.28435268564276) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.940848263272912e-05 mm long + and its vector is (1.509128814802807e-06,-3.856933760326697e-05,-3.084358739080528e-05) mm + Endpoint of ComputeStep() was (-48.08022787292798,-3.782750370949689,-11.28334187281683) + and current position to locate is (-48.08022636379917,-3.782788940287292,-11.28337271640422) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.386471490695834e-05 mm long + and its vector is (-2.251814450460188e-06,3.686364338673087e-05,3.920980285521125e-05) mm + Endpoint of ComputeStep() was (-48.07028537651203,-3.783232572807364,-11.28238471934744) + and current position to locate is (-48.07028762832648,-3.783195709163977,-11.28234550954459) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.483217055239135e-05 mm long + and its vector is (-1.113713494760304e-07,5.043994942210972e-05,2.150269811451722e-05) mm + Endpoint of ComputeStep() was (-48.06034504478987,-3.783595986625365,-11.28135506203282) + and current position to locate is (-48.06034515616122,-3.783545546675943,-11.2813335593347) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.894565051214068e-05 mm long + and its vector is (-2.650503660106551e-06,-2.176038340451214e-05,1.890267779991461e-05) mm + Endpoint of ComputeStep() was (-48.05039922241837,-3.783915975893205,-11.2803653868777) + and current position to locate is (-48.05040187292203,-3.783937736276609,-11.2803464841999) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.606171144237797e-05 mm long + and its vector is (-4.512021526181798e-06,3.022049899215062e-08,4.584017898601189e-05) mm + Endpoint of ComputeStep() was (-48.0404573063781,-3.784316097948595,-11.27936739699809) + and current position to locate is (-48.04046181839963,-3.784316067728096,-11.2793215568191) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.667994134041483e-05 mm long + and its vector is (-5.473753653006952e-06,9.203210202368695e-06,5.565927320105857e-05) mm + Endpoint of ComputeStep() was (-48.03052116060579,-3.78465125365259,-11.2782885304226) + and current position to locate is (-48.03052663435944,-3.784642050442388,-11.2782328711494) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.704085365486784e-05 mm long + and its vector is (2.257388587167952e-07,4.553498181358862e-05,1.180493057084675e-05) mm + Endpoint of ComputeStep() was (-48.020586846748,-3.784962500371069,-11.277186877251) + and current position to locate is (-48.02058662100914,-3.784916965389255,-11.27717507232043) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.817651161481701e-05 mm long + and its vector is (-1.060160201404869e-06,-3.81610605013627e-05,-2.357134594177523e-07) mm + Endpoint of ComputeStep() was (-48.01064669163201,-3.785199628194504,-11.27611957527319) + and current position to locate is (-48.01064775179221,-3.785237789255006,-11.27611981098665) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.945927168837438e-05 mm long + and its vector is (-1.717246263410743e-06,-4.942855008893687e-05,-2.984247320370059e-07) mm + Endpoint of ComputeStep() was (-48.00070964152845,-3.785589409842011,-11.27506791054395) + and current position to locate is (-48.00071135877471,-3.7856388383921,-11.27506820896868) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.254811073626789e-05 mm long + and its vector is (-1.200400326695217e-06,4.463055062853272e-05,2.771239671339742e-05) mm + Endpoint of ComputeStep() was (-47.99076819915481,-3.785993548730556,-11.27406624980675) + and current position to locate is (-47.99076939955513,-3.785948918179927,-11.27403853741003) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.743380863933865e-05 mm long + and its vector is (1.19539653553602e-06,-3.980713093287847e-05,-2.576683053945317e-05) mm + Endpoint of ComputeStep() was (-47.98082667139641,-3.786302030054559,-11.27303174406793) + and current position to locate is (-47.98082547599988,-3.786341837185492,-11.27305751089847) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.553889814530679e-05 mm long + and its vector is (3.901726373101155e-06,3.786426529472919e-05,-2.499730364036168e-05) mm + Endpoint of ComputeStep() was (-47.97088004520096,-3.786728198939569,-11.27209040476388) + and current position to locate is (-47.97087614347458,-3.786690334674275,-11.27211540206752) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.258327663103865e-05 mm long + and its vector is (-5.069472329921609e-06,-3.236673835349535e-05,4.113022829876911e-05) mm + Endpoint of ComputeStep() was (-47.96092743941044,-3.7870493605405,-11.27117171210328) + and current position to locate is (-47.96093250888277,-3.787081727278854,-11.27113058187498) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.124293949485387e-05 mm long + and its vector is (-2.171688642249592e-06,-9.012722605561407e-06,1.911326968517812e-05) mm + Endpoint of ComputeStep() was (-47.95098531102226,-3.787457910773056,-11.27017774756504) + and current position to locate is (-47.9509874827109,-3.787466923495662,-11.27015863429535) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.879026721945777e-05 mm long + and its vector is (2.738397284929306e-06,4.790266390086728e-05,-8.850206034693997e-06) mm + Endpoint of ComputeStep() was (-47.94104386862676,-3.78785326301235,-11.26917302178326) + and current position to locate is (-47.94104113022947,-3.787805360348449,-11.26918187198929) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.904602155827533e-05 mm long + and its vector is (-3.298104502391652e-06,-2.941497861330689e-05,2.546513968937347e-05) mm + Endpoint of ComputeStep() was (-47.93109373287898,-3.788064406045698,-11.26819276560068) + and current position to locate is (-47.93109703098348,-3.788093821024311,-11.26816730046099) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.192997322714367e-05 mm long + and its vector is (-3.249980693453836e-06,-3.551266254131491e-05,2.205472918781481e-05) mm + Endpoint of ComputeStep() was (-47.92115268463471,-3.788374399275348,-11.26715369232591) + and current position to locate is (-47.9211559346154,-3.78840991193789,-11.26713163759672) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.834327760441788e-05 mm long + and its vector is (5.094170049346758e-06,3.394629540576233e-06,-4.795412819902367e-05) mm + Endpoint of ComputeStep() was (-47.91121479445117,-3.788729050050819,-11.26609818115307) + and current position to locate is (-47.91120970028112,-3.788725655421278,-11.26614613528126) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.68774163904149e-05 mm long + and its vector is (3.178645066270747e-06,-2.69859059276456e-05,-3.819881234079503e-05) mm + Endpoint of ComputeStep() was (-47.90126478895188,-3.788988065759143,-11.26513320525394) + and current position to locate is (-47.90126161030681,-3.78901505166507,-11.26517140406628) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.61222210911711e-05 mm long + and its vector is (-2.60946722363542e-06,-3.170538859187388e-05,1.711063621279152e-05) mm + Endpoint of ComputeStep() was (-47.89131156556499,-3.789322496886225,-11.26422365173195) + and current position to locate is (-47.89131417503221,-3.789354202274817,-11.26420654109574) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.9344472218346e-05 mm long + and its vector is (-3.883488616907016e-06,-2.618931597009322e-05,2.910370662512207e-05) mm + Endpoint of ComputeStep() was (-47.88136867468202,-3.78976751418479,-11.26325137474598) + and current position to locate is (-47.88137255817063,-3.78979370350076,-11.26322227103936) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.606385653964362e-05 mm long + and its vector is (-1.780924563377084e-07,5.032035191909756e-05,2.47181406241026e-05) mm + Endpoint of ComputeStep() was (-47.87143081025587,-3.790239559875659,-11.26224298216977) + and current position to locate is (-47.87143098834833,-3.79018923952374,-11.26221826402915) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.748693794565658e-05 mm long + and its vector is (-3.19990616759469e-06,-5.69853833645162e-05,6.868385376890274e-06) mm + Endpoint of ComputeStep() was (-47.86148834564833,-3.790630356548661,-11.26124593930879) + and current position to locate is (-47.8614915455545,-3.790687341932026,-11.26123907092341) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.41134555071351e-05 mm long + and its vector is (1.396818809951128e-06,-1.492188393870109e-05,-1.889034180280191e-05) mm + Endpoint of ComputeStep() was (-47.85155374920385,-3.791075938089397,-11.26019727465275) + and current position to locate is (-47.85155235238504,-3.791090859973336,-11.26021616499455) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.295382736904041e-05 mm long + and its vector is (-2.946819499527464e-06,8.779841468520289e-06,3.162570753190153e-05) mm + Endpoint of ComputeStep() was (-47.84161361955611,-3.791477728078152,-11.25918269270698) + and current position to locate is (-47.84161656637561,-3.791468948236683,-11.25915106699945) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.36494511038573e-05 mm long + and its vector is (1.74368786076684e-06,3.339919608569275e-05,-3.706590490537565e-06) mm + Endpoint of ComputeStep() was (-47.83168274051467,-3.79186825753878,-11.25807598684328) + and current position to locate is (-47.8316809968268,-3.791834858342694,-11.25807969343377) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.408900899646057e-05 mm long + and its vector is (-2.879484362949825e-06,-2.988779788770657e-05,1.613966051650095e-05) mm + Endpoint of ComputeStep() was (-47.82174422174922,-3.792224616503042,-11.25702863196289) + and current position to locate is (-47.82174710123358,-3.79225450430093,-11.25701249230237) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.082984879359739e-05 mm long + and its vector is (1.120665473308691e-06,4.034978615896634e-05,6.141288002581291e-06) mm + Endpoint of ComputeStep() was (-47.81181562245624,-3.79269482782378,-11.25593175897008) + and current position to locate is (-47.81181450179076,-3.792654478037621,-11.25592561768207) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.546946266242241e-05 mm long + and its vector is (4.535259861881968e-06,5.035123494678828e-05,-2.282642866013873e-05) mm + Endpoint of ComputeStep() was (-47.8018796401842,-3.793068944813541,-11.25486595717013) + and current position to locate is (-47.80187510492434,-3.793018593578594,-11.25488878359879) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.976804342182152e-05 mm long + and its vector is (5.886604128590989e-07,1.969860652284439e-05,1.547230009890654e-06) mm + Endpoint of ComputeStep() was (-47.79193495715951,-3.793396014185075,-11.25386547840088) + and current position to locate is (-47.7919343684991,-3.793376315578552,-11.25386393117087) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.394383946355021e-05 mm long + and its vector is (2.449759065825674e-06,-8.916528693170278e-07,-2.380149331315806e-05) mm + Endpoint of ComputeStep() was (-47.78199469087373,-3.793729950926279,-11.25282764596704) + and current position to locate is (-47.78199224111466,-3.793730842579148,-11.25285144746036) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.724443630161016e-05 mm long + and its vector is (-4.724482195683777e-06,-7.408740294145844e-06,4.642010983069156e-05) mm + Endpoint of ComputeStep() was (-47.77204368757958,-3.794037104578327,-11.25188779725328) + and current position to locate is (-47.77204841206177,-3.794044513318621,-11.25184137714345) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.30935363737071e-05 mm long + and its vector is (-2.459466763582441e-06,3.94932194964781e-05,3.540000341395455e-05) mm + Endpoint of ComputeStep() was (-47.76210582702454,-3.794344361101253,-11.25081608312519) + and current position to locate is (-47.7621082864913,-3.794304867881756,-11.25078068312177) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.159456920715423e-05 mm long + and its vector is (1.747761523063218e-06,2.990916706924196e-05,-1.003014746991937e-05) mm + Endpoint of ComputeStep() was (-47.75217185811889,-3.794515208428981,-11.24967647237709) + and current position to locate is (-47.75217011035737,-3.794485299261912,-11.24968650252456) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.482035308429283e-05 mm long + and its vector is (2.516818312869873e-06,2.768510776807176e-05,-2.096800949935584e-05) mm + Endpoint of ComputeStep() was (-47.74221675504064,-3.794675346064812,-11.24874271619691) + and current position to locate is (-47.74221423822233,-3.794647660957044,-11.24876368420641) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.941875686783133e-05 mm long + and its vector is (-3.680707095554681e-06,2.23433013188945e-05,4.392542329689775e-05) mm + Endpoint of ComputeStep() was (-47.73225761741628,-3.794805847936577,-11.24784891045551) + and current position to locate is (-47.73226129812338,-3.794783504635258,-11.24780498503221) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.829015557604987e-05 mm long + and its vector is (-2.683857175611593e-06,-4.176450844228796e-05,2.409277631976181e-05) mm + Endpoint of ComputeStep() was (-47.72230942203532,-3.794860663093046,-11.24683013146438) + and current position to locate is (-47.7223121058925,-3.794902427601488,-11.24680603868806) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.804395333641751e-05 mm long + and its vector is (5.516071908573394e-06,2.716864938800967e-06,-5.771734673842843e-05) mm + Endpoint of ComputeStep() was (-47.71235767075386,-3.794994864824577,-11.24585904019147) + and current position to locate is (-47.71235215468195,-3.794992147959638,-11.24591675753821) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.982528857352696e-05 mm long + and its vector is (-3.317660549839729e-06,-2.085773238436062e-05,3.376391177312144e-05) mm + Endpoint of ComputeStep() was (-47.70239646070713,-3.795061022979312,-11.2449810532673) + and current position to locate is (-47.70239977836768,-3.795081880711697,-11.24494728935553) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.572740366099431e-05 mm long + and its vector is (2.443639509408513e-06,2.789571278727365e-05,-2.218795182962197e-05) mm + Endpoint of ComputeStep() was (-47.69245051754864,-3.795156964886889,-11.24394594049764) + and current position to locate is (-47.69244807390913,-3.795129069174101,-11.24396812844947) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.789891361463346e-05 mm long + and its vector is (4.379084238337327e-06,3.844600498448258e-05,-4.306985627700044e-05) mm + Endpoint of ComputeStep() was (-47.68249896655595,-3.795135688034065,-11.2429624712625) + and current position to locate is (-47.68249458747171,-3.79509724202908,-11.24300554111877) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.384787990695469e-05 mm long + and its vector is (1.136470643814391e-06,-5.180324568510031e-05,-1.465354364782456e-05) mm + Endpoint of ComputeStep() was (-47.67254214090676,-3.795153414382594,-11.2420350882398) + and current position to locate is (-47.67254100443611,-3.795205217628279,-11.24204974178345) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.160763764208402e-05 mm long + and its vector is (8.180503030530417e-07,-3.995847494930871e-05,-1.156920842504405e-05) mm + Endpoint of ComputeStep() was (-47.66258872584701,-3.795282523330214,-11.24107902001579) + and current position to locate is (-47.66258790779671,-3.795322481805163,-11.24109058922421) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.033247249872062e-05 mm long + and its vector is (4.858001823038194e-06,9.627186434713053e-07,-5.008822994412299e-05) mm + Endpoint of ComputeStep() was (-47.6526353315007,-3.795445462584849,-11.24012766364293) + and current position to locate is (-47.65263047349888,-3.795444499866206,-11.24017775187288) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.843935807553402e-05 mm long + and its vector is (-5.179464181992444e-07,-3.843586824547884e-05,-3.603219056458329e-09) mm + Endpoint of ComputeStep() was (-47.64267322146814,-3.795578765290568,-11.23926603446834) + and current position to locate is (-47.64267373941456,-3.795617201158813,-11.23926603807156) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.519407989933463e-05 mm long + and its vector is (-4.503668186828236e-06,-4.40574119187076e-06,4.475277952664669e-05) mm + Endpoint of ComputeStep() was (-47.63272437622005,-3.795830109812218,-11.2382857501303) + and current position to locate is (-47.63272887988824,-3.79583451555341,-11.23824099735077) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.274421617722665e-05 mm long + and its vector is (1.905737462948309e-06,4.133081462098787e-05,-1.073312368760071e-05) mm + Endpoint of ComputeStep() was (-47.62278262670795,-3.796029560052658,-11.23722604591649) + and current position to locate is (-47.62278072097048,-3.795988229238037,-11.23723677904018) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.056048145868767e-05 mm long + and its vector is (-3.928808581576959e-06,-2.010462548129865e-05,3.500744425899427e-05) mm + Endpoint of ComputeStep() was (-47.61283385027635,-3.79617144252173,-11.23622568219304) + and current position to locate is (-47.61283777908493,-3.796191547147211,-11.23619067474878) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.32917999991054e-05 mm long + and its vector is (-4.924602173161929e-06,-3.570029938115837e-05,3.925879346944328e-05) mm + Endpoint of ComputeStep() was (-47.602898487684,-3.796370857420462,-11.23510695255995) + and current position to locate is (-47.60290341228617,-3.796406557719843,-11.23506769376648) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.602098358923647e-05 mm long + and its vector is (-3.103086783085018e-06,-2.775134574628524e-05,2.275400888684942e-05) mm + Endpoint of ComputeStep() was (-47.59296506546827,-3.796628665189357,-11.23398323556785) + and current position to locate is (-47.59296816855505,-3.796656416535103,-11.23396048155896) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.627490351266421e-05 mm long + and its vector is (2.813461335904321e-06,-3.299776081622241e-05,-3.232025543731254e-05) mm + Endpoint of ComputeStep() was (-47.58303532655238,-3.796912886590645,-11.23283398661149) + and current position to locate is (-47.58303251309105,-3.796945884351461,-11.23286630686692) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.329801751273774e-05 mm long + and its vector is (4.508955022686223e-06,-5.719774714307846e-06,-4.268104757798596e-05) mm + Endpoint of ComputeStep() was (-47.57309572501477,-3.797220912047815,-11.2317796974799) + and current position to locate is (-47.57309121605974,-3.797226631822529,-11.23182237852748) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.723502238420289e-05 mm long + and its vector is (-1.854250648136713e-06,-1.127546722656803e-08,1.713498246225242e-05) mm + Endpoint of ComputeStep() was (-47.56315334422412,-3.797507147354137,-11.2307471429738) + and current position to locate is (-47.56315519847477,-3.797507158629604,-11.23073000799134) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.987361807287484e-05 mm long + and its vector is (-5.65292031495801e-06,-2.006449925717746e-05,4.530825687609763e-05) mm + Endpoint of ComputeStep() was (-47.55322154679803,-3.797796270410822,-11.22961865960299) + and current position to locate is (-47.55322719971834,-3.797816334910079,-11.22957335134612) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.317472615297659e-05 mm long + and its vector is (-5.817787574358135e-06,-3.703393738518912e-05,3.771196535495847e-05) mm + Endpoint of ComputeStep() was (-47.54330105930813,-3.798208277361919,-11.22842695115969) + and current position to locate is (-47.54330687709571,-3.798245311299304,-11.22838923919433) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 7.874550346643328e-06 mm long + and its vector is (-6.240167707005639e-07,-7.395488770711722e-06,2.631708964528912e-06) mm + Endpoint of ComputeStep() was (-47.53338422908578,-3.798667770577981,-11.22722360654878) + and current position to locate is (-47.53338485310255,-3.798675166066751,-11.22722097483981) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.249160949344888e-05 mm long + and its vector is (-3.700609148893363e-06,-2.292629742539631e-05,2.272432761962762e-05) mm + Endpoint of ComputeStep() was (-47.52346281194303,-3.799127269745477,-11.22606131311928) + and current position to locate is (-47.52346651255218,-3.799150196042903,-11.22603858879166) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.584017698393723e-05 mm long + and its vector is (3.34482187724916e-06,-1.213609110761737e-05,-3.355660509463121e-05) mm + Endpoint of ComputeStep() was (-47.5135458296668,-3.799627105761284,-11.22487724553876) + and current position to locate is (-47.51354248484493,-3.799639241852391,-11.22491080214385) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.215107656257064e-05 mm long + and its vector is (-2.479374508368437e-06,-3.115442603451868e-05,7.546268259162048e-06) mm + Endpoint of ComputeStep() was (-47.50361884784597,-3.800158402263976,-11.22379365818622) + and current position to locate is (-47.50362132722048,-3.80018955669001,-11.22378611191796) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.057360847090427e-05 mm long + and its vector is (3.427177432513417e-06,-1.484198157353234e-05,-3.760568763055971e-05) mm + Endpoint of ComputeStep() was (-47.49369849838979,-3.800726140152362,-11.22267002391199) + and current position to locate is (-47.49369507121236,-3.800740982133936,-11.22270762959962) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.117800262295278e-05 mm long + and its vector is (2.570244042487957e-06,4.101488205066062e-05,-2.607910264629254e-06) mm + Endpoint of ComputeStep() was (-47.48376742373141,-3.801295505520188,-11.22164441605166) + and current position to locate is (-47.48376485348737,-3.801254490638137,-11.22164702396192) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.240907891836821e-05 mm long + and its vector is (1.342911062351959e-07,3.85798865334408e-05,1.760977841058775e-05) mm + Endpoint of ComputeStep() was (-47.4738345870599,-3.801771760181966,-11.22058950617822) + and current position to locate is (-47.47383445276879,-3.801733180295433,-11.22057189639981) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.081958355537328e-05 mm long + and its vector is (5.260894297975938e-06,3.799944811611056e-05,-3.333159172314026e-05) mm + Endpoint of ComputeStep() was (-47.46390122856035,-3.802175254326909,-11.21950806861606) + and current position to locate is (-47.46389596766605,-3.802137254878792,-11.21954140020779) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.030945348195885e-05 mm long + and its vector is (3.255411016311882e-06,-1.572566478635906e-05,-3.697239248623418e-05) mm + Endpoint of ComputeStep() was (-47.45396169446746,-3.802568895495872,-11.21848309763658) + and current position to locate is (-47.45395843905644,-3.802584621160658,-11.21852007002907) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.872692300761547e-05 mm long + and its vector is (3.910552678121348e-06,-2.999532013880923e-07,-3.85278103642861e-05) mm + Endpoint of ComputeStep() was (-47.4440204791153,-3.803041128588461,-11.21750781819427) + and current position to locate is (-47.44401656856262,-3.803041428541662,-11.21754634600464) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.096814091960182e-05 mm long + and its vector is (-5.386296180631689e-06,-1.214438517704863e-05,4.920623040760574e-05) mm + Endpoint of ComputeStep() was (-47.43407510973594,-3.803505623900215,-11.21657268323779) + and current position to locate is (-47.43408049603212,-3.803517768285392,-11.21652347700738) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.66348590355805e-05 mm long + and its vector is (-3.196544511752109e-06,8.204203159944967e-06,3.556101868973371e-05) mm + Endpoint of ComputeStep() was (-47.42414164259326,-3.803981128573416,-11.215523182566) + and current position to locate is (-47.42414483913777,-3.803972924370256,-11.21548762154731) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.697765743463314e-05 mm long + and its vector is (2.323954561234132e-06,-2.904833826500308e-05,-3.684689372640548e-05) mm + Endpoint of ComputeStep() was (-47.41420396338876,-3.804426504250162,-11.21450306405373) + and current position to locate is (-47.4142016394342,-3.804455552588427,-11.21453991094745) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.241822823146193e-05 mm long + and its vector is (1.789946956876065e-06,5.134252997462951e-05,1.041207744023609e-05) mm + Endpoint of ComputeStep() was (-47.40426135855458,-3.804994149203157,-11.21359290134133) + and current position to locate is (-47.40425956860762,-3.804942806673183,-11.21358248926389) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.908774698837655e-05 mm long + and its vector is (3.818389942011891e-06,4.681723908905866e-05,-1.425387409526024e-05) mm + Endpoint of ComputeStep() was (-47.39432049691323,-3.80545726569172,-11.21260972210958) + and current position to locate is (-47.39431667852329,-3.805410448452631,-11.21262397598368) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.404912401920547e-05 mm long + and its vector is (1.958620245545717e-06,-3.727747315984686e-05,-3.908787035378225e-05) mm + Endpoint of ComputeStep() was (-47.38437397176543,-3.805888424875231,-11.2116699270755) + and current position to locate is (-47.38437201314518,-3.805925702348391,-11.21170901494586) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.005485573085766e-05 mm long + and its vector is (3.633720332629764e-06,-3.388372995560829e-05,-4.944971807496756e-05) mm + Endpoint of ComputeStep() was (-47.37444578910755,-3.806452389788164,-11.2106187103047) + and current position to locate is (-47.37444215538722,-3.80648627351812,-11.21066816002278) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.415964875470554e-05 mm long + and its vector is (-1.664036311410655e-06,-4.301035420750665e-05,-9.869903355053111e-06) mm + Endpoint of ComputeStep() was (-47.36451053913078,-3.807098223652015,-11.20967588871535) + and current position to locate is (-47.3645122031671,-3.807141234006223,-11.2096857586187) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.457214164682129e-05 mm long + and its vector is (-1.69681407413691e-06,-2.42828688143959e-05,3.354586301185236e-06) mm + Endpoint of ComputeStep() was (-47.35458058521267,-3.80769338662045,-11.20865902706718) + and current position to locate is (-47.35458228202675,-3.807717669489264,-11.20865567248088) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.091161987563347e-05 mm long + and its vector is (2.044333527351228e-06,1.953328827397627e-05,-7.181030250436038e-06) mm + Endpoint of ComputeStep() was (-47.34466004061387,-3.808366272495812,-11.20759523671677) + and current position to locate is (-47.34465799628035,-3.808346739207539,-11.20760241774702) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.479923943150398e-05 mm long + and its vector is (-7.181952881296638e-07,3.575620571449889e-05,2.698054488092794e-05) mm + Endpoint of ComputeStep() was (-47.33473097117803,-3.808938691136214,-11.20655368067803) + and current position to locate is (-47.33473168937332,-3.808902934930499,-11.20652670013315) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.743977695807996e-05 mm long + and its vector is (-2.951909188197988e-06,-8.982580044225585e-07,2.72657426858558e-05) mm + Endpoint of ComputeStep() was (-47.32480372854997,-3.809464935251081,-11.20547037029837) + and current position to locate is (-47.32480668045916,-3.809465833509085,-11.20544310455568) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.074387100268744e-05 mm long + and its vector is (-7.641344765829672e-07,2.445553293517477e-05,1.861527898228132e-05) mm + Endpoint of ComputeStep() was (-47.31487834775432,-3.809976632069215,-11.20436450496295) + and current position to locate is (-47.3148791118888,-3.80995217653628,-11.20434588968397) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.150723075187212e-05 mm long + and its vector is (2.528919729627432e-06,-3.397850239617028e-05,-3.862720232739036e-05) mm + Endpoint of ComputeStep() was (-47.3049468881902,-3.810420274699457,-11.20328386425706) + and current position to locate is (-47.30494435927047,-3.810454253201853,-11.20332249145938) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.47283842710449e-05 mm long + and its vector is (-1.781860703431448e-06,1.154336642983367e-05,2.179606965846403e-05) mm + Endpoint of ComputeStep() was (-47.29501060328825,-3.81090954388402,-11.20226926686472) + and current position to locate is (-47.29501238514895,-3.81089800051759,-11.20224747079506) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.153449683697394e-05 mm long + and its vector is (5.905483526191802e-06,3.021133986269575e-05,-4.13304315518559e-05) mm + Endpoint of ComputeStep() was (-47.28508339622358,-3.811319279137069,-11.20113671324207) + and current position to locate is (-47.28507749074006,-3.811289067797206,-11.20117804367363) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.652382047541188e-05 mm long + and its vector is (-6.857130948390022e-06,-2.693733560921174e-05,4.921688720926909e-05) mm + Endpoint of ComputeStep() was (-47.27515299848938,-3.811721229118032,-11.20003184626774) + and current position to locate is (-47.27515985562033,-3.811748166453642,-11.19998262938053) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.730935578259301e-05 mm long + and its vector is (-2.778459204932915e-07,-4.488806910041276e-05,-1.493851393696843e-05) mm + Endpoint of ComputeStep() was (-47.26523951383148,-3.812200299704273,-11.19880854592268) + and current position to locate is (-47.2652397916774,-3.812245187773374,-11.19882348443662) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.384241431429034e-05 mm long + and its vector is (1.91619008660382e-07,-4.953235976001835e-05,-2.11072072513474e-05) mm + Endpoint of ComputeStep() was (-47.25531814016385,-3.812701656124476,-11.19766221609324) + and current position to locate is (-47.25531794854484,-3.812751188484236,-11.1976833233005) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.571499584523506e-05 mm long + and its vector is (3.078228324682186e-06,2.97529491537496e-05,-1.951531335286916e-05) mm + Endpoint of ComputeStep() was (-47.24537889917476,-3.813093334006165,-11.19663723069557) + and current position to locate is (-47.24537582094644,-3.813063581057011,-11.19665674600892) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.307061041719619e-05 mm long + and its vector is (-3.683056227998804e-06,-5.035511915663093e-05,1.634890704593772e-05) mm + Endpoint of ComputeStep() was (-47.23544719704049,-3.813420902600409,-11.19552060209639) + and current position to locate is (-47.23545088009672,-3.813471257719566,-11.19550425318934) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.44179572652554e-05 mm long + and its vector is (-6.578674138779661e-06,-7.372752929946103e-06,5.351334070802238e-05) mm + Endpoint of ComputeStep() was (-47.22552599016195,-3.813812538216443,-11.19433115431166) + and current position to locate is (-47.22553256883609,-3.813819910969373,-11.19427764097095) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.987728364379217e-05 mm long + and its vector is (3.835698798582143e-06,-3.709285964959008e-05,-3.312326374960151e-05) mm + Endpoint of ComputeStep() was (-47.21564071186366,-3.814084099044039,-11.19283630730754) + and current position to locate is (-47.21563687616486,-3.814121191903688,-11.19286943057129) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.849431918833675e-05 mm long + and its vector is (-6.138189050375331e-07,-3.840479657801765e-05,-2.55096764512075e-06) mm + Endpoint of ComputeStep() was (-47.2057349978816,-3.814370687617777,-11.19149588431098) + and current position to locate is (-47.2057356117005,-3.814409092414355,-11.19149843527862) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.81947757429524e-05 mm long + and its vector is (-7.791733771966847e-06,1.139861567800438e-06,5.765953107861321e-05) mm + Endpoint of ComputeStep() was (-47.19582916214847,-3.814641290930799,-11.1901551518658) + and current position to locate is (-47.19583695388224,-3.814640151069231,-11.19009749233472) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.868443487529301e-05 mm long + and its vector is (6.511620270543972e-06,-2.676599248507827e-05,-5.181740387527611e-05) mm + Endpoint of ComputeStep() was (-47.18593326740788,-3.814870922049578,-11.18873374473988) + and current position to locate is (-47.18592675578761,-3.814897688042063,-11.18878556214376) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.044663496191127e-05 mm long + and its vector is (6.395375038437123e-06,1.865666956435419e-05,-4.643157156358768e-05) mm + Endpoint of ComputeStep() was (-47.17601074655764,-3.815137835739244,-11.18751624818941) + and current position to locate is (-47.1760043511826,-3.81511917906968,-11.18756267976097) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.766039005265808e-05 mm long + and its vector is (-1.469738670323295e-06,-1.441905215626704e-05,1.009059859313766e-05) mm + Endpoint of ComputeStep() was (-47.16607570997639,-3.815308421823413,-11.18638695101687) + and current position to locate is (-47.16607717971506,-3.815322840875569,-11.18637686041827) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.784861703812552e-05 mm long + and its vector is (-5.585904439442402e-06,2.591705247700915e-05,5.14156255988496e-05) mm + Endpoint of ComputeStep() was (-47.15614914902595,-3.815522368355517,-11.18519768202267) + and current position to locate is (-47.15615473493039,-3.81549645130304,-11.18514626639707) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.323148573048866e-05 mm long + and its vector is (1.144221940307943e-06,1.069440129697341e-05,-7.706669299167856e-06) mm + Endpoint of ComputeStep() was (-47.14623137832533,-3.815678572567964,-11.18392565550705) + and current position to locate is (-47.14623023410339,-3.815667878166667,-11.18393336217635) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.390103556255515e-05 mm long + and its vector is (4.124209368683296e-06,4.733597481143548e-05,-2.544834022977227e-05) mm + Endpoint of ComputeStep() was (-47.13630572424999,-3.815884468033863,-11.18272785078674) + and current position to locate is (-47.13630160004062,-3.815837132059051,-11.18275329912697) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.139422501906387e-05 mm long + and its vector is (-4.32388928572891e-06,-2.310733280896926e-05,3.407105834618562e-05) mm + Endpoint of ComputeStep() was (-47.12637032436243,-3.815986415673489,-11.1815941866067) + and current position to locate is (-47.12637464825171,-3.816009523006298,-11.18156011554835) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.441337317830913e-05 mm long + and its vector is (-8.311874850619461e-07,5.185570938071038e-05,1.646540957978004e-05) mm + Endpoint of ComputeStep() was (-47.11644908666602,-3.816230208607192,-11.18036404381535) + and current position to locate is (-47.11644991785351,-3.816178352897811,-11.18034757840577) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.349179626928721e-05 mm long + and its vector is (-2.653137634922587e-06,-1.329470825828238e-05,1.918530909250649e-05) mm + Endpoint of ComputeStep() was (-47.10652755476025,-3.816393048801644,-11.17912419047658) + and current position to locate is (-47.10653020789788,-3.816406343509902,-11.17910500516749) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.467659570327474e-05 mm long + and its vector is (3.050242355584487e-06,1.027564649369594e-06,-2.446578239023722e-05) mm + Endpoint of ComputeStep() was (-47.09660854947262,-3.816629373162676,-11.17787740145139) + and current position to locate is (-47.09660549923026,-3.816628345598027,-11.17790186723378) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.682352469768876e-05 mm long + and its vector is (-3.08711483398838e-06,-1.587591090590479e-06,2.659794641957092e-05) mm + Endpoint of ComputeStep() was (-47.08667361514438,-3.816868690414253,-11.17676345989428) + and current position to locate is (-47.08667670225922,-3.816870278005343,-11.17673686194786) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.334740238398688e-05 mm long + and its vector is (1.076323421500547e-06,5.328133376059085e-05,2.42617841550441e-06) mm + Endpoint of ComputeStep() was (-47.07675030373113,-3.817124637768256,-11.17555450364065) + and current position to locate is (-47.07674922740771,-3.817071356434496,-11.17555207746223) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.426656750823593e-05 mm long + and its vector is (3.266026013193368e-06,2.539049985461617e-05,-2.27783502477763e-05) mm + Endpoint of ComputeStep() was (-47.06682074087181,-3.817298583628773,-11.17438178712159) + and current position to locate is (-47.0668174748458,-3.817273193128919,-11.17440456547183) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.582926880483051e-05 mm long + and its vector is (5.138932053228018e-07,-2.431087647059016e-05,-8.710242591192241e-06) mm + Endpoint of ComputeStep() was (-47.05688668807967,-3.817477082042412,-11.17324959396083) + and current position to locate is (-47.05688617418647,-3.817501392918882,-11.17325830420342) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 7.572365394404733e-08 mm long + and its vector is (-4.660449803850497e-10,7.351902198138305e-08,1.813306305109563e-08) mm + Endpoint of ComputeStep() was (-47.05677221308667,-3.817503938331249,-11.17324505505935) + and current position to locate is (-47.05677221355272,-3.817503864812227,-11.17324503692629) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.826937058788463e-05 mm long + and its vector is (2.618497823902999e-06,4.773319080397798e-05,-6.679678268284306e-06) mm + Endpoint of ComputeStep() was (-47.04685222981787,-3.817879608828519,-11.1720413868853) + and current position to locate is (-47.04684961132005,-3.817831875637715,-11.17204806656357) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.096400109464793e-05 mm long + and its vector is (-5.744954236774902e-06,8.555669689602752e-06,4.991117534736134e-05) mm + Endpoint of ComputeStep() was (-47.03692482954954,-3.818111202162786,-11.17085780722516) + and current position to locate is (-47.03693057450378,-3.818102646493096,-11.17080789604981) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.404969647120314e-05 mm long + and its vector is (-1.204632710027909e-06,4.990063480647677e-05,2.073270832703145e-05) mm + Endpoint of ComputeStep() was (-47.0270101779053,-3.81837344676951,-11.16957971401341) + and current position to locate is (-47.02701138253801,-3.818323546134704,-11.16955898130508) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.810252705440681e-05 mm long + and its vector is (-1.319813698330563e-06,2.402894125452804e-05,1.451275648634009e-05) mm + Endpoint of ComputeStep() was (-47.01709334332031,-3.818538522297906,-11.1683010801172) + and current position to locate is (-47.01709466313401,-3.818514493356652,-11.16828656736071) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.247035454467371e-05 mm long + and its vector is (5.828733563362221e-06,-2.139788533517262e-05,-4.755307008252885e-05) mm + Endpoint of ComputeStep() was (-47.0071801049481,-3.818684516054279,-11.1669948012536) + and current position to locate is (-47.00717427621453,-3.818705913939614,-11.16704235432369) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.173721640839343e-05 mm long + and its vector is (-6.553321917124322e-06,1.27268119824997e-05,4.971741938497587e-05) mm + Endpoint of ComputeStep() was (-46.99726320952986,-3.818785680469319,-11.16571554402253) + and current position to locate is (-46.99726976285178,-3.818772953657337,-11.16566582660315) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.479486915435007e-05 mm long + and its vector is (4.872348441153918e-06,2.89454059072547e-05,-3.383790773803241e-05) mm + Endpoint of ComputeStep() was (-46.98736238018481,-3.818858125921698,-11.16431211185539) + and current position to locate is (-46.98735750783636,-3.818829180515791,-11.16434594976313) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.970599176641185e-06 mm long + and its vector is (2.109916223957953e-07,-2.480751681854798e-06,-1.620436082205856e-06) mm + Endpoint of ComputeStep() was (-46.97744610107741,-3.818852648548055,-11.16301949068318) + and current position to locate is (-46.97744589008579,-3.818855129299737,-11.16302111111926) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.465380611449213e-05 mm long + and its vector is (6.535008367336559e-06,2.280203751015009e-05,-4.923818918101119e-05) mm + Endpoint of ComputeStep() was (-46.9675301694734,-3.818904705132212,-11.16172803173857) + and current position to locate is (-46.96752363446503,-3.818881903094702,-11.16177726992775) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.825796076902269e-05 mm long + and its vector is (-5.253863946563797e-06,-2.68202156648023e-05,3.977315329350972e-05) mm + Endpoint of ComputeStep() was (-46.95760587354916,-3.818930421367858,-11.16049989331202) + and current position to locate is (-46.95761112741311,-3.818957241583523,-11.16046012015873) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.279717302686628e-05 mm long + and its vector is (-6.794157819456359e-06,-1.351705589458518e-05,5.058329861817867e-05) mm + Endpoint of ComputeStep() was (-46.94769906855233,-3.818995063289173,-11.15913887666657) + and current position to locate is (-46.94770586271015,-3.819008580345068,-11.15908829336795) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.417721623530799e-05 mm long + and its vector is (4.468204643615081e-06,3.108715864641454e-05,-3.106847516143318e-05) mm + Endpoint of ComputeStep() was (-46.93780016624722,-3.81906570565221,-11.15772083599474) + and current position to locate is (-46.93779569804258,-3.819034618493563,-11.1577519044699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.642054838738672e-05 mm long + and its vector is (-1.317586090010536e-06,5.56704227956395e-05,9.074484722759735e-06) mm + Endpoint of ComputeStep() was (-46.92787931399225,-3.819009984029253,-11.15646320555077) + and current position to locate is (-46.92788063157834,-3.818954313606457,-11.15645413106605) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.317818902294934e-05 mm long + and its vector is (4.068300661685953e-06,2.766098758399949e-05,-3.290402259459313e-05) mm + Endpoint of ComputeStep() was (-46.91796493865854,-3.818875951935184,-11.15516226527151) + and current position to locate is (-46.91796087035787,-3.8188482909476,-11.1551951692941) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.261910368523954e-05 mm long + and its vector is (-5.537289084145414e-06,4.819270093081585e-05,3.959740083558927e-05) mm + Endpoint of ComputeStep() was (-46.90804289002587,-3.818754819491851,-11.15392200284326) + and current position to locate is (-46.90804842731495,-3.818706626790921,-11.15388240544243) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.139647835499114e-05 mm long + and its vector is (7.474400689488903e-07,4.021765259309973e-05,-9.780090666211549e-06) mm + Endpoint of ComputeStep() was (-46.89813227334312,-3.818578593506291,-11.15259806878697) + and current position to locate is (-46.89813152590305,-3.818538375853698,-11.15260784887764) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.78121817084386e-05 mm long + and its vector is (4.649349868657282e-06,-3.465600037166894e-05,-3.260904634849737e-05) mm + Endpoint of ComputeStep() was (-46.88820996733698,-3.818371526847517,-11.15137057019858) + and current position to locate is (-46.88820531798711,-3.818406182847888,-11.15140317924493) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.838126669928125e-05 mm long + and its vector is (-4.742092215792582e-06,4.772457066870572e-06,3.778700634349264e-05) mm + Endpoint of ComputeStep() was (-46.8782821402727,-3.818240896908318,-11.15017874237625) + and current position to locate is (-46.87828688236491,-3.818236124451251,-11.1501409553699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.447016318970536e-05 mm long + and its vector is (-1.352040094104723e-06,1.100378066443142e-05,9.299162403664241e-06) mm + Endpoint of ComputeStep() was (-46.86836754575094,-3.818078942228174,-11.14888474092607) + and current position to locate is (-46.86836889779104,-3.81806793844751,-11.14887544176367) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.989270442034472e-05 mm long + and its vector is (2.178766806082422e-06,-1.378184442391017e-05,-1.417862576680307e-05) mm + Endpoint of ComputeStep() was (-46.85845797715343,-3.817851472909927,-11.14756288222322) + and current position to locate is (-46.85845579838662,-3.817865254754351,-11.14757706084899) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.274862003918447e-05 mm long + and its vector is (-5.221806389954509e-06,5.202555317795898e-05,3.469097680053324e-05) mm + Endpoint of ComputeStep() was (-46.84853560313863,-3.817702178176781,-11.14632840215542) + and current position to locate is (-46.84854082494502,-3.817650152623604,-11.14629371117862) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.597828927023712e-05 mm long + and its vector is (4.732722402422951e-06,-3.178558770544626e-05,-3.288283499180977e-05) mm + Endpoint of ComputeStep() was (-46.83861740378858,-3.817427883053353,-11.1450803173608) + and current position to locate is (-46.83861267106617,-3.817459668641058,-11.14511320019579) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.64880895967434e-05 mm long + and its vector is (-4.90160078925328e-06,2.779431239963159e-05,3.694039770074653e-05) mm + Endpoint of ComputeStep() was (-46.82868457003444,-3.817279308130943,-11.14393155099395) + and current position to locate is (-46.82868947163523,-3.817251513818543,-11.14389461059625) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.783774544332309e-05 mm long + and its vector is (-3.692491361562134e-07,4.752027444654416e-05,-5.489723189811002e-06) mm + Endpoint of ComputeStep() was (-46.81876765452877,-3.817032663761557,-11.14266755557674) + and current position to locate is (-46.81876802377791,-3.81698514348711,-11.14267304529993) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.469039582455209e-05 mm long + and its vector is (2.497106216026168e-06,-4.302720463744691e-05,-1.181759707336028e-05) mm + Endpoint of ComputeStep() was (-46.80885052411697,-3.816755518959183,-11.14141348733741) + and current position to locate is (-46.80884802701075,-3.816798546163821,-11.14142530493449) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.802365100070716e-05 mm long + and its vector is (-7.448593770220668e-06,2.195869340315681e-05,5.318908074336548e-05) mm + Endpoint of ComputeStep() was (-46.7989359155175,-3.816600997398549,-11.14011877024411) + and current position to locate is (-46.79894336411127,-3.816579038705146,-11.14006558116337) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.822726956971446e-05 mm long + and its vector is (-5.66629696407972e-06,3.735982782115954e-05,2.996674613697792e-05) mm + Endpoint of ComputeStep() was (-46.78907296311156,-3.81635565247836,-11.13847772267494) + and current position to locate is (-46.78907862940852,-3.816318292650539,-11.13844775592881) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.683372106821406e-05 mm long + and its vector is (5.633465292476103e-06,4.00605133705767e-05,-3.991855693463719e-05) mm + Endpoint of ComputeStep() was (-46.77921635916243,-3.816076040716795,-11.13681283976494) + and current position to locate is (-46.77921072569713,-3.816035980203424,-11.13685275832187) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.297581555495286e-05 mm long + and its vector is (-6.552445469765189e-06,-2.752357082602686e-05,4.47878950282643e-05) mm + Endpoint of ComputeStep() was (-46.76934457595365,-3.815769068696695,-11.13524532028811) + and current position to locate is (-46.76935112839912,-3.815796592267521,-11.13520053239308) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.040400704089289e-05 mm long + and its vector is (-9.959878255472177e-07,-5.878124653824202e-05,1.387145018583169e-05) mm + Endpoint of ComputeStep() was (-46.75949090149224,-3.815574288549326,-11.13355052786646) + and current position to locate is (-46.75949189748007,-3.815633069795864,-11.13353665641628) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.32423994087786e-05 mm long + and its vector is (-5.424103456164175e-06,4.544800879058286e-05,2.719946127172079e-05) mm + Endpoint of ComputeStep() was (-46.74964083618641,-3.815481740966087,-11.13182502025042) + and current position to locate is (-46.74964626028986,-3.815436292957296,-11.13179782078915) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.690962538173838e-05 mm long + and its vector is (-7.834615168178516e-06,1.724614572129468e-05,4.291505815423591e-05) mm + Endpoint of ComputeStep() was (-46.73979902122012,-3.815273990004864,-11.13006532335282) + and current position to locate is (-46.73980685583528,-3.815256743859142,-11.13002240829467) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.286589342314298e-05 mm long + and its vector is (8.874025631655513e-06,-1.984792193354679e-05,-4.818832173292265e-05) mm + Endpoint of ComputeStep() was (-46.72996186945551,-3.815091668958505,-11.12827741563367) + and current position to locate is (-46.72995299542988,-3.815111516880438,-11.12832560395541) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.143116698500783e-05 mm long + and its vector is (-6.955557466881146e-06,5.393993874225345e-06,4.048538808198998e-05) mm + Endpoint of ComputeStep() was (-46.72009521159504,-3.814932118079765,-11.12665589769518) + and current position to locate is (-46.7201021671525,-3.814926724085891,-11.1266154123071) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.454340798257883e-05 mm long + and its vector is (-8.999396158060335e-06,2.007677596882473e-05,4.990909025259782e-05) mm + Endpoint of ComputeStep() was (-46.71025021482289,-3.814745573347643,-11.12491182086319) + and current position to locate is (-46.71025921421905,-3.814725496571674,-11.12486191177294) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.478755602991282e-05 mm long + and its vector is (-5.912410742325847e-06,-2.538896299419946e-05,3.641935107090433e-05) mm + Endpoint of ComputeStep() was (-46.70040843213622,-3.814563333452617,-11.12314966206453) + and current position to locate is (-46.70041434454696,-3.814588722415611,-11.12311324271346) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.982850987045126e-05 mm long + and its vector is (-8.41459370803932e-06,3.930711695154798e-05,4.431247863756482e-05) mm + Endpoint of ComputeStep() was (-46.69056933232921,-3.814450865996997,-11.12136603646687) + and current position to locate is (-46.69057774692292,-3.814411558880046,-11.12132172398823) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.997107329134339e-05 mm long + and its vector is (3.545912448998934e-06,2.072606362046869e-05,-2.135701350702846e-05) mm + Endpoint of ComputeStep() was (-46.68074113764266,-3.814248144445732,-11.11952996161317) + and current position to locate is (-46.68073759173021,-3.814227418382111,-11.11955131862668) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.65711241755723e-05 mm long + and its vector is (-3.376552598410854e-06,5.567265732597804e-05,9.457600610218719e-06) mm + Endpoint of ComputeStep() was (-46.6708978700077,-3.813929107189587,-11.11779436548062) + and current position to locate is (-46.6709012465603,-3.813873434532261,-11.11778490788001) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.518384939698876e-05 mm long + and its vector is (-6.505296717307374e-06,-3.33288939398102e-05,4.349854224727778e-05) mm + Endpoint of ComputeStep() was (-46.66105880161841,-3.813531868234839,-11.11605123939957) + and current position to locate is (-46.66106530691513,-3.813565197128779,-11.11600774085732) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.29743734497842e-05 mm long + and its vector is (6.952364962842239e-06,1.200479914498231e-05,-4.067365476956297e-05) mm + Endpoint of ComputeStep() was (-46.65122700030372,-3.813277410594576,-11.11424113497606) + and current position to locate is (-46.65122004793876,-3.813265405795431,-11.11428180863083) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.722149923482737e-05 mm long + and its vector is (5.329890541361237e-06,-4.037146004520764e-05,-2.390831383891623e-05) mm + Endpoint of ComputeStep() was (-46.64136429306124,-3.812947966100419,-11.11262068811127) + and current position to locate is (-46.6413589631707,-3.812988337560464,-11.11264459642511) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.574196600568282e-05 mm long + and its vector is (-7.120227479617824e-06,2.280200380955222e-05,3.900895329245202e-05) mm + Endpoint of ComputeStep() was (-46.63149996849592,-3.812738304851517,-11.11099120579023) + and current position to locate is (-46.6315070887234,-3.812715502847708,-11.11095219683694) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.629242882252109e-05 mm long + and its vector is (-3.501050322540777e-06,-4.868613586772597e-05,2.803997795375324e-05) mm + Endpoint of ComputeStep() was (-46.62165191391871,-3.812459448743365,-11.10927709752172) + and current position to locate is (-46.62165541496903,-3.812508134879233,-11.10924905754377) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.668666505417481e-05 mm long + and its vector is (5.330133610925714e-06,-3.830878894772738e-05,-2.614710421688926e-05) mm + Endpoint of ComputeStep() was (-46.61180475853377,-3.81230361706157,-11.10754062801156) + and current position to locate is (-46.61179942840016,-3.812341925850518,-11.10756677511577) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.438599387716145e-05 mm long + and its vector is (-4.492799583033502e-06,-3.303728572090492e-05,2.929964089481985e-05) mm + Endpoint of ComputeStep() was (-46.60193804163352,-3.81221674606244,-11.10591348404019) + and current position to locate is (-46.6019425344331,-3.812249783348161,-11.1058841843993) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.350459407096844e-05 mm long + and its vector is (5.57272169743328e-06,-4.06923728233366e-05,-3.42901903405135e-05) mm + Endpoint of ComputeStep() was (-46.59207325654675,-3.812255224044804,-11.1042738073982) + and current position to locate is (-46.59206768382506,-3.812295916417627,-11.10430809758854) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.479445223750692e-05 mm long + and its vector is (-8.800931254882016e-07,-4.469383347860401e-05,2.868734274130702e-06) mm + Endpoint of ComputeStep() was (-46.58218266821676,-3.812393800500932,-11.10280049215336) + and current position to locate is (-46.58218354830989,-3.812438494334411,-11.10279762341908) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.414412863316247e-05 mm long + and its vector is (-4.117519885937782e-06,-4.859383758804015e-05,2.352172706032718e-05) mm + Endpoint of ComputeStep() was (-46.57230021290361,-3.812541025732297,-11.10127934902294) + and current position to locate is (-46.57230433042349,-3.812589619569885,-11.10125582729588) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.167725619080183e-05 mm long + and its vector is (3.645311608124757e-07,-5.119495840943955e-05,-7.034355542501203e-06) mm + Endpoint of ComputeStep() was (-46.56242649693213,-3.812732327714613,-11.09970533478164) + and current position to locate is (-46.56242613240097,-3.812783522673023,-11.09971236913718) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.093956047454305e-05 mm long + and its vector is (1.325699273024838e-06,-4.903212967555248e-05,-1.374523925790072e-05) mm + Endpoint of ComputeStep() was (-46.55254960821738,-3.812952727171846,-11.09815621158749) + and current position to locate is (-46.55254828251811,-3.813001759301522,-11.09816995682675) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.891668416215628e-05 mm long + and its vector is (-4.864487600286793e-06,3.242621234544885e-05,3.630040637148113e-05) mm + Endpoint of ComputeStep() was (-46.54267019413427,-3.813240508010198,-11.09663296150425) + and current position to locate is (-46.54267505862187,-3.813208081797852,-11.09659666109788) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.664547285706626e-05 mm long + and its vector is (-3.015687923380028e-06,4.923596776773564e-05,2.784662815358274e-05) mm + Endpoint of ComputeStep() was (-46.53280658261993,-3.813501961647144,-11.09500832866277) + and current position to locate is (-46.53280959830785,-3.813452725679376,-11.09498048203461) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.54281813176974e-05 mm long + and its vector is (2.467735171762797e-07,-5.440049585692108e-05,-1.062113165062328e-05) mm + Endpoint of ComputeStep() was (-46.52294768599989,-3.813726633860234,-11.0933484149257) + and current position to locate is (-46.52294743922637,-3.813781034356091,-11.09335903605735) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.359840584405455e-05 mm long + and its vector is (3.049135813171233e-06,-4.604627179638499e-05,-2.726229508809297e-05) mm + Endpoint of ComputeStep() was (-46.51309279892464,-3.814114062227775,-11.09169436225037) + and current position to locate is (-46.51308974978883,-3.814160108499572,-11.09172162454546) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.551293229577477e-05 mm long + and its vector is (-2.820777297074528e-06,-3.424808313345906e-05,8.959931772523078e-06) mm + Endpoint of ComputeStep() was (-46.5032316352707,-3.814544927546318,-11.09008899705788) + and current position to locate is (-46.503234456048,-3.814579175629452,-11.09008003712611) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.999040901868456e-05 mm long + and its vector is (-2.231115921347282e-06,2.280074663207898e-05,1.935388095120061e-05) mm + Endpoint of ComputeStep() was (-46.49337528358977,-3.814989507780707,-11.08846006043355) + and current position to locate is (-46.49337751470569,-3.814966707034075,-11.0884407065526) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.814716296552866e-05 mm long + and its vector is (1.820956896381176e-07,-5.640109085103262e-05,-1.414129954824261e-05) mm + Endpoint of ComputeStep() was (-46.48352023205882,-3.815345817353549,-11.08680173382993) + and current position to locate is (-46.48352004996313,-3.8154022184444,-11.08681587512947) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.831957096456494e-05 mm long + and its vector is (5.787385482847185e-06,-2.528945212754152e-05,-4.076433144994951e-05) mm + Endpoint of ComputeStep() was (-46.47366619421306,-3.815810795183077,-11.08516343189813) + and current position to locate is (-46.47366040682758,-3.815836084635205,-11.08520419622958) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.524587376257193e-05 mm long + and its vector is (9.234949871483877e-06,9.829248068804475e-06,-5.357432361741132e-05) mm + Endpoint of ComputeStep() was (-46.46380236884487,-3.816281920576239,-11.083586700222) + and current position to locate is (-46.463793133895,-3.81627209132817,-11.08364027454562) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.156186623076106e-05 mm long + and its vector is (-3.420256604158567e-06,-4.013099735145076e-05,1.025639414820034e-05) mm + Endpoint of ComputeStep() was (-46.45393076371877,-3.816705150918609,-11.08204588150411) + and current position to locate is (-46.45393418397537,-3.81674528191596,-11.08203562510996) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.180013783379433e-05 mm long + and its vector is (-1.505901444431856e-06,-5.13657402900769e-05,-6.522826449639751e-06) mm + Endpoint of ComputeStep() was (-46.44407457423171,-3.817236821713305,-11.08044111618094) + and current position to locate is (-46.44407608013315,-3.817288187453595,-11.08044763900739) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.585970021264666e-05 mm long + and its vector is (-2.945911923291078e-06,2.394852914866519e-05,2.652748864662158e-05) mm + Endpoint of ComputeStep() was (-46.43421589420608,-3.817822288349183,-11.07887047613576) + and current position to locate is (-46.434218840118,-3.817798339820034,-11.07884394864711) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.998247586162355e-05 mm long + and its vector is (-6.661382727202181e-06,-1.577674981589894e-05,3.612919209494692e-05) mm + Endpoint of ComputeStep() was (-46.42436004633444,-3.818319617491619,-11.07725384579969) + and current position to locate is (-46.42436670771716,-3.818335394241434,-11.07721771660759) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.099059041808292e-05 mm long + and its vector is (1.987094833566516e-06,-4.354922477656231e-05,-2.644913583971231e-05) mm + Endpoint of ComputeStep() was (-46.41450989630033,-3.818858454155656,-11.07561595263823) + and current position to locate is (-46.4145079092055,-3.818902003380433,-11.07564240177406) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.093621054619987e-05 mm long + and its vector is (4.489413427677391e-06,-3.240503562462749e-05,-3.90417261151299e-05) mm + Endpoint of ComputeStep() was (-46.40464551292239,-3.819424019723422,-11.07407504452311) + and current position to locate is (-46.40464102350897,-3.819456424759047,-11.07411408624922) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 9.849665969835515e-06 mm long + and its vector is (-5.297196636888657e-07,-9.835177171790832e-06,6.787337269997806e-08) mm + Endpoint of ComputeStep() was (-46.39477361983237,-3.81997728068399,-11.07257817507358) + and current position to locate is (-46.39477414955203,-3.819987115861161,-11.0725781072002) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.734670975787634e-05 mm long + and its vector is (9.261244791503032e-06,1.373595449338794e-05,-5.490171235145169e-05) mm + Endpoint of ComputeStep() was (-46.38490657163421,-3.820514159392984,-11.07104542989388) + and current position to locate is (-46.38489731038942,-3.820500423438491,-11.07110033160623) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.787689843157432e-05 mm long + and its vector is (5.194999097568598e-06,-3.542381926724403e-05,-4.547417272426912e-05) mm + Endpoint of ComputeStep() was (-46.37502492889158,-3.820994397720537,-11.06958770444832) + and current position to locate is (-46.37501973389249,-3.821029821539804,-11.06963317862104) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.258434311556957e-05 mm long + and its vector is (-1.748225606945653e-06,-3.253618575049799e-05,2.823832669918147e-07) mm + Endpoint of ComputeStep() was (-46.36514459878131,-3.82154752832355,-11.0681466882903) + and current position to locate is (-46.36514634700692,-3.821580064509301,-11.06814640590703) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.686837570397621e-05 mm long + and its vector is (-4.245843499006696e-06,1.498404857969149e-05,3.341748386986865e-05) mm + Endpoint of ComputeStep() was (-46.3552717049571,-3.822101545666206,-11.06665796099693) + and current position to locate is (-46.3552759508006,-3.822086561617626,-11.06662454351306) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.670500229092526e-05 mm long + and its vector is (-5.827521029289073e-06,-1.087074156247425e-05,3.457056796918323e-05) mm + Endpoint of ComputeStep() was (-46.34540304167904,-3.822594192916306,-11.06511990358556) + and current position to locate is (-46.34540886920007,-3.822605063657869,-11.06508533301759) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.10192752934039e-05 mm long + and its vector is (6.137450533572064e-06,4.402474253062394e-05,-2.504236804945492e-05) mm + Endpoint of ComputeStep() was (-46.33553830830697,-3.823117415754769,-11.06356694985186) + and current position to locate is (-46.33553217085644,-3.823073391012239,-11.06359199221991) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.390199466503798e-05 mm long + and its vector is (2.875017656833734e-06,5.38096858879733e-05,-1.29499304257763e-06) mm + Endpoint of ComputeStep() was (-46.3256579084691,-3.823564840249989,-11.0620908647509) + and current position to locate is (-46.32565503345145,-3.823511030564101,-11.06209215974395) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.496700799482408e-05 mm long + and its vector is (-7.235026650675991e-06,-4.209099776941727e-05,3.460309616265533e-05) mm + Endpoint of ComputeStep() was (-46.31578001349893,-3.823970028139198,-11.06058575215647) + and current position to locate is (-46.31578724852558,-3.824012119136967,-11.06055114906031) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 8.299484476981134e-06 mm long + and its vector is (1.18683113470297e-06,-1.049444273704125e-06,-8.146873090808526e-06) mm + Endpoint of ComputeStep() was (-46.31304784098225,-3.824147695428169,-11.06013460962321) + and current position to locate is (-46.31304665415112,-3.824148744872443,-11.0601427564963) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.517248679251735e-05 mm long + and its vector is (8.80459531060751e-06,3.776351370499142e-05,-3.924792265763699e-05) mm + Endpoint of ComputeStep() was (-46.30318712019545,-3.824897026828764,-11.05865092083925) + and current position to locate is (-46.30317831560014,-3.824859263315059,-11.05869016876191) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.838969443755251e-05 mm long + and its vector is (6.108006893157381e-06,5.65394033169575e-05,-1.324177257266967e-05) mm + Endpoint of ComputeStep() was (-46.29331328873122,-3.825581092740336,-11.05722179683218) + and current position to locate is (-46.29330718072433,-3.825524553337019,-11.05723503860475) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.482068278629175e-05 mm long + and its vector is (-4.03228156642399e-07,-5.097176942570059e-05,-2.017482068872312e-05) mm + Endpoint of ComputeStep() was (-46.28343483943508,-3.826177164304402,-11.05578352980349) + and current position to locate is (-46.28343524266324,-3.826228136073828,-11.05580370462418) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.708656750633655e-05 mm long + and its vector is (3.430365083545439e-06,5.68698113956323e-05,3.596294881447193e-06) mm + Endpoint of ComputeStep() was (-46.27356267921076,-3.826914352806198,-11.0543693063447) + and current position to locate is (-46.27355924884568,-3.826857482994802,-11.05436571004982) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.281590974781688e-05 mm long + and its vector is (-4.675622676586499e-06,2.835936337897138e-05,4.43103304412773e-05) mm + Endpoint of ComputeStep() was (-46.26369080721385,-3.827527353168814,-11.05289566456506) + and current position to locate is (-46.26369548283652,-3.827498993805435,-11.05285135423462) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.787690352165836e-05 mm long + and its vector is (-9.435560365034235e-06,-3.695800250103076e-05,4.352944076124743e-05) mm + Endpoint of ComputeStep() was (-46.25384199089462,-3.828168876614757,-11.05128423813399) + and current position to locate is (-46.25385142645499,-3.828205834617258,-11.05124070869323) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.863788904190563e-05 mm long + and its vector is (4.085381412721745e-06,-3.04314949448603e-05,-3.772105545429838e-05) mm + Endpoint of ComputeStep() was (-46.24400364165322,-3.828872115474868,-11.04963662103517) + and current position to locate is (-46.24399955627181,-3.828902546969813,-11.04967434209062) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.588561209283918e-05 mm long + and its vector is (-5.877735034687248e-06,-5.403829937611349e-05,1.298137397931498e-05) mm + Endpoint of ComputeStep() was (-46.23414495341286,-3.829602877377833,-11.04812765833998) + and current position to locate is (-46.23415083114789,-3.82965691567721,-11.048114676966) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.5245708337487e-05 mm long + and its vector is (-5.323649176602885e-06,-5.421642796976656e-05,9.182918237371496e-06) mm + Endpoint of ComputeStep() was (-46.22429406958815,-3.830365814660996,-11.04658575451351) + and current position to locate is (-46.22429939323733,-3.830420031088966,-11.04657657159527) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.881791778019464e-05 mm long + and its vector is (3.016030227342981e-06,-3.177209961657823e-05,-3.694084925953689e-05) mm + Endpoint of ComputeStep() was (-46.21444763003292,-3.831237035245617,-11.04506953658692) + and current position to locate is (-46.21444461400269,-3.831268807345233,-11.04510647743618) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.875111591992772e-05 mm long + and its vector is (-1.360852543541569e-06,-4.576226599617428e-05,-1.675214597263164e-05) mm + Endpoint of ComputeStep() was (-46.2045902619416,-3.832103663347316,-11.04362639348731) + and current position to locate is (-46.20459162279414,-3.832149425613312,-11.04364314563328) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.859475771512974e-05 mm long + and its vector is (4.971095229677758e-06,5.835999534387071e-05,1.656739984312594e-06) mm + Endpoint of ComputeStep() was (-46.19474011817257,-3.833030371397042,-11.04217084203857) + and current position to locate is (-46.19473514707734,-3.832972011401698,-11.04216918529859) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.887183965955465e-05 mm long + and its vector is (3.941704420640235e-06,-1.022441205256186e-05,-4.762752435460982e-05) mm + Endpoint of ComputeStep() was (-46.18480703690483,-3.833668626204146,-11.04119797898087) + and current position to locate is (-46.18480309520041,-3.833678850616198,-11.04124560650522) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.129951119978186e-05 mm long + and its vector is (1.772065424177072e-06,2.105642081140502e-05,-2.675089548986875e-06) mm + Endpoint of ComputeStep() was (-46.17487452807622,-3.834393292191744,-11.04029218493717) + and current position to locate is (-46.17487275601079,-3.834372235770932,-11.04029486002671) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.72486243830633e-05 mm long + and its vector is (3.046433107556368e-06,5.561098893736016e-05,1.324923199597094e-05) mm + Endpoint of ComputeStep() was (-46.16495150289479,-3.835149269992992,-11.0393146366026) + and current position to locate is (-46.16494845646169,-3.835093659004055,-11.0393013873706) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.650028387743986e-05 mm long + and its vector is (-3.356208821969631e-07,-4.612168788442617e-05,-3.263371482908894e-05) mm + Endpoint of ComputeStep() was (-46.15502525593967,-3.835854470877546,-11.03832817624227) + and current position to locate is (-46.15502559156055,-3.835900592565431,-11.0383608099571) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.431526014864371e-05 mm long + and its vector is (2.48093527943638e-07,-3.28674621448144e-05,-2.972390727684626e-05) mm + Endpoint of ComputeStep() was (-46.1451071698926,-3.836712527717585,-11.03738022070218) + and current position to locate is (-46.14510692179907,-3.83674539517973,-11.03740994460946) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.472377905379744e-05 mm long + and its vector is (3.894458927788946e-06,-4.081033006197998e-06,-4.436659522788489e-05) mm + Endpoint of ComputeStep() was (-46.13518341097466,-3.837538276104925,-11.03646593530796) + and current position to locate is (-46.13517951651573,-3.837542357137931,-11.03651030190319) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.730285665527717e-05 mm long + and its vector is (-6.658167912121371e-06,-2.620894842664256e-05,5.052105702851861e-05) mm + Endpoint of ComputeStep() was (-46.12525172057045,-3.838337325617598,-11.0356143261022) + and current position to locate is (-46.12525837873836,-3.838363534566025,-11.03556380504517) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.620675889040818e-05 mm long + and its vector is (2.85377588937763e-06,-1.524633549498944e-05,-4.352550728370375e-05) mm + Endpoint of ComputeStep() was (-46.11533642449011,-3.83918304844818,-11.03462620270712) + and current position to locate is (-46.11533357071422,-3.839198294783675,-11.03466972821441) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.518624744201354e-05 mm long + and its vector is (-2.562876844081075e-06,-3.481541597016857e-05,-4.40346251906476e-06) mm + Endpoint of ComputeStep() was (-46.10541049184597,-3.840042944539835,-11.03376698325669) + and current position to locate is (-46.10541305472281,-3.840077759955805,-11.03377138671921) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.869114790070304e-05 mm long + and its vector is (-3.687890497872104e-06,-4.79304971934269e-05,-7.73917220087128e-06) mm + Endpoint of ComputeStep() was (-46.09549477900272,-3.840985318308678,-11.03287694890158) + and current position to locate is (-46.09549846689322,-3.841033248805871,-11.03288468807379) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.490725753055979e-05 mm long + and its vector is (-5.446545962684013e-06,-5.822181958770045e-06,5.432535562555074e-05) mm + Endpoint of ComputeStep() was (-46.0855824822869,-3.841965714065675,-11.03199046689563) + and current position to locate is (-46.08558792883286,-3.841971536247634,-11.03193614154) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.589155947329561e-05 mm long + and its vector is (-1.745619883308791e-06,-1.551650735409638e-05,2.955075844468524e-06) mm + Endpoint of ComputeStep() was (-46.07567580484021,-3.842909426478469,-11.03100553258659) + and current position to locate is (-46.07567755046009,-3.842924942985823,-11.03100257751074) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.255816037058229e-05 mm long + and its vector is (5.754987590478322e-06,3.191780544087308e-05,-2.755595811798628e-05) mm + Endpoint of ComputeStep() was (-46.0657699019082,-3.843898106782472,-11.03006059822568) + and current position to locate is (-46.06576414692061,-3.843866188977032,-11.03008815418379) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.223685414419729e-05 mm long + and its vector is (5.480903340071563e-06,2.007748793220188e-05,-3.675331311470131e-05) mm + Endpoint of ComputeStep() was (-46.05585628819795,-3.844826422903947,-11.02913518075272) + and current position to locate is (-46.05585080729461,-3.844806345416015,-11.02917193406584) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.563760941265495e-05 mm long + and its vector is (4.459307731963236e-06,-7.441998070678579e-06,-5.49570270340638e-05) mm + Endpoint of ComputeStep() was (-46.04593916420202,-3.845748144658569,-11.02824015267945) + and current position to locate is (-46.04593470489429,-3.845755586656639,-11.02829510970649) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.400483347076869e-05 mm long + and its vector is (3.459882314871265e-06,4.328534551056862e-05,7.129757863211239e-06) mm + Endpoint of ComputeStep() was (-46.03602034002986,-3.846696795071688,-11.02739213433158) + and current position to locate is (-46.03601688014754,-3.846653509726178,-11.02738500457372) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.768222165574023e-05 mm long + and its vector is (-4.386384468091364e-06,-1.691438923145938e-05,3.338581880285574e-05) mm + Endpoint of ComputeStep() was (-46.02609160015384,-3.847502739459199,-11.02651122364418) + and current position to locate is (-46.02609598653831,-3.847519653848431,-11.02647783782538) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.844596358299552e-05 mm long + and its vector is (-1.565574414996718e-06,2.685342089225884e-05,4.029211027756219e-05) mm + Endpoint of ComputeStep() was (-46.01618078530016,-3.848388448704354,-11.02551355228466) + and current position to locate is (-46.01618235087458,-3.848361595283461,-11.02547326017439) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.037301776030329e-05 mm long + and its vector is (4.244379269380261e-06,-9.833811834614181e-06,-4.92211571145873e-05) mm + Endpoint of ComputeStep() was (-46.00626867160916,-3.849183887998561,-11.0244541113056) + and current position to locate is (-46.00626442722989,-3.849193721810396,-11.02450333246271) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.168137468315241e-05 mm long + and its vector is (2.236720590076402e-06,-1.747666508045143e-05,-3.777433327201152e-05) mm + Endpoint of ComputeStep() was (-45.99634593141574,-3.850018615661341,-11.02353438624392) + and current position to locate is (-45.99634369469515,-3.850036092326421,-11.02357216057719) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.888606536768064e-05 mm long + and its vector is (2.841980602852345e-06,-5.094839718111643e-06,-3.844595992141819e-05) mm + Endpoint of ComputeStep() was (-45.98642442836783,-3.850968746613202,-11.02271531926942) + and current position to locate is (-45.98642158638723,-3.85097384145292,-11.02275376522934) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.182130401332014e-05 mm long + and its vector is (6.267311434271505e-06,2.974135869493466e-05,-4.197165638863964e-05) mm + Endpoint of ComputeStep() was (-45.97649941567088,-3.851910686619717,-11.02193601609096) + and current position to locate is (-45.97649314835945,-3.851880945261022,-11.02197798774735) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.262178676302771e-05 mm long + and its vector is (-2.741177439702369e-06,1.420393928830421e-05,5.059433265763857e-05) mm + Endpoint of ComputeStep() was (-45.96656229174276,-3.852753266842427,-11.02119504150035) + and current position to locate is (-45.9665650329202,-3.852739062903139,-11.0211444471677) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.809596975473914e-05 mm long + and its vector is (5.733674939278899e-07,-3.720741230450741e-05,-4.46141392504984e-05) mm + Endpoint of ComputeStep() was (-45.95663705101072,-3.853591915420544,-11.02030559163934) + and current position to locate is (-45.95663647764323,-3.853629122832848,-11.02035020577859) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.370921521041721e-05 mm long + and its vector is (3.684354368260756e-07,-3.322600213584437e-05,-4.219688182693915e-05) mm + Endpoint of ComputeStep() was (-45.94671065049958,-3.854539310649499,-11.01954685426678) + and current position to locate is (-45.94671028206414,-3.854572536651634,-11.01958905114861) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.958173074108691e-05 mm long + and its vector is (1.100709390300381e-06,-1.197454743806503e-05,-2.702734626502945e-05) mm + Endpoint of ComputeStep() was (-45.93679179362994,-3.85553635673223,-11.01875808970634) + and current position to locate is (-45.93679069292055,-3.855548331279668,-11.01878511705261) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.525345225445586e-05 mm long + and its vector is (9.491768366842734e-07,-2.927741401936856e-05,-4.684950456201875e-05) mm + Endpoint of ComputeStep() was (-45.92687361022686,-3.856536829009028,-11.01796645903678) + and current position to locate is (-45.92687266105003,-3.856566106423047,-11.01801330854134) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.795727824091404e-05 mm long + and its vector is (4.699001770802624e-06,1.218017998505516e-05,-4.614610638142835e-05) mm + Endpoint of ComputeStep() was (-45.91695111898036,-3.857567239598121,-11.01726725726676) + and current position to locate is (-45.91694641997859,-3.857555059418136,-11.01731340337315) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.136207116780318e-05 mm long + and its vector is (6.385439832001794e-06,4.664153749978084e-05,-2.053912102439881e-05) mm + Endpoint of ComputeStep() was (-45.90702756178194,-3.858587639282905,-11.01657456164071) + and current position to locate is (-45.90702117634211,-3.858540997745405,-11.01659510076173) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.614542016216879e-05 mm long + and its vector is (6.683820778619065e-06,3.600298470285423e-05,-4.256077815867343e-05) mm + Endpoint of ComputeStep() was (-45.89709668759884,-3.859531384399572,-11.01587432849561) + and current position to locate is (-45.89709000377806,-3.859495381414869,-11.01591688927376) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.109284536830018e-05 mm long + and its vector is (1.243027512032313e-07,1.815390112458459e-05,2.524253267566223e-05) mm + Endpoint of ComputeStep() was (-45.88714890199541,-3.860396274688228,-11.01531793903081) + and current position to locate is (-45.88714877769266,-3.860378120787103,-11.01529269649814) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.303475253430165e-05 mm long + and its vector is (-1.464477392687513e-06,1.802797229366604e-05,4.985511505672946e-05) mm + Endpoint of ComputeStep() was (-45.87720641741721,-3.861257438867484,-11.01468267516345) + and current position to locate is (-45.87720788189461,-3.86123941089519,-11.0146328200484) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.325128604680981e-05 mm long + and its vector is (-7.270374666745738e-07,-2.597395187642348e-05,-2.074784962857734e-05) mm + Endpoint of ComputeStep() was (-45.86726230470505,-3.862044011793972,-11.01397405983687) + and current position to locate is (-45.86726303174252,-3.862069985745849,-11.01399480768649) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 9.180468240846374e-06 mm long + and its vector is (-1.378219138814529e-08,5.475100982810233e-06,7.369129962242482e-06) mm + Endpoint of ComputeStep() was (-45.8573194749106,-3.862911073298411,-11.01335130115433) + and current position to locate is (-45.85731948869279,-3.862905598197429,-11.01334393202437) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.879545357667043e-05 mm long + and its vector is (-8.285309860411871e-08,-3.396174406322672e-05,-3.503697140594397e-05) mm + Endpoint of ComputeStep() was (-45.84737618556817,-3.863679380034366,-11.01261740954774) + and current position to locate is (-45.84737626842127,-3.863713341778429,-11.01265244651915) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.265120909238283e-05 mm long + and its vector is (5.558390846260863e-06,4.566863196897586e-05,-2.560527610029339e-05) mm + Endpoint of ComputeStep() was (-45.83743491476509,-3.864522992493285,-11.01193844177316) + and current position to locate is (-45.83742935637424,-3.864477323861316,-11.01196404704926) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.493386082699876e-05 mm long + and its vector is (5.617943372726586e-07,4.060006577288888e-05,3.700065015266318e-05) mm + Endpoint of ComputeStep() was (-45.82748530076901,-3.865259358170933,-11.01125692081772) + and current position to locate is (-45.82748473897468,-3.86521875810516,-11.01121992016757) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.051360017755405e-05 mm long + and its vector is (7.619637258926559e-07,3.441248409385977e-05,2.136708096855955e-05) mm + Endpoint of ComputeStep() was (-45.8175334429197,-3.865887176573271,-11.01049827675308) + and current position to locate is (-45.81753268095597,-3.865852764089177,-11.01047690967211) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.082755426175375e-05 mm long + and its vector is (2.511950256689488e-06,3.029614241079059e-05,-5.115854053272528e-06) mm + Endpoint of ComputeStep() was (-45.80758157202313,-3.86656235315617,-11.0097929810145) + and current position to locate is (-45.80757906007288,-3.866532057013759,-11.00979809686856) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.721988234142323e-05 mm long + and its vector is (-4.814142052111947e-06,-5.424021185396199e-05,1.75766432946034e-05) mm + Endpoint of ComputeStep() was (-45.79762434669686,-3.867196181983624,-11.00912099800447) + and current position to locate is (-45.79762916083891,-3.867250422195478,-11.00910342136117) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.13074569929528e-05 mm long + and its vector is (-1.679317875868946e-06,-3.005667061994899e-05,-8.598447887919747e-06) mm + Endpoint of ComputeStep() was (-45.78768713938369,-3.868019954260706,-11.00835517498403) + and current position to locate is (-45.78768881870157,-3.868050010931326,-11.00836377343192) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.864711479420377e-05 mm long + and its vector is (3.87642520394138e-06,5.778355678343061e-05,9.247592485550626e-06) mm + Endpoint of ComputeStep() was (-45.77774940279368,-3.86883884756993,-11.00760115501607) + and current position to locate is (-45.77774552636848,-3.868781064013147,-11.00759190742358) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.542576286745197e-05 mm long + and its vector is (-4.145917387177178e-07,-4.363799953921443e-05,-3.416969855507546e-05) mm + Endpoint of ComputeStep() was (-45.7677972102425,-3.869462700812532,-11.0068420975702) + and current position to locate is (-45.76779762483424,-3.869506338812072,-11.00687626726875) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.703355775721869e-05 mm long + and its vector is (-2.245369188358382e-07,2.399535028185795e-05,2.820739527464866e-05) mm + Endpoint of ComputeStep() was (-45.75784995221577,-3.870242535551707,-11.00617081686394) + and current position to locate is (-45.75785017675269,-3.870218540201425,-11.00614260946867) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.201367025808812e-05 mm long + and its vector is (4.992628561240053e-06,2.190657405787277e-05,-4.69105272493664e-05) mm + Endpoint of ComputeStep() was (-45.74790271837093,-3.870943147366782,-11.00542229558056) + and current position to locate is (-45.74789772574237,-3.870921240792724,-11.00546920610781) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.235697615154885e-05 mm long + and its vector is (2.574222605744581e-06,3.208057852432944e-05,-3.344213688194486e-06) mm + Endpoint of ComputeStep() was (-45.73794823565008,-3.871647711847616,-11.00477948027308) + and current position to locate is (-45.73794566142747,-3.871615631269091,-11.00478282448677) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.732133328264985e-05 mm long + and its vector is (6.708786344233886e-07,3.104308783985488e-05,2.070648539032049e-05) mm + Endpoint of ComputeStep() was (-45.7279965837633,-3.872313679292376,-11.00405865801477) + and current position to locate is (-45.72799591288467,-3.872282636204536,-11.00403795152938) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.442685453327495e-05 mm long + and its vector is (2.561812713963718e-06,-1.978510261047006e-05,-5.063861495635535e-05) mm + Endpoint of ComputeStep() was (-45.71804689848363,-3.87294155620087,-11.0032771820773) + and current position to locate is (-45.71804433667091,-3.872961341303481,-11.00332782069226) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.650530437927338e-05 mm long + and its vector is (4.193510591221639e-06,4.424262294167036e-05,-1.370212098805723e-05) mm + Endpoint of ComputeStep() was (-45.7080958961735,-3.873685226899463,-11.0026204635521) + and current position to locate is (-45.70809170266291,-3.873640984276522,-11.00263416567308) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.382549453598039e-05 mm long + and its vector is (-2.387534792092083e-07,-1.848950306237995e-05,-1.502449543799855e-05) mm + Endpoint of ComputeStep() was (-45.6981400179059,-3.874333005236112,-11.0019406898532) + and current position to locate is (-45.69814025665938,-3.874351494739175,-11.00195571434864) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.174546837118296e-05 mm long + and its vector is (-1.473067015922425e-06,2.211798291451572e-05,4.67570144717655e-05) mm + Endpoint of ComputeStep() was (-45.68818983413886,-3.875090090746759,-11.00129284283195) + and current position to locate is (-45.68819130720588,-3.875067972763844,-11.00124608581748) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.699668677816093e-05 mm long + and its vector is (-1.831751674785664e-06,2.024540263523278e-05,4.237283240549061e-05) mm + Endpoint of ComputeStep() was (-45.67824326944487,-3.875747987470502,-11.00049113259574) + and current position to locate is (-45.67824510119654,-3.875727742067867,-11.00044875976334) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.280688903939776e-05 mm long + and its vector is (-3.822813937404135e-06,-3.968088261308012e-05,1.559626230474009e-05) mm + Endpoint of ComputeStep() was (-45.66829942490752,-3.876362698141127,-10.99962645681004) + and current position to locate is (-45.66830324772146,-3.876402379023741,-10.99961086054773) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.78692797854133e-05 mm long + and its vector is (2.158253352035899e-06,-1.265520535476128e-05,-3.562681674473822e-05) mm + Endpoint of ComputeStep() was (-45.65836646693225,-3.877123418159456,-10.99875277128826) + and current position to locate is (-45.6583643086789,-3.877136073364811,-10.998788398105) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.946811581822923e-05 mm long + and its vector is (-4.541897823173713e-06,-4.774724955991516e-05,1.211056589234261e-05) mm + Endpoint of ComputeStep() was (-45.64842717109169,-3.877866845790455,-10.99794276543448) + and current position to locate is (-45.64843171298951,-3.877914593040015,-10.99793065486859) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.531464982552684e-05 mm long + and its vector is (2.592673105539234e-06,5.230092054153701e-05,1.782139842987362e-05) mm + Endpoint of ComputeStep() was (-45.63849832463453,-3.878695043288725,-10.99708536555524) + and current position to locate is (-45.63849573196143,-3.878642742368184,-10.99706754415681) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.824500752470443e-05 mm long + and its vector is (-3.633296280725062e-06,1.654002962281353e-05,5.572887473981325e-05) mm + Endpoint of ComputeStep() was (-45.62856202264285,-3.879391468149118,-10.99619768888039) + and current position to locate is (-45.62856565593913,-3.879374928119495,-10.99614196000565) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.38585788096733e-05 mm long + and its vector is (5.249104717108821e-06,5.147036825903228e-05,-1.496644922305279e-05) mm + Endpoint of ComputeStep() was (-45.61863782794656,-3.880113241998344,-10.99519912304427) + and current position to locate is (-45.61863257884184,-3.880061771630085,-10.99521408949349) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.348473800591254e-05 mm long + and its vector is (3.808475852906668e-06,5.333589569556096e-05,1.18107645441512e-06) mm + Endpoint of ComputeStep() was (-45.60870356361872,-3.880791506778391,-10.99427709424886) + and current position to locate is (-45.60869975514287,-3.880738170882695,-10.9942759131724) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.542551602502453e-05 mm long + and its vector is (-5.145694814245871e-06,-2.22637569757822e-05,3.92597052503163e-05) mm + Endpoint of ComputeStep() was (-45.5987652312929,-3.881414107165134,-10.99335713024937) + and current position to locate is (-45.59877037698772,-3.88143637092211,-10.99331787054412) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.988605756160415e-05 mm long + and its vector is (-1.347622045955177e-06,3.198569415907571e-05,3.825856796879634e-05) mm + Endpoint of ComputeStep() was (-45.58884276630113,-3.882161090487655,-10.99236228523723) + and current position to locate is (-45.58884411392318,-3.882129104793496,-10.99232402666926) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.026468134060984e-05 mm long + and its vector is (3.949089482091495e-06,3.670493184371182e-05,-1.607473900477885e-05) mm + Endpoint of ComputeStep() was (-45.57891413443193,-3.882761382878468,-10.99132826222597) + and current position to locate is (-45.57891018534245,-3.882724677946625,-10.99134433696498) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.810995843080949e-05 mm long + and its vector is (5.80355532520116e-06,3.29457769456809e-05,-3.457546279150847e-05) mm + Endpoint of ComputeStep() was (-45.56898548553386,-3.883408936999278,-10.99033046482927) + and current position to locate is (-45.56897968197853,-3.883375991222333,-10.99036504029206) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.065213635559556e-05 mm long + and its vector is (6.565156240867509e-08,-5.046181150669682e-05,-3.364941179029302e-05) mm + Endpoint of ComputeStep() was (-45.55905215186591,-3.884032767128404,-10.98936074755603) + and current position to locate is (-45.55905208621434,-3.884083228939911,-10.98939439696782) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.094487629414741e-05 mm long + and its vector is (-3.369182451251618e-06,-5.071771925457824e-05,-3.426657825045254e-06) mm + Endpoint of ComputeStep() was (-45.54912529722923,-3.884807809988832,-10.98843021111325) + and current position to locate is (-45.54912866641168,-3.884858527708087,-10.98843363777107) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.209773412691229e-05 mm long + and its vector is (-2.967567361622514e-06,2.113954348992308e-05,4.752354307235862e-05) mm + Endpoint of ComputeStep() was (-45.5392003317785,-3.885587939855517,-10.98748921236151) + and current position to locate is (-45.53920329934586,-3.885566800312027,-10.98744168881844) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.845401177485975e-05 mm long + and its vector is (2.223568102976969e-07,-2.985086183349139e-05,-2.424020682312289e-05) mm + Endpoint of ComputeStep() was (-45.52927037755257,-3.886249085176733,-10.98651036656493) + and current position to locate is (-45.52927015519576,-3.886278936038567,-10.98653460677175) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.844015284934524e-05 mm long + and its vector is (3.614091497183836e-06,-1.03081089246615e-05,-4.719247441187235e-05) mm + Endpoint of ComputeStep() was (-45.51933694830112,-3.886980345946722,-10.98562069562762) + and current position to locate is (-45.51933333420963,-3.886990654055647,-10.98566788810204) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.749132048694685e-05 mm long + and its vector is (-3.240763859935214e-06,-4.738053399488962e-05,-8.927237615807826e-08) mm + Endpoint of ComputeStep() was (-45.50939460774677,-3.887672084561351,-10.98480003063934) + and current position to locate is (-45.50939784851063,-3.887719465095345,-10.98480011991171) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.148026560796462e-05 mm long + and its vector is (3.424230492043989e-06,4.08712441251069e-05,-6.199071229673336e-06) mm + Endpoint of ComputeStep() was (-45.49945990725496,-3.888421587102085,-10.98393979724193) + and current position to locate is (-45.49945648302447,-3.88838071585796,-10.98394599631316) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.260203100808875e-05 mm long + and its vector is (-6.155538514462933e-07,3.842431218847864e-05,3.591889464438225e-05) mm + Endpoint of ComputeStep() was (-45.48951273377542,-3.889013262424649,-10.98309891902427) + and current position to locate is (-45.48951334932927,-3.888974838112461,-10.98306300012963) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.945662842282401e-05 mm long + and its vector is (7.427978090390752e-07,-3.646854459837812e-05,-3.339837722471373e-05) mm + Endpoint of ComputeStep() was (-45.47957028233706,-3.889575906269094,-10.9821855392563) + and current position to locate is (-45.47956953953926,-3.889612374813693,-10.98221893763352) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.625218760946851e-05 mm long + and its vector is (3.536821019167746e-06,-6.880980261136926e-06,-4.560052484769983e-05) mm + Endpoint of ComputeStep() was (-45.46962812248888,-3.89025343053111,-10.98135113831134) + and current position to locate is (-45.46962458566786,-3.890260311511371,-10.98139673883619) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.049124872338096e-05 mm long + and its vector is (-4.366783720399781e-06,-4.811994743469938e-05,1.465496695551849e-05) mm + Endpoint of ComputeStep() was (-45.45967759503993,-3.890924800096439,-10.98061466945171) + and current position to locate is (-45.45968196182365,-3.890972920043874,-10.98060001448475) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.315893906970563e-05 mm long + and its vector is (-2.312139386617673e-06,-3.307609212610529e-05,3.76007115221455e-07) mm + Endpoint of ComputeStep() was (-45.44973761966123,-3.891659006015312,-10.97980305508275) + and current position to locate is (-45.44973993180061,-3.891692082107438,-10.97980267907563) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.858053835115802e-05 mm long + and its vector is (-6.371557994100385e-06,-4.276055133356493e-05,3.952996296341382e-05) mm + Endpoint of ComputeStep() was (-45.43980007392715,-3.892415649785858,-10.97898324425673) + and current position to locate is (-45.43980644548514,-3.892458410337192,-10.97894371429377) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.624240437630917e-05 mm long + and its vector is (-3.590651779461496e-06,-4.610035015195635e-05,4.742342962771318e-07) mm + Endpoint of ComputeStep() was (-45.42986694965329,-3.893224505789186,-10.97815929235454) + and current position to locate is (-45.42987054030507,-3.893270606139338,-10.97815881812025) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.148338516443494e-05 mm long + and its vector is (-2.823390524042679e-06,-4.106366973921638e-05,-5.164759258491358e-06) mm + Endpoint of ComputeStep() was (-45.41993513458333,-3.894056377635013,-10.97734268504914) + and current position to locate is (-45.41993795797386,-3.894097441304752,-10.97734784980839) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.014979825390599e-05 mm long + and its vector is (-4.132745800689008e-06,-4.97634177887285e-05,-4.639496420821843e-06) mm + Endpoint of ComputeStep() was (-45.41000744774373,-3.894993066976584,-10.97658718103595) + and current position to locate is (-45.41001158048953,-3.895042830394372,-10.97659182053237) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.146359853068104e-05 mm long + and its vector is (5.498809265702675e-06,4.925953073131595e-05,-1.384787718450298e-05) mm + Endpoint of ComputeStep() was (-45.40008140151549,-3.895935216327756,-10.97582306387041) + and current position to locate is (-45.40007590270622,-3.895885956797025,-10.97583691174759) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.626951404796784e-05 mm long + and its vector is (-3.237809281131376e-06,9.589802042686557e-06,5.535169824888442e-05) mm + Endpoint of ComputeStep() was (-45.39013711011781,-3.896716700540623,-10.97511161181606) + and current position to locate is (-45.39014034792709,-3.89670711073858,-10.97505626011781) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.814043644662791e-05 mm long + and its vector is (-5.328741373489265e-06,-3.194770060144236e-05,3.561531360141146e-05) mm + Endpoint of ComputeStep() was (-45.38020269329504,-3.897533528491429,-10.97431070878645) + and current position to locate is (-45.38020802203641,-3.89756547619203,-10.97427509347285) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.257814797413584e-05 mm long + and its vector is (-6.043413939949005e-06,-3.380089595594882e-05,3.981756176507645e-05) mm + Endpoint of ComputeStep() was (-45.37027589079416,-3.898436385319744,-10.9735069281152) + and current position to locate is (-45.3702819342081,-3.8984701862157,-10.97346711055344) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.224960743746442e-05 mm long + and its vector is (-2.459711986091406e-06,-1.036186501890413e-05,1.953526558295948e-05) mm + Endpoint of ComputeStep() was (-45.36035211840111,-3.899356867697592,-10.97268714608097) + and current position to locate is (-45.3603545781131,-3.899367229562611,-10.97266761081539) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.068961816495682e-05 mm long + and its vector is (6.628734041669304e-07,-2.258127479981553e-05,-3.384215793467149e-05) mm + Endpoint of ComputeStep() was (-45.35042283571964,-3.900236756671052,-10.97189288130451) + and current position to locate is (-45.35042217284624,-3.900259337945851,-10.97192672346244) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.730513206179364e-05 mm long + and its vector is (-4.74181600651491e-06,-4.594242737798737e-06,5.692351249919625e-05) mm + Endpoint of ComputeStep() was (-45.34049143846152,-3.901157471374554,-10.97117196553598) + and current position to locate is (-45.34049618027753,-3.901162065617292,-10.97111504202348) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.31318552928227e-05 mm long + and its vector is (7.644232340453527e-07,-3.036711806281289e-05,-4.359183231450459e-05) mm + Endpoint of ComputeStep() was (-45.33056573105782,-3.902037831734924,-10.97033082265467) + and current position to locate is (-45.33056496663458,-3.902068198852987,-10.97037441448698) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.624111045982417e-05 mm long + and its vector is (1.89096688529844e-06,-1.514519089962363e-05,-5.413048995350778e-05) mm + Endpoint of ComputeStep() was (-45.32063656984035,-3.903080915742287,-10.96974423249105) + and current position to locate is (-45.32063467887346,-3.903096060933186,-10.969798362981) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.935938860880549e-05 mm long + and its vector is (6.385083203497288e-06,5.617701937854491e-05,-1.808065878883269e-05) mm + Endpoint of ComputeStep() was (-45.31069602080029,-3.9040430142757,-10.96923078728574) + and current position to locate is (-45.31068963571708,-3.903986837256321,-10.96924886794453) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.809013499358925e-05 mm long + and its vector is (4.996860525352531e-07,3.071799147003063e-05,3.699751880326119e-05) mm + Endpoint of ComputeStep() was (-45.30073061265889,-3.904742358245409,-10.96875608618554) + and current position to locate is (-45.30073011297284,-3.904711640253939,-10.96871908866674) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.432324930246749e-05 mm long + and its vector is (-3.494968382256047e-06,-4.407493916991356e-05,3.120154147495668e-06) mm + Endpoint of ComputeStep() was (-45.29077162247134,-3.905465493939188,-10.96821316682763) + and current position to locate is (-45.29077511743972,-3.905509568878358,-10.96821004667349) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.083032261659025e-05 mm long + and its vector is (-1.801200099293965e-06,-4.104884197708714e-05,-2.992440388460693e-05) mm + Endpoint of ComputeStep() was (-45.28082088160565,-3.906316509668736,-10.96770228670367) + and current position to locate is (-45.28082268280575,-3.906357558510713,-10.96773221110755) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.49712866016946e-05 mm long + and its vector is (3.011386908724489e-07,-1.964718472535765e-05,-4.045137904284957e-05) mm + Endpoint of ComputeStep() was (-45.27086741512087,-3.907174159925074,-10.96726147721464) + and current position to locate is (-45.27086711398218,-3.907193807109799,-10.96730192859369) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.300782220121335e-05 mm long + and its vector is (-4.106077540200204e-06,-5.994254264685139e-05,-1.897412361095974e-05) mm + Endpoint of ComputeStep() was (-45.26091029172537,-3.908012695294097,-10.96686961583928) + and current position to locate is (-45.26091439780291,-3.908072637836744,-10.96688858996289) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.550714927230899e-05 mm long + and its vector is (-4.193295531251806e-06,-4.315288089307145e-05,1.382554802198399e-05) mm + Endpoint of ComputeStep() was (-45.25095842181502,-3.908901323512262,-10.9664554660541) + and current position to locate is (-45.25096261511055,-3.908944476393155,-10.96644164050607) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.726024473107264e-05 mm long + and its vector is (3.59703662411448e-06,4.592094758004706e-05,1.057632416845422e-05) mm + Endpoint of ComputeStep() was (-45.24101185312557,-3.909826821457984,-10.96599490059198) + and current position to locate is (-45.24100825608895,-3.909780900510404,-10.96598432426781) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.029596089962054e-05 mm long + and its vector is (-3.534494538826038e-06,-5.641996733229959e-05,-2.097373441678485e-05) mm + Endpoint of ComputeStep() was (-45.23105316584982,-3.910587298666703,-10.96549272151509) + and current position to locate is (-45.23105670034436,-3.910643718634035,-10.96551369524951) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.432588422803988e-05 mm long + and its vector is (-3.372635028142668e-06,-3.287082836855859e-05,9.295176349510825e-06) mm + Endpoint of ComputeStep() was (-45.22110940209232,-3.911510617516432,-10.96497008833554) + and current position to locate is (-45.22111277472735,-3.9115434883448,-10.96496079315919) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.809332417122894e-05 mm long + and its vector is (1.040033183130618e-06,3.844917333228892e-05,4.353634934517459e-05) mm + Endpoint of ComputeStep() was (-45.21117004491143,-3.912449672420249,-10.9643980160773) + and current position to locate is (-45.21116900487824,-3.912411223246917,-10.96435447972796) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.579951795770698e-05 mm long + and its vector is (-5.686254361592091e-06,-4.881562010927709e-05,2.64251385804215e-05) mm + Endpoint of ComputeStep() was (-45.20122233655857,-3.913237714549999,-10.96374091244023) + and current position to locate is (-45.20122802281293,-3.913286530170109,-10.96371448730165) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.813811387560052e-05 mm long + and its vector is (-3.487285283654273e-06,-4.735567014257924e-05,-7.909320716592561e-06) mm + Endpoint of ComputeStep() was (-45.19128249665251,-3.914122371472514,-10.96309509934704) + and current position to locate is (-45.1912859839378,-3.914169727142657,-10.96310300866775) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.513444694122312e-05 mm long + and its vector is (1.349415619245065e-06,5.669156276422171e-06,-1.396750617743692e-05) mm + Endpoint of ComputeStep() was (-45.181340766686,-3.91500850887029,-10.96248263688006) + and current position to locate is (-45.18133941727038,-3.915002839714013,-10.96249660438624) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.599809765036492e-05 mm long + and its vector is (2.95978111353179e-06,-1.466427018037564e-06,-4.587934475352995e-05) mm + Endpoint of ComputeStep() was (-45.17140164401691,-3.915890652477555,-10.96182711910064) + and current position to locate is (-45.1713986842358,-3.915892118904573,-10.96187299844539) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.373151840737302e-05 mm long + and its vector is (-1.507911953524399e-06,-1.058487264193886e-05,8.616337416000874e-06) mm + Endpoint of ComputeStep() was (-45.16145956138222,-3.916782558183832,-10.9612274647911) + and current position to locate is (-45.16146106929418,-3.916793143056474,-10.96121884845369) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.315367907803801e-05 mm long + and its vector is (4.35508592744327e-06,9.266599063639802e-06,-5.215819176207503e-05) mm + Endpoint of ComputeStep() was (-45.15152741143342,-3.917730573698393,-10.96055595853191) + and current position to locate is (-45.15152305634749,-3.917721307099329,-10.96060811672367) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.292344488912488e-05 mm long + and its vector is (4.384292637382714e-06,5.16766595022311e-05,1.05447550797777e-05) mm + Endpoint of ComputeStep() was (-45.14159020896625,-3.918691836393594,-10.9599817197932) + and current position to locate is (-45.14158582467361,-3.918640159734092,-10.95997117503812) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.521199920552193e-05 mm long + and its vector is (-1.581577762976849e-06,-4.089932719741896e-05,-3.705547871568626e-05) mm + Endpoint of ComputeStep() was (-45.13165010180597,-3.919585477454676,-10.9593518674168) + and current position to locate is (-45.13165168338373,-3.919626376781874,-10.95938892289552) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.617811426228344e-05 mm long + and its vector is (-1.240118962186898e-06,-3.696434011457583e-05,-4.228569719089137e-05) mm + Endpoint of ComputeStep() was (-45.12171508929747,-3.920599542010839,-10.95882963563433) + and current position to locate is (-45.12171632941644,-3.920636506350954,-10.95887192133153) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.193710723492777e-05 mm long + and its vector is (4.623993767438606e-06,3.397020325168754e-05,-2.415294880364627e-05) mm + Endpoint of ComputeStep() was (-45.11177848150928,-3.921615914462448,-10.95834685690532) + and current position to locate is (-45.11177385751551,-3.921581944259196,-10.95837100985412) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.125290451011933e-05 mm long + and its vector is (1.429841340438998e-06,-1.194529273140787e-05,-4.982093692440515e-05) mm + Endpoint of ComputeStep() was (-45.10183293623779,-3.922535706815438,-10.95785703089846) + and current position to locate is (-45.10183150639645,-3.922547652108169,-10.95790685183538) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.549048127066635e-05 mm long + and its vector is (3.370038037076029e-06,4.281422786700517e-05,1.49989540307871e-05) mm + Endpoint of ComputeStep() was (-45.09189076454211,-3.923507442330368,-10.95740068326442) + and current position to locate is (-45.09188739450408,-3.923464628102501,-10.95738568431039) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.804198042620806e-05 mm long + and its vector is (-4.155120045368221e-06,-4.741005396979858e-05,-6.561527509774123e-06) mm + Endpoint of ComputeStep() was (-45.08194608363715,-3.924408507445685,-10.95686110668646) + and current position to locate is (-45.08195023875719,-3.924455917499655,-10.95686766821397) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.174402023156439e-05 mm long + and its vector is (4.414567221999732e-06,3.976984205689149e-05,-1.189262309608807e-05) mm + Endpoint of ComputeStep() was (-45.07200773910071,-3.925424224444996,-10.95641508355002) + and current position to locate is (-45.07200332453349,-3.925384454602939,-10.95642697617311) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.225219701102109e-05 mm long + and its vector is (4.772702439481691e-06,3.459093825242121e-05,-3.887133127022935e-05) mm + Endpoint of ComputeStep() was (-45.06205372460445,-3.926297657107371,-10.9560179871345) + and current position to locate is (-45.06204895190201,-3.926263066169119,-10.95605685846577) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.153181601865019e-05 mm long + and its vector is (3.044954304698422e-06,3.019220604238981e-05,-8.568218543558714e-06) mm + Endpoint of ComputeStep() was (-45.05209669849084,-3.927157370454927,-10.95567134803447) + and current position to locate is (-45.05209365353653,-3.927127178248885,-10.95567991625302) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.340293996358595e-05 mm long + and its vector is (-5.121109580841221e-07,-2.197210961085716e-05,-3.742698677555722e-05) mm + Endpoint of ComputeStep() was (-45.04214020751166,-3.928009681992445,-10.95529802068888) + and current position to locate is (-45.04214071962262,-3.928031654102055,-10.95533544767566) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.94559867143773e-05 mm long + and its vector is (-5.746377148341253e-06,-5.446388165042393e-05,2.314474241416065e-05) mm + Endpoint of ComputeStep() was (-45.03218775134167,-3.928925030580383,-10.95496660543395) + and current position to locate is (-45.03219349771881,-3.928979494462033,-10.95494346069153) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.664289181990812e-05 mm long + and its vector is (-3.537006236342677e-06,-1.428895406352382e-05,5.469673273950093e-05) mm + Endpoint of ComputeStep() was (-45.02224929861757,-3.929958613050975,-10.95455619599275) + and current position to locate is (-45.0222528356238,-3.929972902005038,-10.95450149926001) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.405753243998863e-05 mm long + and its vector is (-3.525788542901864e-06,-3.278963298747328e-05,8.504369441553195e-06) mm + Endpoint of ComputeStep() was (-45.01230792201259,-3.930936784060088,-10.95409484669311) + and current position to locate is (-45.01231144780113,-3.930969573693075,-10.95408634232367) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.919411980326825e-05 mm long + and its vector is (-9.183578484339705e-07,1.773485325129442e-05,5.646747221454973e-05) mm + Endpoint of ComputeStep() was (-45.00237037613218,-3.931945145093341,-10.9536182661771) + and current position to locate is (-45.00237129449003,-3.931927410240089,-10.95356179870488) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.105365994971117e-05 mm long + and its vector is (3.825716802907664e-06,4.082744312228215e-05,1.971490377172813e-06) mm + Endpoint of ComputeStep() was (-44.99242988962251,-3.932883146714883,-10.95306102177993) + and current position to locate is (-44.99242606390571,-3.932842319271761,-10.95305905028955) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.729820656408105e-05 mm long + and its vector is (3.731299635489904e-06,1.686207310802601e-05,-4.403258154717093e-05) mm + Endpoint of ComputeStep() was (-44.98248122297304,-3.933768418548039,-10.95257097471272) + and current position to locate is (-44.98247749167341,-3.933751556474931,-10.95261500729427) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.729501544684724e-05 mm long + and its vector is (5.629502304316247e-06,5.626398263203214e-05,-9.240766052798222e-06) mm + Endpoint of ComputeStep() was (-44.97253041637919,-3.934672892336434,-10.95216493006854) + and current position to locate is (-44.97252478687689,-3.934616628353802,-10.9521741708346) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.890590740695946e-05 mm long + and its vector is (-4.937031796714564e-06,-4.668629450277351e-05,1.370413813184257e-05) mm + Endpoint of ComputeStep() was (-44.96257757112415,-3.935536388675446,-10.95172397694527) + and current position to locate is (-44.96258250815595,-3.935583074969949,-10.95171027280714) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.275639798692149e-05 mm long + and its vector is (-4.574579911320598e-06,-3.534166501539815e-05,2.362518785936629e-05) mm + Endpoint of ComputeStep() was (-44.9526409045506,-3.936542229341133,-10.95122009479218) + and current position to locate is (-44.95264547913051,-3.936577571006148,-10.95119646960432) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.232146277861021e-05 mm long + and its vector is (3.475888391335502e-06,4.061898946883247e-05,1.136319084338311e-05) mm + Endpoint of ComputeStep() was (-44.94270820528152,-3.937570624159854,-10.95068640505943) + and current position to locate is (-44.94270472939313,-3.937530005170385,-10.95067504186859) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.690814382257358e-05 mm long + and its vector is (-3.603891315151486e-06,-7.058150478744807e-06,5.635362732370197e-05) mm + Endpoint of ComputeStep() was (-44.93276312537111,-3.938474716648682,-10.95015758547754) + and current position to locate is (-44.93276672926243,-3.938481774799161,-10.95010123185022) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.668763074102065e-05 mm long + and its vector is (1.397146633053126e-06,-1.188398248253009e-06,-2.662452488699785e-05) mm + Endpoint of ComputeStep() was (-44.9228295034314,-3.939445433349229,-10.94953675335436) + and current position to locate is (-44.92282810628477,-3.939446621747477,-10.94956337787925) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.34089070802522e-05 mm long + and its vector is (-5.604110477008817e-06,-4.098819912057294e-05,3.377976959839657e-05) mm + Endpoint of ComputeStep() was (-44.91288707075141,-3.940425963590187,-10.94910247470763) + and current position to locate is (-44.91289267486189,-3.940466951789308,-10.94906869493804) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.481933320039066e-05 mm long + and its vector is (2.683666338043622e-07,2.596494187434573e-05,4.827948907504265e-05) mm + Endpoint of ComputeStep() was (-44.90295336267793,-3.941456150749377,-10.94859194768653) + and current position to locate is (-44.9029530943113,-3.941430185807503,-10.94854366819746) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.389172050370718e-05 mm long + and its vector is (1.926462488199832e-06,3.767944533450418e-05,3.84820176240197e-05) mm + Endpoint of ComputeStep() was (-44.8930185759213,-3.942453250345634,-10.9480392760542) + and current position to locate is (-44.89301664945881,-3.9424155709003,-10.94800079403658) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.674567682460522e-06 mm long + and its vector is (4.445446819545396e-07,7.659683802785366e-07,-6.615551845001733e-06) mm + Endpoint of ComputeStep() was (-44.88308313601875,-3.94342441876872,-10.94745009998698) + and current position to locate is (-44.88308269147407,-3.94342365280034,-10.94745671553882) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.026512249855932e-05 mm long + and its vector is (-5.13718989481049e-06,-5.000009101285841e-05,4.274558289552033e-07) mm + Endpoint of ComputeStep() was (-44.87314770156755,-3.944440061967952,-10.94694817435147) + and current position to locate is (-44.87315283875744,-3.944490062058965,-10.94694774689564) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.087184379452728e-05 mm long + and its vector is (3.17968516583278e-06,1.682590809348739e-05,-2.568752923792772e-05) mm + Endpoint of ComputeStep() was (-44.86322438717398,-3.945558529083771,-10.94641864103584) + and current position to locate is (-44.86322120748881,-3.945541703175678,-10.94644432856507) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.148272005277673e-05 mm long + and its vector is (-4.275514505991396e-06,-4.885280248156931e-05,-1.567144311920288e-05) mm + Endpoint of ComputeStep() was (-44.85328641447974,-3.946568654855932,-10.94595342827644) + and current position to locate is (-44.85329068999425,-3.946617507658413,-10.94596909971956) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.942993263441875e-05 mm long + and its vector is (1.607139807902058e-07,2.173809655303671e-05,4.439310272452701e-05) mm + Endpoint of ComputeStep() was (-44.84335948336684,-3.947681308371638,-10.94548413882312) + and current position to locate is (-44.84335932265286,-3.947659570275085,-10.94543974572039) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.725956399607924e-05 mm long + and its vector is (1.516486513253312e-06,1.658319117359142e-05,4.537685367012045e-06) mm + Endpoint of ComputeStep() was (-44.83342688330965,-3.948704700420801,-10.94493967078779) + and current position to locate is (-44.83342536682314,-3.948688117229628,-10.94493513310242) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.755395821390084e-05 mm long + and its vector is (2.775447292435729e-06,8.065806853529978e-06,-3.657238616305847e-05) mm + Endpoint of ComputeStep() was (-44.82348632100344,-3.949645217532431,-10.9443919497414) + and current position to locate is (-44.82348354555614,-3.949637151725578,-10.94442852212756) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.246423096166196e-05 mm long + and its vector is (2.692249900348997e-06,1.625709167285549e-07,-5.239485558306001e-05) mm + Endpoint of ComputeStep() was (-44.81354460099368,-3.950614583836995,-10.94392085357544) + and current position to locate is (-44.81354190874378,-3.950614421266078,-10.94397324843102) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.551843662371829e-05 mm long + and its vector is (-6.00312688447957e-09,-2.089657725923288e-05,-4.043836168143855e-05) mm + Endpoint of ComputeStep() was (-44.80360257098524,-3.951590350645584,-10.94347041113096) + and current position to locate is (-44.80360257698837,-3.951611247222843,-10.94351084949264) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.955396172150745e-05 mm long + and its vector is (2.61389244116117e-06,1.297959619694922e-05,-2.642223121362974e-05) mm + Endpoint of ComputeStep() was (-44.79366564796177,-3.952618644621641,-10.94302268283696) + and current position to locate is (-44.79366303406933,-3.952605665025444,-10.94304910506817) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.637515511684111e-05 mm long + and its vector is (-3.497791098538983e-06,-4.835629337751612e-05,-2.87679068176061e-05) mm + Endpoint of ComputeStep() was (-44.78372375500759,-3.953600975241493,-10.94258455993856) + and current position to locate is (-44.78372725279869,-3.953649331534871,-10.94261332784538) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.413011567890505e-05 mm long + and its vector is (-5.485235448077219e-06,-5.288414797721686e-05,-1.016112731022645e-05) mm + Endpoint of ComputeStep() was (-44.77380239766114,-3.954771596671462,-10.94213012670222) + and current position to locate is (-44.77380788289659,-3.954824480819439,-10.94214028782953) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.763348834002811e-05 mm long + and its vector is (5.694900195862829e-06,5.616723162349402e-05,1.159435991127111e-05) mm + Endpoint of ComputeStep() was (-44.76388504068798,-3.955941019605998,-10.94160526074596) + and current position to locate is (-44.76387934578779,-3.955884852374374,-10.94159366638605) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.77890415904974e-05 mm long + and its vector is (4.624862064872559e-06,3.17988721083573e-05,-1.988602644686921e-05) mm + Endpoint of ComputeStep() was (-44.75395528082178,-3.956978125956221,-10.94103384792316) + and current position to locate is (-44.75395065595971,-3.956946327084113,-10.9410537339496) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.148180300980663e-05 mm long + and its vector is (-4.710979901290102e-06,-5.015256379126143e-05,-1.06255849097181e-05) mm + Endpoint of ComputeStep() was (-44.74401866029081,-3.957988390025793,-10.94053868501843) + and current position to locate is (-44.74402337127071,-3.958038542589585,-10.94054931060334) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.2022345558699e-05 mm long + and its vector is (3.379921096779981e-06,4.486716344453967e-05,2.611203200153511e-05) mm + Endpoint of ComputeStep() was (-44.73409251439312,-3.959089112059329,-10.94002960538034) + and current position to locate is (-44.73408913447202,-3.959044244895885,-10.94000349334834) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.404203640195979e-05 mm long + and its vector is (-1.313386583490228e-06,-3.068528699934348e-05,-3.156563238526644e-05) mm + Endpoint of ComputeStep() was (-44.72415588675373,-3.960048778295285,-10.9394402794974) + and current position to locate is (-44.72415720014032,-3.960079463582284,-10.93947184512979) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.956960738761834e-05 mm long + and its vector is (6.915253649708575e-06,5.41561058393647e-05,-2.38292591490108e-05) mm + Endpoint of ComputeStep() was (-44.71422520659727,-3.961117479933053,-10.93894865088448) + and current position to locate is (-44.71421829134362,-3.961063323827213,-10.93897248014363) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.61731356044215e-05 mm long + and its vector is (6.466458508214146e-06,4.953745526803388e-05,-2.568358626753309e-05) mm + Endpoint of ComputeStep() was (-44.70428499103088,-3.962090431877097,-10.93845257785549) + and current position to locate is (-44.70427852457237,-3.962040894421829,-10.93847826144176) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.761613994510326e-05 mm long + and its vector is (2.985054962323375e-06,4.044589485507899e-05,2.495026692272972e-05) mm + Endpoint of ComputeStep() was (-44.69434168283354,-3.96306049760801,-10.93801426862906) + and current position to locate is (-44.69433869777858,-3.963020051713155,-10.93798931836214) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.078241729887658e-05 mm long + and its vector is (3.911001655865221e-06,1.61107172522712e-05,-4.800002877480836e-05) mm + Endpoint of ComputeStep() was (-44.68439961845986,-3.964011410242497,-10.93751222992473) + and current position to locate is (-44.68439570745821,-3.963995299525245,-10.93756022995351) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.261944581906848e-05 mm long + and its vector is (-5.747658882171436e-06,-4.688502062810684e-05,2.318545527657534e-05) mm + Endpoint of ComputeStep() was (-44.67445578971869,-3.964985805881154,-10.9370991070038) + and current position to locate is (-44.67446153737757,-3.965032690901782,-10.93707592154853) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.337021468675207e-05 mm long + and its vector is (-8.629520351632891e-07,-2.49184204159647e-05,-3.548666171582227e-05) mm + Endpoint of ComputeStep() was (-44.66452412062817,-3.966044458865378,-10.93660712159281) + and current position to locate is (-44.6645249835802,-3.966069377285794,-10.93664260825453) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.692489091671181e-05 mm long + and its vector is (-6.128151959217121e-06,-5.622764856560991e-05,6.429657551265677e-06) mm + Endpoint of ComputeStep() was (-44.6545883087342,-3.96710236652223,-10.93620543136793) + and current position to locate is (-44.65459443688616,-3.967158594170796,-10.93619900171038) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.68904655441992e-05 mm long + and its vector is (5.971653209257966e-06,4.364092512121331e-05,-3.600463973363333e-05) mm + Endpoint of ComputeStep() was (-44.64465411834402,-3.968153376834782,-10.93575608936709) + and current position to locate is (-44.64464814669081,-3.968109735909661,-10.93579209400683) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.354384551710294e-05 mm long + and its vector is (6.373751844535036e-06,4.857971035843178e-05,-4.046241876132228e-05) mm + Endpoint of ComputeStep() was (-44.63470390147461,-3.969085098213666,-10.93539668182957) + and current position to locate is (-44.63469752772276,-3.969036518503308,-10.93543714424833) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.947930269035337e-05 mm long + and its vector is (-9.564855147914386e-07,-1.914506786571124e-05,-2.23959996201728e-05) mm + Endpoint of ComputeStep() was (-44.62475108243476,-3.969990955054935,-10.93504604218345) + and current position to locate is (-44.62475203892027,-3.970010100122801,-10.93506843818307) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.812755318159972e-05 mm long + and its vector is (3.584227719954924e-06,1.531892311801286e-05,-5.595798732116464e-05) mm + Endpoint of ComputeStep() was (-44.61480691015599,-3.970986530948321,-10.9346987369408) + and current position to locate is (-44.61480332592827,-3.970971212025203,-10.93475469492812) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.009806947505808e-05 mm long + and its vector is (1.124079808789702e-06,-8.420311193635399e-06,-5.949464478938182e-05) mm + Endpoint of ComputeStep() was (-44.60485679208947,-3.971948802311524,-10.93442840821177) + and current position to locate is (-44.60485566800966,-3.971957222622717,-10.93448790285656) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.470256258582115e-05 mm long + and its vector is (-4.74800047811641e-06,-5.26228522894634e-05,-1.416553076438731e-05) mm + Endpoint of ComputeStep() was (-44.59490899759594,-3.972938398771861,-10.93417690203431) + and current position to locate is (-44.59491374559642,-3.97299102162415,-10.93419106756507) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.231853349986014e-05 mm long + and its vector is (2.823576586763465e-06,1.355518600165695e-05,-5.045308013684746e-05) mm + Endpoint of ComputeStep() was (-44.58497194531897,-3.97402997192216,-10.93391381452284) + and current position to locate is (-44.58496912174238,-3.974016416736158,-10.93396426760298) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.82658883426788e-05 mm long + and its vector is (-1.485460359162971e-07,1.187452197060068e-05,5.70428558752667e-05) mm + Endpoint of ComputeStep() was (-44.57502346629283,-3.975028185527403,-10.93372774966924) + and current position to locate is (-44.57502361483887,-3.975016311005432,-10.93367070681337) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.457198435292195e-05 mm long + and its vector is (5.828584242806301e-06,5.107165570938932e-05,-1.832525757095027e-05) mm + Endpoint of ComputeStep() was (-44.56508141006248,-3.976051067576991,-10.93339227979955) + and current position to locate is (-44.56507558147823,-3.975999995921281,-10.93341060505712) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.417320925948026e-05 mm long + and its vector is (-1.793238951108833e-06,-2.069439552609964e-06,5.410395840854676e-05) mm + Endpoint of ComputeStep() was (-44.55513565596907,-3.977053535986169,-10.93312145016753) + and current position to locate is (-44.55513744920803,-3.977055605425721,-10.93306734620912) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.820114321970264e-05 mm long + and its vector is (-2.290734826715379e-06,-2.560139739715694e-05,-1.160282138812363e-05) mm + Endpoint of ComputeStep() was (-44.54519878002093,-3.978102940089215,-10.93271860557562) + and current position to locate is (-44.54520107075575,-3.978128541486612,-10.93273020839701) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.00758912134908e-05 mm long + and its vector is (-5.844669750842968e-06,-5.831417932666838e-05,-1.320640110158422e-05) mm + Endpoint of ComputeStep() was (-44.53526246858021,-3.979192105608067,-10.93243239664679) + and current position to locate is (-44.53526831324996,-3.979250419787393,-10.93244560304789) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.716964934928735e-05 mm long + and its vector is (-1.768490974995984e-06,-2.417642106111728e-05,-2.817722372938647e-05) mm + Endpoint of ComputeStep() was (-44.5253341315948,-3.980348638249397,-10.93212681786826) + and current position to locate is (-44.52533590008578,-3.980372814670458,-10.93215499509199) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.814704924287311e-05 mm long + and its vector is (-6.147403261991258e-06,-4.305297896500804e-05,3.859701764419299e-05) mm + Endpoint of ComputeStep() was (-44.51540672373334,-3.981520004181423,-10.9318531913276) + and current position to locate is (-44.5154128711366,-3.981563057160388,-10.93181459430996) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.011651826838203e-05 mm long + and its vector is (2.114122565899379e-07,4.353805957979517e-06,9.12927272089803e-06) mm + Endpoint of ComputeStep() was (-44.50548966080118,-3.98275135828888,-10.93147768420291) + and current position to locate is (-44.50548944938893,-3.982747004482922,-10.93146855493019) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.663011589408691e-05 mm long + and its vector is (-5.870902285209922e-06,-4.601071758658648e-05,4.786865552830477e-06) mm + Endpoint of ComputeStep() was (-44.49557173753414,-3.983975718619555,-10.93111510901779) + and current position to locate is (-44.49557760843643,-3.984021729337141,-10.93111032215224) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.380065596014761e-05 mm long + and its vector is (-6.617541792763859e-06,-5.339182083030636e-05,-1.794179134151364e-07) mm + Endpoint of ComputeStep() was (-44.48566009824131,-3.985252122287422,-10.93075705876989) + and current position to locate is (-44.4856667157831,-3.985305514108252,-10.93075723818781) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.980675283155406e-05 mm long + and its vector is (5.528341496585654e-06,5.251675256801036e-05,2.807625018164117e-05) mm + Endpoint of ComputeStep() was (-44.47574962542696,-3.986538951474897,-10.93040280827654) + and current position to locate is (-44.47574409708546,-3.986486434722329,-10.93037473202636) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.720240766308797e-05 mm long + and its vector is (4.901891557551608e-06,2.914205064641351e-05,-3.680733123267999e-05) mm + Endpoint of ComputeStep() was (-44.46581765332937,-3.987617630375981,-10.92994837702349) + and current position to locate is (-44.46581275143782,-3.987588488325335,-10.92998518435473) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.816866492024041e-05 mm long + and its vector is (-8.137339477798378e-07,-1.510942598859089e-05,-2.375956158573445e-05) mm + Endpoint of ComputeStep() was (-44.45588565395411,-3.988728704675222,-10.92960007630942) + and current position to locate is (-44.45588646768805,-3.988743814101211,-10.929623835871) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.280985845000742e-05 mm long + and its vector is (-5.014433114070016e-06,-2.87489504313676e-05,4.401402570941571e-05) mm + Endpoint of ComputeStep() was (-44.44596039425726,-3.989894952511189,-10.92924487462053) + and current position to locate is (-44.44596540869038,-3.98992370146162,-10.92920086059482) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.621075495804682e-05 mm long + and its vector is (-6.406733362496198e-06,-4.242613376481685e-05,3.631288909389241e-05) mm + Endpoint of ComputeStep() was (-44.43604016749315,-3.99107122484409,-10.92879044452154) + and current position to locate is (-44.43604657422652,-3.991113650977855,-10.92875413163245) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.349831206148833e-05 mm long + and its vector is (3.501597888089236e-06,3.849243918141454e-05,1.99543000451996e-05) mm + Endpoint of ComputeStep() was (-44.42612173377708,-3.992249757489589,-10.92830416794379) + and current position to locate is (-44.42611823217919,-3.992211265050407,-10.92828421364375) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.355012862544986e-05 mm long + and its vector is (-2.644166897880496e-06,-2.64460253163179e-06,5.341938538272473e-05) mm + Endpoint of ComputeStep() was (-44.41618585412186,-3.99328421718417,-10.92784569618026) + and current position to locate is (-44.41618849828876,-3.993286861786702,-10.92779227679488) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.002435952002152e-05 mm long + and its vector is (-2.978514871188054e-06,-3.546600920545373e-05,-1.830956021287022e-05) mm + Endpoint of ComputeStep() was (-44.40625551554415,-3.994351190139366,-10.92734650189705) + and current position to locate is (-44.40625849405902,-3.994386656148571,-10.92736481145726) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.703745794457251e-05 mm long + and its vector is (-5.266803611903015e-06,-4.493366091251616e-05,1.287436781360896e-05) mm + Endpoint of ComputeStep() was (-44.39632221061105,-3.99543228858317,-10.9269493844331) + and current position to locate is (-44.39632747741467,-3.995477222244082,-10.92693651006529) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.608654232593638e-05 mm long + and its vector is (-9.277879726710125e-07,-2.422221300424354e-05,-3.919684923836542e-05) mm + Endpoint of ComputeStep() was (-44.38639645283336,-3.996563545692565,-10.92650026906337) + and current position to locate is (-44.38639738062133,-3.99658776790557,-10.92653946591261) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.371444757726896e-05 mm long + and its vector is (-2.722381267972196e-06,-3.911243029897093e-05,-5.022287592737484e-05) mm + Endpoint of ComputeStep() was (-44.37647423734134,-3.997764128193129,-10.92616123726643) + and current position to locate is (-44.37647695972261,-3.997803240623428,-10.92621146014236) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.868693580364069e-05 mm long + and its vector is (-5.71546512162513e-06,-5.306201652377496e-05,-2.441131489483439e-05) mm + Endpoint of ComputeStep() was (-44.36657210995308,-3.999091164160663,-10.92573098636834) + and current position to locate is (-44.3665778254182,-3.999144226177187,-10.92575539768324) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.446990106315745e-05 mm long + and its vector is (6.130786502467345e-06,3.98306031277329e-05,-1.880182469626845e-05) mm + Endpoint of ComputeStep() was (-44.35667433151341,-4.000445160320826,-10.92528208111065) + and current position to locate is (-44.35666820072691,-4.000405329717698,-10.92530088293534) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.546933222615577e-05 mm long + and its vector is (5.228589586181442e-06,4.71849058314433e-05,2.868960317314873e-05) mm + Endpoint of ComputeStep() was (-44.34677199788889,-4.001770984417889,-10.92485838447244) + and current position to locate is (-44.34676676929931,-4.001723799512058,-10.92482969486927) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.387815739396696e-05 mm long + and its vector is (-1.516557766478854e-06,-3.299701725367754e-05,-4.256468899299648e-05) mm + Endpoint of ComputeStep() was (-44.33686261475432,-4.002962521589494,-10.92422229206975) + and current position to locate is (-44.33686413131208,-4.002995518606748,-10.92426485675874) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.033978067455669e-05 mm long + and its vector is (-5.393707048995111e-06,-4.851265258576376e-05,-1.230950777753037e-05) mm + Endpoint of ComputeStep() was (-44.326961950871,-4.004250353196026,-10.92365834233069) + and current position to locate is (-44.32696734457805,-4.004298865848612,-10.92367065183847) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.505454646855638e-05 mm long + and its vector is (-6.129281814537535e-06,-2.453967887383612e-05,4.890029807746998e-05) mm + Endpoint of ComputeStep() was (-44.31706669231409,-4.005566505255612,-10.92306582068117) + and current position to locate is (-44.3170728215959,-4.005591044934485,-10.9230169203831) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.150225078757191e-05 mm long + and its vector is (-4.879577659266943e-06,-8.033470676238608e-06,6.077976573415356e-05) mm + Endpoint of ComputeStep() was (-44.307174543026,-4.006866903547181,-10.92239089220145) + and current position to locate is (-44.30717942260366,-4.006874937017857,-10.92233011243572) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.131396479036103e-05 mm long + and its vector is (7.425085897239114e-06,4.323511247772416e-05,-2.662172291501008e-05) mm + Endpoint of ComputeStep() was (-44.29728545387606,-4.008163397936318,-10.92166310771156) + and current position to locate is (-44.29727802879016,-4.008120162823841,-10.92168972943447) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.647857141419284e-05 mm long + and its vector is (-6.518965371071772e-06,-2.603925670729978e-05,4.96919433068399e-05) mm + Endpoint of ComputeStep() was (-44.28737615781028,-4.00935430392758,-10.92103743381297) + and current position to locate is (-44.28738267677565,-4.009380343184287,-10.92098774186967) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.996224738913165e-05 mm long + and its vector is (7.741258798432682e-07,4.360257972724213e-05,4.115442724916818e-05) mm + Endpoint of ComputeStep() was (-44.27747184268055,-4.010382619069731,-10.92011226908451) + and current position to locate is (-44.27747106855468,-4.010339016490004,-10.92007111465726) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.290044478447973e-05 mm long + and its vector is (-2.642178223766223e-06,1.182213495276585e-05,4.115463743126213e-05) mm + Endpoint of ComputeStep() was (-44.26755892747334,-4.011295531543396,-10.91915997327184) + and current position to locate is (-44.26756156965156,-4.011283709408443,-10.91911881863441) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.297307557459524e-05 mm long + and its vector is (2.813355600039813e-06,4.93491219923925e-05,1.904982741862682e-05) mm + Endpoint of ComputeStep() was (-44.25765147124257,-4.012217608990246,-10.91816308852916) + and current position to locate is (-44.25764865788697,-4.012168259868254,-10.91814403870174) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.887429627115022e-05 mm long + and its vector is (-4.25467865028395e-06,-4.866563574434934e-05,-1.500147719823985e-06) mm + Endpoint of ComputeStep() was (-44.24773637571903,-4.013064723520686,-10.91717520193495) + and current position to locate is (-44.24774063039768,-4.01311338915643,-10.91717670208267) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.547395893973955e-05 mm long + and its vector is (-7.02508889105502e-06,-4.95830311884049e-05,2.386485417282813e-05) mm + Endpoint of ComputeStep() was (-44.23783280351817,-4.014044843026211,-10.91619538210037) + and current position to locate is (-44.23783982860706,-4.014094426057399,-10.91617151724619) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.503123050477362e-05 mm long + and its vector is (-6.364194106822652e-06,-3.063844333173193e-05,3.238200957866866e-05) mm + Endpoint of ComputeStep() was (-44.22794054131835,-4.015102057662914,-10.9151793391071) + and current position to locate is (-44.22794690551246,-4.015132696106246,-10.91514695709752) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.42540656421849e-05 mm long + and its vector is (-7.863312276867873e-06,-3.305798288177897e-05,4.229470092731447e-05) mm + Endpoint of ComputeStep() was (-44.21805437775708,-4.016169715381618,-10.91411831122586) + and current position to locate is (-44.21806224106936,-4.016202773364499,-10.91407601652493) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.033077861692347e-05 mm long + and its vector is (-8.231597092844822e-07,-3.997154069779185e-05,-3.057426398989094e-05) mm + Endpoint of ComputeStep() was (-44.20817746175796,-4.017244668855693,-10.91298001578406) + and current position to locate is (-44.20817828491767,-4.017284640396391,-10.91301059004805) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.039663728645777e-05 mm long + and its vector is (-6.9092752497113e-06,-3.745353097883708e-06,5.988311983529115e-05) mm + Endpoint of ComputeStep() was (-44.19829343678484,-4.018348598418378,-10.91193662733072) + and current position to locate is (-44.19830034606009,-4.018352343771475,-10.91187674421089) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.352183956112219e-05 mm long + and its vector is (2.845992369771011e-06,-2.298026984082213e-05,-3.685048227985988e-05) mm + Endpoint of ComputeStep() was (-44.18844830229077,-4.019356642516862,-10.91048957383017) + and current position to locate is (-44.1884454562984,-4.019379622786703,-10.91052642431245) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.868492428264335e-05 mm long + and its vector is (-1.260938297775738e-06,-3.405402210177044e-05,-1.831002403207549e-05) mm + Endpoint of ComputeStep() was (-44.1785772970435,-4.020413558855519,-10.90928303207078) + and current position to locate is (-44.1785785579818,-4.020447612877621,-10.90930134209482) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.003286271884039e-05 mm long + and its vector is (-5.88931875711296e-06,-1.100961953071078e-05,3.803596061402459e-05) mm + Endpoint of ComputeStep() was (-44.16871238530875,-4.021535506172802,-10.90808860173716) + and current position to locate is (-44.16871827462751,-4.021546515792333,-10.90805056577655) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.322003847298704e-05 mm long + and its vector is (7.555180587814903e-07,-3.586278197698078e-05,-3.931491519004737e-05) mm + Endpoint of ComputeStep() was (-44.15885354830676,-4.022657791074779,-10.90684729720027) + and current position to locate is (-44.1588527927887,-4.022693653856756,-10.90688661211546) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.628071959477814e-05 mm long + and its vector is (-8.472063342424008e-06,-5.219968023784105e-05,1.925972284055888e-05) mm + Endpoint of ComputeStep() was (-44.14899043594965,-4.023864115649819,-10.90572061503979) + and current position to locate is (-44.14899890801299,-4.023916315330057,-10.90570135531695) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.212590644997664e-05 mm long + and its vector is (1.771894588387113e-06,-2.94227538235603e-05,-4.299153486719831e-05) mm + Endpoint of ComputeStep() was (-44.13914889650998,-4.025122866854,-10.90446964189513) + and current position to locate is (-44.13914712461539,-4.025152289607823,-10.90451263343) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.494266471148062e-05 mm long + and its vector is (7.290529531189804e-06,5.416876200037279e-05,-5.593729355268806e-06) mm + Endpoint of ComputeStep() was (-44.12929112338434,-4.026356399501446,-10.90332731941881) + and current position to locate is (-44.12928383285481,-4.026302230739446,-10.90333291314817) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.955251741934922e-05 mm long + and its vector is (4.377151462620077e-06,8.34695930063134e-06,-2.800928598389874e-05) mm + Endpoint of ComputeStep() was (-44.11942618926781,-4.027492273912276,-10.90214705081796) + and current position to locate is (-44.11942181211635,-4.027483926952975,-10.90217506010394) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.624290721259293e-05 mm long + and its vector is (-3.38667023669359e-06,2.025578711872811e-05,5.235931783964531e-05) mm + Endpoint of ComputeStep() was (-44.10955963131785,-4.028707798267239,-10.90106369285638) + and current position to locate is (-44.10956301798809,-4.02868754248012,-10.90101133353854) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.383937131564673e-05 mm long + and its vector is (4.479914622379511e-06,4.243817996041344e-05,1.004100213997106e-05) mm + Endpoint of ComputeStep() was (-44.09970831924013,-4.029986336467253,-10.89991878881201) + and current position to locate is (-44.09970383932551,-4.029943898287293,-10.89990874780987) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.932480246688116e-05 mm long + and its vector is (-9.586339821510137e-06,-4.876260149089262e-05,3.239973722735101e-05) mm + Endpoint of ComputeStep() was (-44.08983806026252,-4.031162812596693,-10.89882419339703) + and current position to locate is (-44.08984764660234,-4.031211575198184,-10.8987917936598) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.406109503350721e-05 mm long + and its vector is (-2.818336604093474e-06,-2.387568881623281e-05,-9.719858784507096e-07) mm + Endpoint of ComputeStep() was (-44.07997881049893,-4.032420006269034,-10.89772344257413) + and current position to locate is (-44.07998162883553,-4.032443881957851,-10.89772441456001) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.791949499259287e-05 mm long + and its vector is (-1.42411853687463e-06,3.132889171286735e-05,4.869435625032281e-05) mm + Endpoint of ComputeStep() was (-44.0701152073425,-4.033666125803919,-10.89664949535183) + and current position to locate is (-44.07011663146103,-4.033634796912206,-10.89660080099558) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.101225311968704e-05 mm long + and its vector is (2.372332779998487e-06,4.344513179166398e-05,2.662973017386605e-05) mm + Endpoint of ComputeStep() was (-44.06025218248281,-4.034848878337516,-10.89549886824235) + and current position to locate is (-44.06024981015003,-4.034805433205724,-10.89547223851218) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.272203400329076e-05 mm long + and its vector is (-7.591599093359491e-06,-1.59444332270553e-05,4.967650895260078e-05) mm + Endpoint of ComputeStep() was (-44.05038617011441,-4.036008316106551,-10.89435095370734) + and current position to locate is (-44.05039376171351,-4.036024260539778,-10.89430127719839) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.482312912504301e-05 mm long + and its vector is (-2.97289768269593e-06,-4.841953967815726e-05,-2.553988143638719e-05) mm + Endpoint of ComputeStep() was (-44.04054132081878,-4.037255380611228,-10.8931141155228) + and current position to locate is (-44.04054429371647,-4.037303800150906,-10.89313965540424) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.572630096406567e-05 mm long + and its vector is (8.660546832572891e-06,1.944401972231447e-05,-5.150092858130506e-05) mm + Endpoint of ComputeStep() was (-44.03069729716347,-4.03859492801151,-10.89197121707033) + and current position to locate is (-44.03068863661664,-4.038575483991788,-10.89202271799892) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.261590005545043e-05 mm long + and its vector is (-8.909124780132061e-06,-4.016176345533751e-05,3.280385938353447e-05) mm + Endpoint of ComputeStep() was (-44.02083328915389,-4.039868716978696,-10.89092943191383) + and current position to locate is (-44.02084219827867,-4.039908878742152,-10.89089662805445) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.615654220900366e-05 mm long + and its vector is (-4.1255506886273e-06,1.615334399840407e-05,5.362468220937444e-05) mm + Endpoint of ComputeStep() was (-44.01099203328113,-4.041196284547008,-10.88975101261593) + and current position to locate is (-44.01099615883182,-4.041180131203009,-10.88969738793372) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.873084187224782e-05 mm long + and its vector is (7.955257423475359e-06,5.808119604289175e-05,-3.549694715943019e-06) mm + Endpoint of ComputeStep() was (-44.00114786512415,-4.042457355450779,-10.88852461110558) + and current position to locate is (-44.00113990986672,-4.042399274254736,-10.88852816080029) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.045762513612798e-05 mm long + and its vector is (6.812016891899475e-06,3.186691692391719e-05,-2.397739483939176e-05) mm + Endpoint of ComputeStep() was (-43.99128563374481,-4.043602587831918,-10.88732779679967) + and current position to locate is (-43.99127882172792,-4.043570720914994,-10.88735177419451) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.457264963535733e-05 mm long + and its vector is (-6.851411725961043e-06,-3.407856003789789e-05,2.790037631683617e-05) mm + Endpoint of ComputeStep() was (-43.98140320522702,-4.044551567450195,-10.88612469120572) + and current position to locate is (-43.98141005663875,-4.044585646010233,-10.88609679082941) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.067619692790136e-05 mm long + and its vector is (-3.080577549496866e-06,-8.871844702440512e-06,1.842024790654762e-05) mm + Endpoint of ComputeStep() was (-43.9715292805264,-4.04557993047302,-10.88492322574891) + and current position to locate is (-43.97153236110395,-4.045588802317722,-10.884904805501) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.027378428799414e-05 mm long + and its vector is (-3.641849829705279e-06,2.922196475907413e-07,3.005251324950109e-05) mm + Endpoint of ComputeStep() was (-43.96165751761814,-4.046602396797435,-10.88369828779741) + and current position to locate is (-43.96166115946797,-4.046602104577787,-10.88366823528416) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.282952214490817e-05 mm long + and its vector is (7.947065675750764e-06,4.30797042954012e-05,-2.952865786021164e-05) mm + Endpoint of ComputeStep() was (-43.95178592075428,-4.047577900587594,-10.88243410648564) + and current position to locate is (-43.9517779736886,-4.047534820883299,-10.8824636351435) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.304768479291331e-05 mm long + and its vector is (8.317591770889976e-06,3.385614296291806e-05,-3.998294777396438e-05) mm + Endpoint of ComputeStep() was (-43.94190203315818,-4.048505391582319,-10.88123100313268) + and current position to locate is (-43.94189371556641,-4.048471535439356,-10.88127098608046) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.901559163505971e-05 mm long + and its vector is (-3.740930651474628e-06,2.662188766500151e-05,5.253684983941298e-05) mm + Endpoint of ComputeStep() was (-43.93200873389882,-4.049413572947673,-10.88008976094313) + and current position to locate is (-43.93201247482947,-4.049386951060008,-10.88003722409329) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.175673991389179e-05 mm long + and its vector is (-7.83698551742873e-06,-2.875457329221121e-05,4.23144927808039e-05) mm + Endpoint of ComputeStep() was (-43.92212856597941,-4.050326675818589,-10.87884522904083) + and current position to locate is (-43.92213640296493,-4.050355430391881,-10.87880291454804) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.605336872899633e-05 mm long + and its vector is (-6.554469202058044e-06,-5.485608842725753e-05,9.477797307866354e-06) mm + Endpoint of ComputeStep() was (-43.91226005036807,-4.051322651354389,-10.87757095211308) + and current position to locate is (-43.91226660483727,-4.051377507442816,-10.87756147431577) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.576122589433082e-05 mm long + and its vector is (3.689716791654973e-06,-1.371990042109417e-05,-4.349988641116909e-05) mm + Endpoint of ComputeStep() was (-43.90238274286145,-4.052367825264733,-10.87641076525649) + and current position to locate is (-43.90237905314466,-4.052381545165154,-10.8764542651429) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.432370862526265e-05 mm long + and its vector is (-2.846373014619985e-06,1.838936800524493e-05,4.022835382322398e-05) mm + Endpoint of ComputeStep() was (-43.89248894242272,-4.05332906880327,-10.87532135015122) + and current position to locate is (-43.89249178879574,-4.053310679435265,-10.8752811217974) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.037934235703181e-05 mm long + and its vector is (-4.278388225031904e-06,1.468521157121927e-05,4.800123010539892e-05) mm + Endpoint of ComputeStep() was (-43.88260360813045,-4.054238867106484,-10.87411581607716) + and current position to locate is (-43.88260788651867,-4.054224181894913,-10.87406781484705) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.450611168617455e-05 mm long + and its vector is (7.003146933470816e-06,4.891245142246703e-05,-2.300965536505828e-05) mm + Endpoint of ComputeStep() was (-43.87271198142862,-4.055107495531028,-10.87293361958557) + and current position to locate is (-43.87270497828169,-4.055058583079606,-10.87295662924093) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.051459055413833e-05 mm long + and its vector is (5.540206501564171e-06,4.922601379409031e-05,-9.89088149339068e-06) mm + Endpoint of ComputeStep() was (-43.86281080905137,-4.055941097876683,-10.87180677670936) + and current position to locate is (-43.86280526884487,-4.055891871862888,-10.87181666759085) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.207574015525463e-05 mm long + and its vector is (1.733994054120558e-06,9.163452464377997e-06,-7.67123874290121e-06) mm + Endpoint of ComputeStep() was (-43.85291610396767,-4.056750992131647,-10.87060757403365) + and current position to locate is (-43.85291436997362,-4.056741828679183,-10.87061524527239) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.403343524445703e-05 mm long + and its vector is (-5.021221376466656e-06,-4.163103480259167e-05,1.343829217503867e-05) mm + Endpoint of ComputeStep() was (-43.84301734397467,-4.057556152406877,-10.86943994569773) + and current position to locate is (-43.84302236519605,-4.05759778344168,-10.86942650740555) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.609934379580005e-05 mm long + and its vector is (-5.558717276699099e-06,1.1898846254077e-05,5.454039323637971e-05) mm + Endpoint of ComputeStep() was (-43.83312784397032,-4.058423260709963,-10.86823797411249) + and current position to locate is (-43.8331334026876,-4.058411361863709,-10.86818343371925) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.888071477536011e-05 mm long + and its vector is (-4.171738105185341e-06,-1.831595816703668e-05,2.193668077765665e-05) mm + Endpoint of ComputeStep() was (-43.82323936819078,-4.059235162010096,-10.86698969652667) + and current position to locate is (-43.82324353992889,-4.059253477968263,-10.8669677598459) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.54852059210418e-05 mm long + and its vector is (-4.111836958031745e-06,-5.516623869095127e-05,-4.288004387120736e-06) mm + Endpoint of ComputeStep() was (-43.81335255702743,-4.060085029134244,-10.8657542720424) + and current position to locate is (-43.81335666886439,-4.060140195372935,-10.86575856004679) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.442816694589103e-05 mm long + and its vector is (-1.96303891897287e-06,-1.218454291507243e-05,7.473646604694295e-06) mm + Endpoint of ComputeStep() was (-43.8034683070538,-4.060979012907952,-10.86452882156613) + and current position to locate is (-43.80347027009272,-4.060991197450867,-10.86452134791953) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.825541572799601e-05 mm long + and its vector is (6.219358986925272e-06,3.064689452436653e-06,-4.775471075646465e-05) mm + Endpoint of ComputeStep() was (-43.79358963080351,-4.06191990270533,-10.86329413810892) + and current position to locate is (-43.79358341144452,-4.061916838015877,-10.86334189281967) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.865826883155417e-05 mm long + and its vector is (-7.292213915377488e-06,-2.834655522843121e-05,3.887060005425269e-05) mm + Endpoint of ComputeStep() was (-43.78369701259367,-4.062876514485118,-10.86218702993636) + and current position to locate is (-43.78370430480759,-4.062904861040346,-10.86214815933631) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.787342930509777e-05 mm long + and its vector is (-7.626467208865506e-07,4.011903667677785e-05,4.170389772717442e-05) mm + Endpoint of ComputeStep() was (-43.77382133658738,-4.063908826290933,-10.86100161585673) + and current position to locate is (-43.7738220992341,-4.063868707254256,-10.86095991195901) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.429158897242166e-05 mm long + and its vector is (8.338345864444818e-06,3.023796153023284e-05,-4.431381617386876e-05) mm + Endpoint of ComputeStep() was (-43.76394182772682,-4.064843552972723,-10.85976597791489) + and current position to locate is (-43.76393348938096,-4.064813315011193,-10.85981029173107) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.079592154105965e-05 mm long + and its vector is (-1.410968174297977e-06,2.489895325386016e-05,3.228557743106819e-05) mm + Endpoint of ComputeStep() was (-43.75404999600438,-4.065777664088126,-10.8586346405507) + and current position to locate is (-43.75405140697256,-4.065752765134873,-10.85860235497327) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.102745145813002e-05 mm long + and its vector is (-2.732369672742152e-06,2.52073126816299e-05,4.428234801423514e-05) mm + Endpoint of ComputeStep() was (-43.74416968789622,-4.066739896331859,-10.85743070449371) + and current position to locate is (-43.74417242026589,-4.066714689019177,-10.85738642214569) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.643456346540499e-05 mm long + and its vector is (-7.089592948261725e-06,-3.016765846375336e-05,3.458061218175601e-05) mm + Endpoint of ComputeStep() was (-43.73429013929329,-4.067663905809401,-10.85618847627592) + and current position to locate is (-43.73429722888623,-4.067694073467865,-10.85615389566374) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.679835070514541e-05 mm long + and its vector is (5.147958752615978e-06,-6.680973103634358e-06,-4.603204044784093e-05) mm + Endpoint of ComputeStep() was (-43.72442236061064,-4.068660280911085,-10.85490931428235) + and current position to locate is (-43.72441721265189,-4.068666961884189,-10.8549553463228) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.817500428885064e-05 mm long + and its vector is (4.367650220160613e-06,-2.073444395911395e-05,-5.41787558852036e-05) mm + Endpoint of ComputeStep() was (-43.71453843148993,-4.069672118255981,-10.85377428525702) + and current position to locate is (-43.71453406383971,-4.06969285269994,-10.8538284640129) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.798236505091037e-05 mm long + and its vector is (-7.102347602483405e-06,-2.210092703247568e-05,4.199301178431369e-05) mm + Endpoint of ComputeStep() was (-43.70465105625368,-4.070705401764085,-10.85268983927025) + and current position to locate is (-43.70465815860128,-4.070727502691118,-10.85264784625846) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.563689568370015e-05 mm long + and its vector is (-5.761178449859017e-06,-3.576722964027113e-06,4.513027945129977e-05) mm + Endpoint of ComputeStep() was (-43.6947832924122,-4.071774290271563,-10.85147021567942) + and current position to locate is (-43.69478905359065,-4.071777866994527,-10.85142508539997) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.114238350651973e-05 mm long + and its vector is (-5.88686555147433e-06,-3.741513300159482e-05,1.606699589373761e-05) mm + Endpoint of ComputeStep() was (-43.68491783652671,-4.072805194603158,-10.85020065435376) + and current position to locate is (-43.68492372339226,-4.07284260973616,-10.85018458735786) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.471852804910102e-05 mm long + and its vector is (4.409143201655752e-06,-1.064499933356444e-05,-4.320868195506478e-05) mm + Endpoint of ComputeStep() was (-43.67506771981348,-4.073947795927501,-10.84890657481625) + and current position to locate is (-43.67506331067028,-4.073958440926835,-10.84894978349821) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.748052118956322e-05 mm long + and its vector is (-7.633503152248977e-06,-3.153352586782177e-05,3.466650066563659e-05) mm + Endpoint of ComputeStep() was (-43.66519369812823,-4.075070953035515,-10.8477884811371) + and current position to locate is (-43.66520133163138,-4.075102486561383,-10.84775381463644) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.530696715295935e-05 mm long + and its vector is (3.802047814360776e-07,-2.404043025983071e-05,-2.585527193410542e-05) mm + Endpoint of ComputeStep() was (-43.65533728792365,-4.076230146399864,-10.84656025595544) + and current position to locate is (-43.65533690771887,-4.076254186830124,-10.84658611122738) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.960790980148995e-05 mm long + and its vector is (-6.939583748533096e-06,-5.920201709042061e-05,2.574115871567528e-07) mm + Endpoint of ComputeStep() was (-43.64547078270575,-4.077405668310441,-10.84543319291452) + and current position to locate is (-43.6454777222895,-4.077464870327532,-10.84543293550293) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.588416698276458e-05 mm long + and its vector is (-8.083442175177424e-06,-1.549563836444889e-05,5.308091251698954e-05) mm + Endpoint of ComputeStep() was (-43.63561618015888,-4.078653023029274,-10.84427801901601) + and current position to locate is (-43.63562426360105,-4.078668518667638,-10.8442249381035) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.798099169372879e-05 mm long + and its vector is (3.725638613616411e-06,-2.216550815425933e-05,-5.344721941291652e-05) mm + Endpoint of ComputeStep() was (-43.6257773672634,-4.079924267494588,-10.8430177604658) + and current position to locate is (-43.62577364162478,-4.079946433002743,-10.84307120768521) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.369047931118144e-05 mm long + and its vector is (3.370127274138213e-06,-1.290596284420076e-05,-4.16045231634854e-05) mm + Endpoint of ComputeStep() was (-43.61592646670488,-4.081215162754864,-10.8418799811541) + and current position to locate is (-43.6159230965776,-4.081228068717708,-10.84192158567727) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.585312200711167e-05 mm long + and its vector is (7.263157897341443e-07,4.004834659276924e-05,3.892523138659953e-05) mm + Endpoint of ComputeStep() was (-43.60607454195122,-4.082524121457614,-10.84077190442942) + and current position to locate is (-43.60607381563543,-4.082484073111021,-10.84073297919803) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.600758463519385e-05 mm long + and its vector is (-7.128395829170131e-06,-3.902854010640056e-06,5.541482870263792e-05) mm + Endpoint of ComputeStep() was (-43.59622565430482,-4.083758325371527,-10.83955588683619) + and current position to locate is (-43.59623278270065,-4.083762228225538,-10.83950047200749) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.682990285440085e-05 mm long + and its vector is (3.572385068650874e-06,2.232874414254127e-06,-2.649709463220518e-05) mm + Endpoint of ComputeStep() was (-43.58639110296771,-4.085047526720657,-10.83828190974364) + and current position to locate is (-43.58638753058264,-4.085045293846242,-10.83830840683827) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.565201411766983e-05 mm long + and its vector is (1.821333206919462e-06,1.547391151213162e-05,1.492097116084778e-06) mm + Endpoint of ComputeStep() was (-43.57653797821543,-4.086317238326736,-10.83714049388453) + and current position to locate is (-43.57653615688222,-4.086301764415224,-10.83713900178742) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.625127160145675e-05 mm long + and its vector is (9.052146339172396e-07,4.26496639525098e-05,3.666595570805953e-05) mm + Endpoint of ComputeStep() was (-43.56667614279647,-4.087503262996216,-10.83598484990811) + and current position to locate is (-43.56667523758183,-4.087460613332263,-10.83594818395241) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.010160033593557e-05 mm long + and its vector is (-8.198228528044638e-06,-4.132741945728213e-05,2.711095362073479e-05) mm + Endpoint of ComputeStep() was (-43.55681505538295,-4.088656808531749,-10.83478996699553) + and current position to locate is (-43.55682325361148,-4.088698135951207,-10.83476285604191) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.464875498084312e-05 mm long + and its vector is (8.743672751165832e-06,2.361056311439569e-05,-4.850335985473464e-05) mm + Endpoint of ComputeStep() was (-43.54696919631917,-4.089923050591877,-10.83358273722112) + and current position to locate is (-43.54696045264642,-4.089899440028763,-10.83363124058097) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.690639219781425e-05 mm long + and its vector is (6.28454012741031e-06,7.08188260833964e-06,-4.594084373543694e-05) mm + Endpoint of ComputeStep() was (-43.53710249745868,-4.09111035899986,-10.8324693740452) + and current position to locate is (-43.53709621291855,-4.091103277117251,-10.83251531488894) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.861464746895685e-05 mm long + and its vector is (-5.517917500696967e-07,-3.524698543877491e-05,-3.347729815672551e-05) mm + Endpoint of ComputeStep() was (-43.52722461000759,-4.092280881231576,-10.83143816924147) + and current position to locate is (-43.52722516179934,-4.092316128217015,-10.83147164653963) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.853337611748934e-05 mm long + and its vector is (7.915169767613861e-06,1.595565264711496e-05,-5.575772014587699e-05) mm + Endpoint of ComputeStep() was (-43.51735501368676,-4.093525493519929,-10.83041658752521) + and current position to locate is (-43.51734709851699,-4.093509537867282,-10.83047234524536) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.900358279519633e-05 mm long + and its vector is (5.577970917158837e-06,5.87182332711933e-06,-4.832969126766784e-05) mm + Endpoint of ComputeStep() was (-43.50747004751793,-4.094714638312024,-10.82947879935125) + and current position to locate is (-43.50746446954701,-4.094708766488697,-10.82952712904252) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.198187844750289e-05 mm long + and its vector is (-1.243902161718324e-06,-3.86390439217621e-05,-3.475043422973556e-05) mm + Endpoint of ComputeStep() was (-43.49758382820247,-4.095901511469986,-10.82855459516271) + and current position to locate is (-43.49758507210463,-4.095940150513908,-10.82858934559694) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.045621093881431e-05 mm long + and its vector is (-8.614493957281866e-06,-5.845435802509513e-05,1.279968604350756e-05) mm + Endpoint of ComputeStep() was (-43.48770760919204,-4.097192360227781,-10.82766024236816) + and current position to locate is (-43.48771622368599,-4.097250814585806,-10.82764744268212) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.517564237077882e-05 mm long + and its vector is (-6.144250818351793e-06,-4.4557762986841e-05,4.20625761243798e-06) mm + Endpoint of ComputeStep() was (-43.47784135245662,-4.098525015390157,-10.82672069293439) + and current position to locate is (-43.47784749670744,-4.098569573153144,-10.82671648667677) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.360803187136479e-05 mm long + and its vector is (7.28514975634198e-06,5.30342658677796e-05,-2.848564202295734e-06) mm + Endpoint of ComputeStep() was (-43.46797683618392,-4.099875673147543,-10.82578928772885) + and current position to locate is (-43.46796955103416,-4.099822638881675,-10.82579213629305) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.057965055875026e-05 mm long + and its vector is (-9.40799865389863e-06,-4.869482363556443e-05,3.478789695066098e-05) mm + Endpoint of ComputeStep() was (-43.45809118646717,-4.101061597839368,-10.82485489215179) + and current position to locate is (-43.45810059446583,-4.101110292663003,-10.82482010425484) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.44038904000167e-05 mm long + and its vector is (6.138869970584437e-06,5.323443001170602e-05,9.391114282664148e-06) mm + Endpoint of ComputeStep() was (-43.44823397665624,-4.102418560989387,-10.82385376153796) + and current position to locate is (-43.44822783778627,-4.102365326559375,-10.82384437042368) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.472777250753717e-05 mm long + and its vector is (-4.344552010593361e-06,-3.441008490945308e-05,1.75758575515772e-06) mm + Endpoint of ComputeStep() was (-43.43835115855249,-4.103560813474641,-10.82283563422652) + and current position to locate is (-43.4383555031045,-4.103595223559551,-10.82283387664077) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.952407720849029e-05 mm long + and its vector is (5.532821894860263e-06,4.846705226313475e-05,8.542069430461652e-06) mm + Endpoint of ComputeStep() was (-43.42850527716967,-4.10491491531837,-10.82172617975142) + and current position to locate is (-43.42849974434777,-4.104866448266107,-10.82171763768199) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.681134615538629e-05 mm long + and its vector is (-5.983249522500955e-06,-1.919774631709004e-05,3.083378775414758e-05) mm + Endpoint of ComputeStep() was (-43.41864385848426,-4.106123765889222,-10.82058794969533) + and current position to locate is (-43.41864984173378,-4.10614296363554,-10.82055711590758) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.248268869436307e-05 mm long + and its vector is (3.163629251901057e-06,4.534560763325146e-06,-2.179221190168334e-05) mm + Endpoint of ComputeStep() was (-43.4088008303663,-4.107423186007733,-10.81939370145193) + and current position to locate is (-43.40879766673704,-4.10741865144697,-10.81941549366383) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.425694092905846e-05 mm long + and its vector is (8.551265437972688e-07,1.934348835330724e-05,1.461155023108063e-05) mm + Endpoint of ComputeStep() was (-43.39894778436145,-4.108714264033672,-10.81827675267839) + and current position to locate is (-43.39894692923491,-4.108694920545319,-10.81826214112816) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.176689752565004e-05 mm long + and its vector is (-1.050302863347952e-05,-3.713566275376223e-05,4.822632653755932e-05) mm + Endpoint of ComputeStep() was (-43.38909446406766,-4.109878495746266,-10.81702779718153) + and current position to locate is (-43.38910496709629,-4.109915631409019,-10.81697957085499) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.957561626633999e-05 mm long + and its vector is (-4.627266150691867e-06,-4.415376382738145e-06,2.887576729548869e-05) mm + Endpoint of ComputeStep() was (-43.37928178255797,-4.111177774217846,-10.81559842474309) + and current position to locate is (-43.37928640982412,-4.111182189594229,-10.81556954897579) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.722458505165748e-05 mm long + and its vector is (-7.263515854560865e-06,8.795407262951471e-06,5.60761560990386e-05) mm + Endpoint of ComputeStep() was (-43.36947504923338,-4.112438382529685,-10.8141016576759) + and current position to locate is (-43.36948231274923,-4.112429587122422,-10.8140455815198) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.782161401151503e-05 mm long + and its vector is (-3.464890113491492e-06,3.098159386638599e-05,4.869778665295144e-05) mm + Endpoint of ComputeStep() was (-43.35967178486428,-4.113669710850355,-10.8125585855862) + and current position to locate is (-43.35967524975439,-4.113638729256489,-10.81250988779955) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.472362688425748e-05 mm long + and its vector is (-9.676788401691283e-06,-9.126507995560473e-06,5.30824072306757e-05) mm + Endpoint of ComputeStep() was (-43.34988083998163,-4.114906836645356,-10.81094241859414) + and current position to locate is (-43.34989051677003,-4.114915963153352,-10.81088933618691) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.040584618202992e-05 mm long + and its vector is (-6.514265038504163e-08,-4.759709251089816e-05,-3.71938004768424e-05) mm + Endpoint of ComputeStep() was (-43.34010307970406,-4.116186378094161,-10.80928072192652) + and current position to locate is (-43.34010314484672,-4.116233975186672,-10.80931791572699) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.780155346833206e-05 mm long + and its vector is (1.118344801653848e-05,4.884684300154873e-05,-2.880860986920197e-05) mm + Endpoint of ComputeStep() was (-43.33031655892648,-4.117539520993808,-10.80773241805623) + and current position to locate is (-43.33030537547846,-4.117490674150806,-10.8077612266661) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.011622379046509e-05 mm long + and its vector is (-7.675791607653082e-06,-5.962386051727719e-05,1.945328698127469e-07) mm + Endpoint of ComputeStep() was (-43.3205054270956,-4.118747258451918,-10.80621930491584) + and current position to locate is (-43.32051310288721,-4.118806882312435,-10.80621911038297) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.815783211859327e-05 mm long + and its vector is (8.28058893631578e-06,-3.50721615571814e-06,-5.745837378867691e-05) mm + Endpoint of ComputeStep() was (-43.31070679422317,-4.120075626624615,-10.80472843520434) + and current position to locate is (-43.31069851363424,-4.120079133840771,-10.80478589357813) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.951060002044172e-05 mm long + and its vector is (5.144557789549253e-06,7.772197837319084e-06,-2.800003534808582e-05) mm + Endpoint of ComputeStep() was (-43.30088395323006,-4.121321183723818,-10.80332739128581) + and current position to locate is (-43.30087880867227,-4.121313411525981,-10.80335539132116) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.327727820526099e-05 mm long + and its vector is (9.501411035728324e-06,1.889160110479793e-05,-4.890090969489336e-05) mm + Endpoint of ComputeStep() was (-43.29105924561108,-4.122547833610029,-10.80192434442097) + and current position to locate is (-43.29104974420004,-4.122528942008924,-10.80197324533066) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.070023855979389e-05 mm long + and its vector is (4.261087937607044e-06,-2.699358143143371e-05,-5.420063332017833e-05) mm + Endpoint of ComputeStep() was (-43.28122569714403,-4.123772612666903,-10.80058152259615) + and current position to locate is (-43.28122143605609,-4.123799606248334,-10.80063572322947) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.172524536277937e-05 mm long + and its vector is (5.848232198957248e-06,5.951530488523815e-05,1.528831513475382e-05) mm + Endpoint of ComputeStep() was (-43.27139983300349,-4.125110596121841,-10.79928927356147) + and current position to locate is (-43.27139398477129,-4.125051080816956,-10.79927398524634) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.704225912387163e-05 mm long + and its vector is (-6.38723733459301e-06,-5.62278020153073e-05,-7.173339927390998e-06) mm + Endpoint of ComputeStep() was (-43.26156573430303,-4.126336262267596,-10.79795137124758) + and current position to locate is (-43.26157212154036,-4.126392490069612,-10.79795854458751) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.461271671485008e-05 mm long + and its vector is (7.848527005194228e-06,1.942255778786262e-05,-3.938856897001131e-05) mm + Endpoint of ComputeStep() was (-43.2517454019504,-4.127697475820836,-10.79664397251117) + and current position to locate is (-43.2517375534234,-4.127678053263049,-10.79668336108014) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.870922136751067e-05 mm long + and its vector is (-4.831253995973839e-06,1.010280511515305e-05,4.740443607786915e-05) mm + Endpoint of ComputeStep() was (-43.24190364423389,-4.128966296247804,-10.79540658224076) + and current position to locate is (-43.24190847548788,-4.128956193442689,-10.79535917780468) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.499894673663688e-05 mm long + and its vector is (-6.042800606564924e-06,-5.447791215473785e-05,-4.530539728264671e-06) mm + Endpoint of ComputeStep() was (-43.23207129968991,-4.130158317691941,-10.79402487158372) + and current position to locate is (-43.23207734249051,-4.130212795604096,-10.79402940212345) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.091034335260473e-05 mm long + and its vector is (1.089087815842049e-05,5.174061464874313e-05,-3.02385101491609e-05) mm + Endpoint of ComputeStep() was (-43.22225084098793,-4.131504120211694,-10.79269979621856) + and current position to locate is (-43.22223995010977,-4.131452379597046,-10.79273003472871) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.961564640487808e-05 mm long + and its vector is (2.620231605021672e-06,-2.592316882221724e-05,-4.222364352735042e-05) mm + Endpoint of ComputeStep() was (-43.212407591341,-4.132668594165435,-10.7913731837329) + and current position to locate is (-43.21240497110939,-4.132694517334257,-10.79141540737643) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.819147092960346e-05 mm long + and its vector is (-9.708774108219131e-06,-1.521298419504546e-05,5.532225687865377e-05) mm + Endpoint of ComputeStep() was (-43.20257906471813,-4.133931976434275,-10.79003129790293) + and current position to locate is (-43.20258877349224,-4.13394718941847,-10.78997597564605) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.108572033177009e-05 mm long + and its vector is (3.228550852441003e-06,4.662972036761914e-05,2.061544226172884e-05) mm + Endpoint of ComputeStep() was (-43.19276738520774,-4.135233565387798,-10.78860445521709) + and current position to locate is (-43.19276415665689,-4.135186935667431,-10.78858383977482) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.113216514606917e-05 mm long + and its vector is (-6.817290049809799e-06,-5.036482845000023e-05,5.60418808603913e-06) mm + Endpoint of ComputeStep() was (-43.18293139595482,-4.1363633628757,-10.78719519488204) + and current position to locate is (-43.18293821324487,-4.13641372770415,-10.78718959069396) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.455614705972863e-05 mm long + and its vector is (-5.860799660695193e-06,-5.377782986748514e-05,-7.068891290984425e-06) mm + Endpoint of ComputeStep() was (-43.17311041421826,-4.137663468088173,-10.78583017460998) + and current position to locate is (-43.17311627501792,-4.137717245918041,-10.78583724350127) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.838068709325224e-05 mm long + and its vector is (-3.169871192199025e-06,2.103265966191259e-05,4.345422911278263e-05) mm + Endpoint of ComputeStep() was (-43.16329309076074,-4.13901708452445,-10.78449152196801) + and current position to locate is (-43.16329626063193,-4.138996051864788,-10.7844480677389) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.770626830179774e-05 mm long + and its vector is (8.914798357295695e-06,2.979088025067966e-05,-3.617896985019797e-05) mm + Endpoint of ComputeStep() was (-43.15347353052749,-4.140288144024319,-10.78309161409672) + and current position to locate is (-43.15346461572913,-4.140258353144068,-10.78312779306657) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.587444147431072e-05 mm long + and its vector is (-2.884096957700422e-06,-1.009880493008097e-05,1.190352955404705e-05) mm + Endpoint of ComputeStep() was (-43.14363192257294,-4.141521893504413,-10.7818174092243) + and current position to locate is (-43.14363480666989,-4.141531992309343,-10.78180550569475) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.219866360227735e-05 mm long + and its vector is (5.904270125256517e-06,5.151664816249735e-05,5.989577468668017e-06) mm + Endpoint of ComputeStep() was (-43.13381094776467,-4.142815589795262,-10.78044916236607) + and current position to locate is (-43.13380504349454,-4.1427640731471,-10.7804431727886) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.633805954723093e-05 mm long + and its vector is (-8.338680409281096e-06,-1.724576833339597e-06,5.569083584688883e-05) mm + Endpoint of ComputeStep() was (-43.12397496151119,-4.143904821926115,-10.77900662399386) + and current position to locate is (-43.1239833001916,-4.143906546502948,-10.77895093315801) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.323567546767583e-05 mm long + and its vector is (6.585779729562091e-06,1.656601858357476e-06,-4.269902585285479e-05) mm + Endpoint of ComputeStep() was (-43.11415869890661,-4.145050689268496,-10.77748000332432) + and current position to locate is (-43.11415211312688,-4.145049032666638,-10.77752270235017) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.931956947219276e-05 mm long + and its vector is (-1.020624467429343e-05,-1.712178892621097e-05,5.587028043585462e-05) mm + Endpoint of ComputeStep() was (-43.10432421937574,-4.146201500288507,-10.77608054776907) + and current position to locate is (-43.10433442562042,-4.146218622077433,-10.77602467748863) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.273030224204523e-05 mm long + and its vector is (-6.815267909132672e-06,-2.653268139418685e-06,4.209977459801451e-05) mm + Endpoint of ComputeStep() was (-43.0945181567885,-4.14737511030078,-10.77450846916692) + and current position to locate is (-43.09452497205641,-4.14737776356892,-10.77446636939232) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.841622370037466e-05 mm long + and its vector is (-4.357505140717421e-06,2.949820480058207e-05,5.023269108761497e-05) mm + Endpoint of ComputeStep() was (-43.08471056639466,-4.148532561997387,-10.77293687132999) + and current position to locate is (-43.0847149238998,-4.148503063792586,-10.7728866386389) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.859317903626003e-05 mm long + and its vector is (-8.278240997583453e-06,9.109263761963859e-06,5.728571086471845e-05) mm + Endpoint of ComputeStep() was (-43.07490095884805,-4.14957828636169,-10.77129746653265) + and current position to locate is (-43.07490923708905,-4.149569177097928,-10.77124018082178) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.942168738645656e-05 mm long + and its vector is (6.243406097894422e-06,5.905677470341431e-05,2.062564854909965e-06) mm + Endpoint of ComputeStep() was (-43.06510842258159,-4.150663146889153,-10.76958405716336) + and current position to locate is (-43.06510217917549,-4.15060409011445,-10.76958199459851) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.684892964311274e-05 mm long + and its vector is (-9.006980107528761e-06,-1.848651901870113e-05,4.209447864766958e-05) mm + Endpoint of ComputeStep() was (-43.05529396716375,-4.151669398626107,-10.76795117443844) + and current position to locate is (-43.05530297414386,-4.151687885145126,-10.76790907995979) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.93450637082988e-05 mm long + and its vector is (9.611877395343527e-06,3.547608467879826e-05,-3.292407236621386e-05) mm + Endpoint of ComputeStep() was (-43.04550622298174,-4.152784942276542,-10.76623110164773) + and current position to locate is (-43.04549661110434,-4.152749466191863,-10.7662640257201) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.429157975616886e-05 mm long + and its vector is (5.140947642701121e-06,3.231410311954619e-05,-1.026069388920803e-05) mm + Endpoint of ComputeStep() was (-43.03568968170962,-4.153782975226436,-10.76460526918664) + and current position to locate is (-43.03568454076198,-4.153750661123317,-10.76461552988053) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.004562347951635e-05 mm long + and its vector is (5.046126069885304e-06,-3.260173452268589e-05,-5.017111137739505e-05) mm + Endpoint of ComputeStep() was (-43.02587173883985,-4.154756800782593,-10.76297477424624) + and current position to locate is (-43.02586669271378,-4.154789402517116,-10.76302494535762) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.742078644656267e-05 mm long + and its vector is (3.50422530459582e-06,4.6379855047185e-05,9.239071275146671e-06) mm + Endpoint of ComputeStep() was (-43.01605837343629,-4.155855149799117,-10.76139505817543) + and current position to locate is (-43.01605486921098,-4.15580876994407,-10.76138581910416) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.270477925751762e-05 mm long + and its vector is (3.988162674772866e-06,-2.063926868345334e-05,-3.717274967129924e-05) mm + Endpoint of ComputeStep() was (-43.00624430499757,-4.156851301730762,-10.75975442997623) + and current position to locate is (-43.00624031683489,-4.156871940999445,-10.7597916027259) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.025958810091628e-05 mm long + and its vector is (-7.210961712189601e-06,-3.174532400596064e-05,2.368693456311632e-05) mm + Endpoint of ComputeStep() was (-42.99642085411067,-4.157937157611858,-10.75822989269774) + and current position to locate is (-42.99642806507238,-4.157968902935864,-10.75820620576317) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.204000434769835e-05 mm long + and its vector is (-8.7393137420122e-06,-4.571260071628558e-05,2.328399844486739e-05) mm + Endpoint of ComputeStep() was (-42.98661333558304,-4.159035149861881,-10.756615710883) + and current position to locate is (-42.98662207489678,-4.159080862462598,-10.75659242688455) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 6.172805300305613e-05 mm long + and its vector is (9.534397612753764e-06,5.820314867310827e-05,-1.82165110338417e-05) mm + Endpoint of ComputeStep() was (-42.97682098126389,-4.160166965594445,-10.75493278406623) + and current position to locate is (-42.97681144686628,-4.160108762445772,-10.75495100057726) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.275258875269089e-05 mm long + and its vector is (4.723802497608176e-06,5.231852856457664e-05,4.826269668356531e-06) mm + Endpoint of ComputeStep() was (-42.96700220696826,-4.161145967847788,-10.75330829324852) + and current position to locate is (-42.96699748316576,-4.161093649319223,-10.75330346697886) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 1.421518010930735e-05 mm long + and its vector is (-2.687741307738634e-06,-5.418741928941984e-06,1.286408287093366e-05) mm + Endpoint of ComputeStep() was (-42.9571832016509,-4.162124840919744,-10.75168730134552) + and current position to locate is (-42.95718588939221,-4.162130259661673,-10.75167443726265) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.133398532312767e-05 mm long + and its vector is (-4.703005487272094e-07,-3.621939039355482e-05,-1.991062328521309e-05) mm + Endpoint of ComputeStep() was (-42.94738239824628,-4.163176254810646,-10.75000323295459) + and current position to locate is (-42.94738286854682,-4.16321247420104,-10.75002314357788) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.818321755828479e-05 mm long + and its vector is (-6.32962244395685e-06,-5.783732946351705e-05,-2.569157064868932e-07) mm + Endpoint of ComputeStep() was (-42.93758161243398,-4.16429249314532,-10.74836049376475) + and current position to locate is (-42.93758794205642,-4.164350330474783,-10.74836075068046) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.42682196307554e-05 mm long + and its vector is (-6.4356077444927e-07,-3.869173151560545e-05,-2.149909326298882e-05) mm + Endpoint of ComputeStep() was (-42.92778986077381,-4.165442956833005,-10.74668765942638) + and current position to locate is (-42.92779050433459,-4.165481648564521,-10.74670915851964) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.818344419991952e-05 mm long + and its vector is (6.984532134879373e-06,-6.431868261103091e-06,-4.723866717526448e-05) mm + Endpoint of ComputeStep() was (-42.91799065239913,-4.166652700440628,-10.7451007424343) + and current position to locate is (-42.917983667867,-4.166659132308889,-10.74514798110148) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.36228378940859e-05 mm long + and its vector is (-7.701907307477995e-06,-5.248800683954613e-05,7.816553310391328e-06) mm + Endpoint of ComputeStep() was (-42.90818492151307,-4.167859686264578,-10.74355465071356) + and current position to locate is (-42.90819262342038,-4.167912174271417,-10.74354683416025) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.540119718530427e-05 mm long + and its vector is (8.899171454856969e-06,3.441397768799703e-05,-2.824449668459295e-05) mm + Endpoint of ComputeStep() was (-42.89839558034392,-4.169158006042279,-10.74197797847076) + and current position to locate is (-42.89838668117247,-4.169123592064591,-10.74200622296744) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.371585891442024e-05 mm long + and its vector is (8.756599214621019e-06,5.057794855822806e-06,-5.275541849236731e-05) mm + Endpoint of ComputeStep() was (-42.88856894682313,-4.170261899276993,-10.74048576037213) + and current position to locate is (-42.88856019022392,-4.170256841482137,-10.74053851579062) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.511078522470287e-05 mm long + and its vector is (-2.423258749217894e-06,-5.073362658958303e-05,-2.138751033164965e-05) mm + Endpoint of ComputeStep() was (-42.87873385167539,-4.17135582753009,-10.73904494377477) + and current position to locate is (-42.87873627493414,-4.17140656115668,-10.7390663312851) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.712984100924728e-05 mm long + and its vector is (-1.051260621665051e-05,-4.311319570948768e-05,3.597994163406781e-05) mm + Endpoint of ComputeStep() was (-42.86891497355099,-4.172564401664192,-10.73758413684139) + and current position to locate is (-42.8689254861572,-4.172607514859902,-10.73754815689976) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.055340342335062e-05 mm long + and its vector is (2.799048871793275e-06,2.990356364218627e-05,5.608267795054189e-06) mm + Endpoint of ComputeStep() was (-42.85911509490852,-4.173810497317031,-10.73603009496062) + and current position to locate is (-42.85911229585965,-4.173780593753389,-10.73602448669283) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.701937434782002e-05 mm long + and its vector is (6.689183955188582e-06,5.66234326768722e-05,5.007403700574287e-07) mm + Endpoint of ComputeStep() was (-42.84929956920283,-4.17495331627094,-10.73449786552667) + and current position to locate is (-42.84929288001888,-4.174896692838263,-10.7344973647863) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.462081984494815e-05 mm long + and its vector is (-5.233980488128509e-06,-3.246384067345787e-05,1.083077392038945e-05) mm + Endpoint of ComputeStep() was (-42.83946992287598,-4.175968221168336,-10.73296217984173) + and current position to locate is (-42.83947515685647,-4.17600068500901,-10.73295134906781) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.39405626537623e-05 mm long + and its vector is (-7.616910458807524e-06,-3.768392600189685e-05,2.127621776715216e-05) mm + Endpoint of ComputeStep() was (-42.82966003981517,-4.177101271012624,-10.73138685736791) + and current position to locate is (-42.82966765672563,-4.177138954938626,-10.73136558115014) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 5.789767681395799e-05 mm long + and its vector is (4.051759034950919e-07,4.845367055050787e-05,3.168940869002768e-05) mm + Endpoint of ComputeStep() was (-42.81986429897101,-4.178275205899172,-10.72975357740776) + and current position to locate is (-42.8198638937951,-4.178226752228621,-10.72972188799907) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.499093921603505e-05 mm long + and its vector is (-2.093250799362067e-07,2.778320130403245e-05,2.12700666555321e-05) mm + Endpoint of ComputeStep() was (-42.81006286986357,-4.179385576494714,-10.72811176384882) + and current position to locate is (-42.81006307918865,-4.17935779329341,-10.72809049378217) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 4.662316395801216e-05 mm long + and its vector is (-7.509734302857396e-06,-4.365787587357062e-05,1.453661523065364e-05) mm + Endpoint of ComputeStep() was (-42.80026152642083,-4.18050628065376,-10.72647618824919) + and current position to locate is (-42.80026903615513,-4.180549938529634,-10.72646165163396) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 3.134147674202083e-05 mm long + and its vector is (3.723216835282983e-06,-9.534730580185169e-06,-2.962287517327411e-05) mm + Endpoint of ComputeStep() was (-42.79047239429433,-4.181739663816296,-10.72484740144015) + and current position to locate is (-42.79046867107749,-4.181749198546877,-10.72487702431532) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 2.465585755213497e-05 mm long + and its vector is (4.496177147927938e-06,5.87483740144279e-06,-2.351982117687612e-05) mm + Endpoint of ComputeStep() was (-42.780668208713,-4.182967338241131,-10.72330778439636) + and current position to locate is (-42.78066371253585,-4.182961463403729,-10.72333130421753) +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +============================================================================================ +================= lines above cut to keep file within limits =============================== +============================================================================================ + +*** G4Exception : GeomNav1002 + issued by : G4PathFinder::ReportMove() +Endpoint moved between value returned by ComputeStep() and call to Locate(). + Change of (End) Position / G4PathFinder::Locate is 0.119083640145947 mm long + and its vector is (-0.05667310211731547,-0.1032799440297195,-0.01738752449395098) mm + Endpoint of ComputeStep() was (-854.5416248741338,0.2786268573380378,0.2961287318457855) + and current position to locate is (-854.5982979762512,0.1753469133083183,0.2787412073518345) *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- Run terminated. Run Summary Number of events processed : 2 - User=0.04s Real=0.04s Sys=0s + User=0.24s Real=0.28s Sys=0.02s Dose is being written to Dose.out ... write Root file : DoseDistribution.root - done ... close Root file : DoseDistribution.root - done @@ -4829,6 +17281,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 1 -Dynamic pools deleted: 11 / Total memory freed: 0.28 MB +Dynamic pools deleted: 11 / Total memory freed: 0.39 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index f008d2f1bb0302146cd8302cdaee9b331931ba53..786b20e9a5b5f59ffe08a85d40b98432f6dc511a 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ### G4PhysListFactory WARNING: environment variable PHYSLIST is not defined Default Physics Lists FTFP_BERT is instantiated @@ -894,13 +896,13 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.3 seconds + Total CPU time elapsed for geometry optimisation: 0.35 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 56.67 0.17 0.00 152k EmModuleLogical - 43.33 0.13 0.00 238k HadModuleLogical + 62.86 0.22 0.00 152k EmModuleLogical + 37.14 0.13 0.00 238k HadModuleLogical 0.00 0.00 0.00 4k Mother 0.00 0.00 0.00 0k CryostatLogical 0.00 0.00 0.00 0k LArgLogical @@ -912,7 +914,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 60.17 238k 1385 2370 3792 0.13 HadModuleLogical - 38.50 152k 1129 1152 2426 0.17 EmModuleLogical + 38.50 152k 1129 1152 2426 0.22 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 @@ -1273,7 +1275,7 @@ Edep in FCAL1 FCAl2 : 12712.7 0.422433 Run terminated. Run Summary Number of events processed : 18 - User=8.98s Real=8.99s Sys=0.01s + User=16.04s Real=16.06s Sys=0.01s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index a68800586524cbde2660fa19a3d1f9acad17a262..e6e72f4a0076e4feede789ba801ff20bbf39b01d 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** Current nMaxParticlesInRamPhaseSpace: 1000 THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmLivermorePhysics @@ -574,7 +576,7 @@ Launched 100000 random primary particles ********************************************* n. of events collected in the whole ROG phantom for all geometries: 1094 n. of events collected in the whole ROG phantom for the current geometry: 1094 -loop elapsed time [s] : 29.09 +loop elapsed time [s] : 45.33 ################ END NEW GEOMETRY ######################## @@ -633,8 +635,8 @@ Launched 100000 random primary particles ********************************************* n. of events collected in the whole ROG phantom for all geometries: 1902 n. of events collected in the whole ROG phantom for the current geometry: 808 -loop elapsed time [s] : 28 +loop elapsed time [s] : 46.01 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 59.81 +loop elapsed time [s] : 94.36 diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index 4277c3dcff12c235bf0349fb80b0d461c2cdafef..7191caa336397b5b802a7733c6e531daab4054d5 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** @@ -713,7 +715,7 @@ hPairProd: for pi- SubType= 4 Sampling table 12x1001 from 1.11656 GeV to 1 TeV ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 1 TeV -##### Create analysis manager 0x22d8a20 +##### Create analysis manager 0x20f5fb0 Using Root analysis manager All Ntuples have been created -> Event # 1 generated diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index 7def5b2f77289ad6deb3e34c1b0cdd86a68150ed..79891481f145d911f993b6bbdfa7b9ae1951197c 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ### === G4UAtomicDeexcitation::InitialiseForNewRun() @@ -190,13 +192,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds ### Run 0 starts. -##### Create analysis manager 0x17e68e0 +##### Create analysis manager 0x109d530 Using Root analysis manager ... open Root analysis file : microelectronics.root - done Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0s Sys=0s + User=0.01s Real=0.01s Sys=0s ... write Root file : microelectronics.root - done ... close Root file : microelectronics.root - done Number and type of particles created outside region "Target" : @@ -243,7 +245,7 @@ Index : 1 used in the geometry : Yes ==================================================================== ### Run 1 starts. -##### Create analysis manager 0x17e68e0 +##### Create analysis manager 0x109d530 Using Root analysis manager ... open Root analysis file : microelectronics.root - done Run terminated. diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index c19a9a6287612602cf2a99e68e06adb6a8aa0167..fd6ba8215bebc72a27b0d80c2fd5b6ec96bc5d34 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** @@ -207,7 +209,7 @@ Index : 0 used in the geometry : Yes ==================================================================== -##### Create analysis manager 0x2763bb0 +##### Create analysis manager 0xfd7670 Using Root 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 a62b2fde9c3cbf3e3dfbaef78a107e2d33a6bd97..03fea769a82892ae8da263397606fb3326d93a35 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -28703,10 +28705,7 @@ Ntuple-3 created -------- WWWW ------- G4Exception-START -------- WWWW ------- *** G4Exception : Analysis_W011 - issued by : G4TNtupleManager::FillNtupleTColumn - ntupleId 1 does not exist. -*** This is just a warning message. *** --------- WWWW -------- G4Exception-E + issued by : G4TNtupleManager: ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out index 23d0767e2081800383708b20385724f678a4a6ff..7b71ddcc81d28d0741933e2f394c82e0ae639111 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index 00567ba76c511a247068dc25f33882ca99610afe..4c58aeb33a1b27959210863e018465b7386d19ac 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 3e14f7d0ba76e57e79cb9a399d626e92179236d5..e235cbbfff27014e068faae1bcd9045982436294 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** Using the sequential Run Manager XrayFluoAnalysisManager created @@ -2865,7 +2867,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.6s Real=0.61s Sys=0s + User=1.31s Real=1.31s Sys=0s Going to save histograms ... write Root file : xrayfluo.root - done ... close Root file : xrayfluo.root - done diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 4289f6755fe1eab3520c70586617d40be0511d99..43b11f212c38ed2c1f9093162fe0125ef81a814c 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -378,7 +380,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.02s Real=0.01s Sys=0s + User=0.03s Real=0.03s Sys=0.01s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Graphics systems deleted. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index 76ad3d42d196c071a52f17bfaed2c8fa9d09cdb6..cba34d0bc63f6219973f7b78dd859f294bee31a6 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC Visualization Manager instantiating with verbosity "warnings (3)"... diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index 88e345309d0901d79d4faedc1152e8efe57b427d..71c292b0776bbf2ba0ddd7dda99b6b2e794ad1e1 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -14174,9 +14176,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.136 -0.0047 -2.42e+03 0.0357 0 0 0 Target initStep - 1 0.136 -0.00473 -2.42e+03 0 0.0357 0.00517 0.00517 Target eIoni - -**************************************************************************** + 1 0.136 -0.00473 -2.42e+03 ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 88f5fd3137c9ea53168b545ded2163896a2011d6..7852ff9940915b301a6985c1e2c2c51553f343a7 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index 45e0121604b5c15869348c3aebf4e739cef80b22..ac56ecab48cb4c1b7dbdf61bb4a152242c497a60 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out index 00e2f1b6cc5b0f4b6dbfdf5aab1b9a2a2a94a6dd..9e97e29d0ab8aeef3d6da9d08ec782cf2ab988fd 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index a797d92bdf3f9b8266df8d4bd96403defebabc01..e310a47d99f81bbe76ef96974b4ab3d93bdb42d3 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index 1c4a4b8cca040df7ca62debf0fe410586103b3f1..c56bc20955de0c8681037fad1b86a28381f5eda7 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index a797d92bdf3f9b8266df8d4bd96403defebabc01..e310a47d99f81bbe76ef96974b4ab3d93bdb42d3 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index 36358c2cf8335e76d3b0b8826ea8140ff07d04b1..d375a72cceee03e02fc06e369e0ce6e5463d73d4 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B5/History b/examples/basic/B5/History index e307d5aca530ae1b07899b3b44c01ff4700e18be..0870f651b1f18c4ebf6532801a4437b132ffbcab 100644 --- a/examples/basic/B5/History +++ b/examples/basic/B5/History @@ -1,4 +1,4 @@ -$Id: History 103553 2017-04-18 09:00:54Z gcosmo $ +$Id: History 108624 2018-02-26 11:48:31Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -15,7 +15,11 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -14 April 2017 Ivana Hrivnacova Cosmo (exampleB5-V10-03-01) +19 February 2017 Ivana Hrivnacova (exampleB5-V10-03-02) +- Fix filling ntuple + (there was omitted call to AddNtupleRow() in the previous update) + +14 April 2017 Ivana Hrivnacova (exampleB5-V10-03-01) - Use std::array for related data members in B5EventAction to reduce the code - Added data members for histogram Ids and the code to retrieve them by histogram names via G4AnalysisManager diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 2889bca38f4f3adcd7efa16ea781b294ff4892e0..e38a770e7e234f2ed77cf0746d4f2d1a11786f63 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/basic/B5/src/B5EventAction.cc b/examples/basic/B5/src/B5EventAction.cc index 817f8b3c11dc7bdb8288461986fa4645f4f5002d..da0ff337116e72bb7b7a50aec9359db4ca2d7ea4 100644 --- a/examples/basic/B5/src/B5EventAction.cc +++ b/examples/basic/B5/src/B5EventAction.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: B5EventAction.cc 103553 2017-04-18 09:00:54Z gcosmo $ +// $Id: B5EventAction.cc 108624 2018-02-26 11:48:31Z gcosmo $ // /// \file B5EventAction.cc /// \brief Implementation of the B5EventAction class @@ -201,7 +201,8 @@ void B5EventAction::EndOfEventAction(const G4Event* event) analysisManager->FillNtupleDColumn(iDet + 4, hit->GetTime()); } } - + analysisManager->AddNtupleRow(); + // // Print diagnostics // diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index 6942c7cae144803f379527d7c323260063c44faa..a47350f5faec22986b5ad102d216f4ea239c90b5 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 3 ***** diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 1666b3d9062b7560879080d0d7a62274c7432534..818feb0a62f8884521f227821621b0fc1279a8f9 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 3 ***** diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 8d608df29a4e84315ab7a3fb65967f39ac2ec684..49f9dea34af3765ee41bbf1b4dffc00d6ac4d530 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC Checking overlaps for volume Envelope ... OK! @@ -791,13 +793,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY R = 0.104003 SHIFT = 1.92434e-13 VOV = 0.0127303 - FOM = 2311.27 + FOM = 924.51 THE LARGEST SCORE = 5.46869e-13 and it happend at 244th event Affected Mean = 3.44973e-14 and its ratio to orignal is 1.01508 Affected VAR = 1.27431e-26 and its ratio to orignal is 1.02004 Affected R = 0.103427 and its ratio to orignal is 0.99447 Affected SHIFT = 1.92987e-13 and its ratio to orignal is 1.00287 - Affected FOM = 2311.27 and its ratio to orignal is 1 + Affected FOM = 924.51 and its ratio to orignal is 1 MEAN distribution is not RANDOM r follows 1/std::sqrt(N) r is monotonically decrease @@ -811,22 +813,22 @@ This result passes 4 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 2.20329e-14 4.90259e-27 7.00185e-14 0.400378 0.199425 155.955 1.1549e-13 0.142857 0.0952381 0.0625202 - 2 124 2.34269e-14 6.4293e-27 8.01829e-14 0.306134 0.118908 266.757 1.46662e-13 0.136 0.0508235 0.0421449 - 3 187 2.45584e-14 7.27935e-27 8.53191e-14 0.253377 0.0826821 389.409 1.59603e-13 0.12234 0.0381591 0.0256993 - 4 249 3.04757e-14 1.01164e-26 1.0058e-13 0.208732 0.0569149 573.801 1.79693e-13 0.136 0.0254118 0.0179831 - 5 312 3.12423e-14 1.07813e-26 1.03833e-13 0.187854 0.045233 708.432 1.85748e-13 0.14377 0.0190273 0.0161491 - 6 374 3.38444e-14 1.22816e-26 1.10822e-13 0.169093 0.0338436 874.36 1.89578e-13 0.141333 0.0162013 0.0123148 - 7 437 3.40306e-14 1.2324e-26 1.11013e-13 0.155872 0.0291665 1028.97 1.90555e-13 0.141553 0.0138459 0.0103947 - 8 499 3.62482e-14 1.32892e-26 1.15279e-13 0.142226 0.0232946 1235.9 1.8958e-13 0.144 0.0118889 0.00829883 - 9 562 3.38888e-14 1.26107e-26 1.12297e-13 0.139656 0.0224595 1281.8 1.92861e-13 0.134991 0.0113817 0.00808741 - 10 624 3.30294e-14 1.23834e-26 1.11281e-13 0.134765 0.0209956 1376.52 1.9485e-13 0.1296 0.0107457 0.007387 - 11 687 3.34552e-14 1.24371e-26 1.11522e-13 0.127087 0.0187636 1547.87 1.93514e-13 0.130814 0.00965762 0.00647011 - 12 749 3.3038e-14 1.20797e-26 1.09908e-13 0.121474 0.0175792 1694.24 1.92453e-13 0.137333 0.0083754 0.00636082 - 13 812 3.30558e-14 1.1981e-26 1.09458e-13 0.116132 0.0162308 1853.67 1.91461e-13 0.137761 0.00769856 0.00577161 - 14 874 3.39706e-14 1.25205e-26 1.11895e-13 0.111354 0.0145736 2016.19 1.92792e-13 0.138286 0.00712161 0.00526383 - 15 937 3.38132e-14 1.22942e-26 1.10879e-13 0.107069 0.0135913 2180.8 1.90717e-13 0.141791 0.0064527 0.00499878 - 16 999 3.39849e-14 1.24928e-26 1.11771e-13 0.104003 0.0127303 2311.27 1.92434e-13 0.141 0.0060922 0.00471353 + 1 62 2.20329e-14 4.90259e-27 7.00185e-14 0.400378 0.199425 62.3819 1.1549e-13 0.142857 0.0952381 0.0625202 + 2 124 2.34269e-14 6.4293e-27 8.01829e-14 0.306134 0.118908 106.703 1.46662e-13 0.136 0.0508235 0.0421449 + 3 187 2.45584e-14 7.27935e-27 8.53191e-14 0.253377 0.0826821 155.763 1.59603e-13 0.12234 0.0381591 0.0256993 + 4 249 3.04757e-14 1.01164e-26 1.0058e-13 0.208732 0.0569149 229.521 1.79693e-13 0.136 0.0254118 0.0179831 + 5 312 3.12423e-14 1.07813e-26 1.03833e-13 0.187854 0.045233 283.373 1.85748e-13 0.14377 0.0190273 0.0161491 + 6 374 3.38444e-14 1.22816e-26 1.10822e-13 0.169093 0.0338436 349.744 1.89578e-13 0.141333 0.0162013 0.0123148 + 7 437 3.40306e-14 1.2324e-26 1.11013e-13 0.155872 0.0291665 411.588 1.90555e-13 0.141553 0.0138459 0.0103947 + 8 499 3.62482e-14 1.32892e-26 1.15279e-13 0.142226 0.0232946 494.36 1.8958e-13 0.144 0.0118889 0.00829883 + 9 562 3.38888e-14 1.26107e-26 1.12297e-13 0.139656 0.0224595 512.722 1.92861e-13 0.134991 0.0113817 0.00808741 + 10 624 3.30294e-14 1.23834e-26 1.11281e-13 0.134765 0.0209956 550.608 1.9485e-13 0.1296 0.0107457 0.007387 + 11 687 3.34552e-14 1.24371e-26 1.11522e-13 0.127087 0.0187636 619.149 1.93514e-13 0.130814 0.00965762 0.00647011 + 12 749 3.3038e-14 1.20797e-26 1.09908e-13 0.121474 0.0175792 677.695 1.92453e-13 0.137333 0.0083754 0.00636082 + 13 812 3.30558e-14 1.1981e-26 1.09458e-13 0.116132 0.0162308 741.468 1.91461e-13 0.137761 0.00769856 0.00577161 + 14 874 3.39706e-14 1.25205e-26 1.11895e-13 0.111354 0.0145736 806.477 1.92792e-13 0.138286 0.00712161 0.00526383 + 15 937 3.38132e-14 1.22942e-26 1.10879e-13 0.107069 0.0135913 872.319 1.90717e-13 0.141791 0.0064527 0.00499878 + 16 999 3.39849e-14 1.24928e-26 1.11771e-13 0.104003 0.0127303 924.51 1.92434e-13 0.141 0.0060922 0.00471353 --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -863,13 +865,13 @@ G4ConvergenceTester Output Result of DOSE_TALLY R = 0.028143 SHIFT = -1.16905e-13 VOV = 0.000170175 - FOM = 4072.84 + FOM = 3079.46 THE LARGEST SCORE = 1.07285e-11 and it happend at 245th event Affected Mean = 5.18322e-12 and its ratio to orignal is 1.00107 Affected VAR = 2.12425e-23 and its ratio to orignal is 1.00045 Affected R = 0.0281052 and its ratio to orignal is 0.998656 Affected SHIFT = -1.21024e-13 and its ratio to orignal is 1.03523 - Affected FOM = 4072.84 and its ratio to orignal is 1 + Affected FOM = 3079.46 and its ratio to orignal is 1 MEAN distribution is RANDOM r follows 1/std::sqrt(N) r is monotonically decrease @@ -883,22 +885,22 @@ This result passes 6 / 8 Convergence Test. G4ConvergenceTester Output History of DOSE_TALLY i/16 till_ith mean var sd r vov fom shift e r2eff r2int - 1 62 4.92939e-12 2.22357e-23 4.71548e-12 0.120521 0.00227794 222.082 1.06901e-13 0.634921 0.00912698 0.00516775 - 2 124 5.16698e-12 2.18178e-23 4.67095e-12 0.0808563 0.00114009 493.413 -1.35691e-13 0.64 0.0045 0.00198544 - 3 187 5.63029e-12 2.12553e-23 4.61035e-12 0.0597207 0.00116597 904.46 -5.354e-13 0.675532 0.00255487 0.000992719 - 4 249 5.51323e-12 2.16296e-23 4.65076e-12 0.0533517 0.000729821 1133.29 -4.38441e-13 0.656 0.00209756 0.000737457 - 5 312 5.43227e-12 2.17004e-23 4.65837e-12 0.0484708 0.000555278 1373.02 -3.6532e-13 0.645367 0.00175561 0.000586307 - 6 374 5.36999e-12 2.13209e-23 4.61746e-12 0.0444031 0.000483163 1636.1 -3.17426e-13 0.650667 0.00143169 0.000534688 - 7 437 5.39702e-12 2.11639e-23 4.60042e-12 0.0407293 0.000433377 1944.58 -3.26685e-13 0.659817 0.0011771 0.000477984 - 8 499 5.40132e-12 2.09622e-23 4.57845e-12 0.0379082 0.000393353 2244.77 -3.23748e-13 0.67 0.000985075 0.000449083 - 9 562 5.30475e-12 2.1173e-23 4.60142e-12 0.0365571 0.000319745 2413.76 -2.40902e-13 0.65897 0.000919219 0.00041483 - 10 624 5.16211e-12 2.11641e-23 4.60044e-12 0.0356478 0.000277799 2538.48 -1.00302e-13 0.6496 0.000863054 0.000405678 - 11 687 5.18025e-12 2.11592e-23 4.59992e-12 0.0338536 0.00025067 2814.67 -1.14961e-13 0.652616 0.000773683 0.000370718 - 12 749 5.24875e-12 2.11799e-23 4.60217e-12 0.0320167 0.000231782 3146.93 -1.75212e-13 0.658667 0.000690958 0.000332741 - 13 812 5.23911e-12 2.11852e-23 4.60273e-12 0.0308115 0.000214064 3397.92 -1.64244e-13 0.656827 0.000642647 0.000305533 - 14 874 5.14229e-12 2.11561e-23 4.59957e-12 0.0302383 0.000196146 3527.96 -8.35975e-14 0.648 0.000620811 0.000292499 - 15 937 5.07624e-12 2.11544e-23 4.59939e-12 0.029584 0.000182252 3685.73 -2.63524e-14 0.641791 0.000595031 0.00027925 - 16 999 5.17767e-12 2.12329e-23 4.60792e-12 0.028143 0.000170175 4072.84 -1.16905e-13 0.65 0.000538462 0.000252775 + 1 62 4.92939e-12 2.22357e-23 4.71548e-12 0.120521 0.00227794 167.916 1.06901e-13 0.634921 0.00912698 0.00516775 + 2 124 5.16698e-12 2.18178e-23 4.67095e-12 0.0808563 0.00114009 373.068 -1.35691e-13 0.64 0.0045 0.00198544 + 3 187 5.63029e-12 2.12553e-23 4.61035e-12 0.0597207 0.00116597 683.86 -5.354e-13 0.675532 0.00255487 0.000992719 + 4 249 5.51323e-12 2.16296e-23 4.65076e-12 0.0533517 0.000729821 856.879 -4.38441e-13 0.656 0.00209756 0.000737457 + 5 312 5.43227e-12 2.17004e-23 4.65837e-12 0.0484708 0.000555278 1038.14 -3.6532e-13 0.645367 0.00175561 0.000586307 + 6 374 5.36999e-12 2.13209e-23 4.61746e-12 0.0444031 0.000483163 1237.05 -3.17426e-13 0.650667 0.00143169 0.000534688 + 7 437 5.39702e-12 2.11639e-23 4.60042e-12 0.0407293 0.000433377 1470.29 -3.26685e-13 0.659817 0.0011771 0.000477984 + 8 499 5.40132e-12 2.09622e-23 4.57845e-12 0.0379082 0.000393353 1697.27 -3.23748e-13 0.67 0.000985075 0.000449083 + 9 562 5.30475e-12 2.1173e-23 4.60142e-12 0.0365571 0.000319745 1825.04 -2.40902e-13 0.65897 0.000919219 0.00041483 + 10 624 5.16211e-12 2.11641e-23 4.60044e-12 0.0356478 0.000277799 1919.33 -1.00302e-13 0.6496 0.000863054 0.000405678 + 11 687 5.18025e-12 2.11592e-23 4.59992e-12 0.0338536 0.00025067 2128.17 -1.14961e-13 0.652616 0.000773683 0.000370718 + 12 749 5.24875e-12 2.11799e-23 4.60217e-12 0.0320167 0.000231782 2379.38 -1.75212e-13 0.658667 0.000690958 0.000332741 + 13 812 5.23911e-12 2.11852e-23 4.60273e-12 0.0308115 0.000214064 2569.16 -1.64244e-13 0.656827 0.000642647 0.000305533 + 14 874 5.14229e-12 2.11561e-23 4.59957e-12 0.0302383 0.000196146 2667.48 -8.35975e-14 0.648 0.000620811 0.000292499 + 15 937 5.07624e-12 2.11544e-23 4.59939e-12 0.029584 0.000182252 2786.77 -2.63524e-14 0.641791 0.000595031 0.00027925 + 16 999 5.17767e-12 2.12329e-23 4.60792e-12 0.028143 0.000170175 3079.46 -1.16905e-13 0.65 0.000538462 0.000252775 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index 2de113a7a2e625dc89507016def9726168a76a5a..23473c8eb859df4f9ffde8a414241db947f6ac01 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -24,6 +26,7 @@ Preparing Importance Sampling G4IStore:: Creating new MASS IStore G4GeometrySampler:: preparing importance sampling WorldName is + G4ImportanceConfigurator:: setting world name: G4ImportanceConfigurator:: entering importance configure, paraflag 0 diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 643282c0af0a63f14eccc806b7ba915e6856e047..e6beda1601ec285e32a40134ddc2f2f871cc4801 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** constructing parallel world B03ImportanceDetectorConstruction:: ghostWorldName = ParallelBiasingWorld @@ -18,6 +20,7 @@ G4IStore:: Creating new Parallel IStore ParallelBiasingWorld G4IStore:: ParallelWorldName = ParallelBiasingWorld G4IStore:: fParallelWorldVolume = ParallelBiasingWorld G4GeometrySampler:: preparing importance sampling WorldName is + G4ImportanceConfigurator:: setting world name: G4ImportanceConfigurator:: entering importance configure, paraflag 1 diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index 0bc3ac118a6b2d9cac02bb9c61417e2330f8122d..e6090f3655db0b6535c22d491f76c1bee6d03115 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 9ba90d2044d15164184517dab4b999c8fda3f14f..904d833114828df86c98a66ace5b938c7ef56c1d 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index 281461527be01934693d45df30f6ff046400be68..eec6e76ffddd26443d9bddfce93ebe2bf5e4c1d3 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 @@ -839,7 +841,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.21s Real=0.22s Sys=0s + User=0.29s Real=0.29s Sys=0s Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume This region is in the mass world. @@ -899,7 +901,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.07s Real=0.07s Sys=0s + User=0.1s Real=0.1s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index f6784c4aa672eda7fffafecf5dd04d2dd01002b3..b4515b2a48b4201c700c4cf331ec4a9e11b50380 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 @@ -1209,7 +1211,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.01s Sys=0s + User=0s Real=0.01s Sys=0.01s Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume This region is in the mass world. @@ -2428,7 +2430,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume This region is in the mass world. @@ -4025,7 +4027,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0.01s Sys=0s + User=0.01s Real=0.02s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index 6831a5c8c9c419d24de8cbcb0f4be44dda4a23e0..5e478f2f4a1015737ee21d9bc0a712fd37a41488 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index db07bc8e6c50406857f831e63afc782d24a40943..8bcca994f39e9bea0938573a3b4804825841d128 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ********** Run Manager constructed in sequential mode ************ <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 @@ -17274,8 +17276,7 @@ Endpoint moved between value returned by ComputeStep() and call to Locate(). issued by : G4PathFinder::ReportMove() Endpoint moved between value returned by ComputeStep() and call to Locate(). Change of (End) Position / G4PathFinder::Locate is 3.74846872840193e-05 mm long - and its vector is (3.389219055094372e-05,-1.483562311221931e-05,-6.027062909197411e-06) mm - Endpoint of Compute + ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index 5e28f952156224e64dbd3ae90e8477c0ac48de04..99a8447156f7a45c07484a196a9e60ff8b4fadf8 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -320,7 +322,7 @@ nb event 175000 Run terminated. Run Summary Run Aborted after 175178 events processed. - User=80.12s Real=80.31s Sys=0.05s + User=145.36s Real=145.81s Sys=0.12s Results of reverse/adjoint simulation! normalised edep [MeV] = 0.00167385 error[MeV] = 1.67379e-05 diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index 4ccc97669712bf6bad19ab5c3816eaff05282e39..187f0a2c631e33bbd2739f43714c5b22da222668 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 19 ***** @@ -261,61 +263,73 @@ PhysicsList::AddPhysicsList: <emstandard_opt3> ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= -Fluctuations of dE/dx are enabled 1 -Build CSDA range enabled 1 LPM effect enabled 1 Spline of EM tables enabled 1 -Use cut as a final range enabled 1 Apply cuts on all EM processes 0 -Fluorescence enabled 1 -Fluorescence Bearden data files enabled 0 -Auger electron production enabled 0 -Auger cascade enabled 0 -PIXE atomic de-excitation enabled 0 -De-excitation module ignores cuts 0 -Msc lateral displacement for e+- enabled 1 -Msc lateral displacement for muons and hadrons 1 -Msc lateral displacement alg96 for e+- 0 -Msc lateral displacement beyond geometry safety 0 -Enable angular generator interface 0 -Use Mott correction for e- scattering 0 Use integral approach for tracking 1 +X-section factor for integral approach 0.8 Use built-in Birks satuaration 0 -Use fast sampling in DNA models 0 -Use Stationary option in DNA models 0 -Use DNA with multiple scattering of e- 0 -Factor of cut reduction for sub-cutoff method 1 Min kinetic energy for tables 10 eV Max kinetic energy for tables 100 TeV +Number of bins in tables 260 +Number of bins per decade of a table 20 +Verbose level 0 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary is added to the list of secondary 100 TeV +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Fluctuations of dE/dx are enabled 1 +Build CSDA range enabled 1 +Use cut as a final range enabled 1 +Enable angular generator interface 0 +Factor of cut reduction for sub-cutoff method 1 Max kinetic energy for CSDA tables 1 GeV Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV Lowest triplet kinetic energy 1 MeV Linear loss limit 0.01 -Bremsstrahlung energy threshold above which - primary is added to the list of secondary 100 TeV -X-section factor for integral approach 0.8 -Factor used for dynamic computation of angular - limit between single and multiple scattering 1 -Fixed angular limit between single - and multiple scattering 3.1416 rad +======================================================================= +====== Multiple Scattering Parameters ======== +======================================================================= +Type of msc step limit algorithm for e+- 3 +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 +Msc lateral displacement alg96 for e+- 0 +Msc lateral displacement beyond geometry safety 0 Range factor for msc step limit for e+- 0.04 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Skin parameter for msc step limitation of e+- 1 -Screening factor 1 -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Number of bins in tables 260 -Number of bins per decade of a table 20 -Verbose level 0 -Verbose level for worker thread 0 -Type of msc step limit algorithm for e+- 3 -Type of msc step limit algorithm for muons/hadrons 0 +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 Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 1 +Fluorescence Bearden data files enabled 0 +Auger electron production enabled 0 +Auger cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 Type of PIXE cross section for hadrons Empirical Type of PIXE cross section for e+- Livermore ======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +======================================================================= ========= Table of registered couples ============================== diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index b1d683bbf89edde0518104d60af436aa18f86f5e..7b6282fb40b413479a2e30cdd3cd8fa082d663bb 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 21 ***** @@ -348,7 +350,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 2000 - User=1.45s Real=1.46s Sys=0s + User=2.96s Real=2.97s Sys=0s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index f537f4968a3aa6eb51fd164c3b736d492bd5ff3b..a04f00bc61f4b112fb5ffb0f605ac2891c2b5ab9 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** DetectorSimpleALICE setup Material is selected: Air @@ -86,58 +88,64 @@ CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1 Lorentz Factor XTR photon number -107.6 0.0003511 -123.4 0.0006267 -141.5 0.00108 -162.3 0.001512 +107.6 0.0003514 +123.4 0.0006259 +141.5 0.001078 +162.3 0.001513 186.2 0.002884 -213.7 0.004693 -245.2 0.006089 -281.3 0.009623 +213.7 0.004694 +245.2 0.006087 +281.3 0.009628 322.9 0.01836 370.5 0.03094 -425.3 0.04304 -488.2 0.05196 +425.3 0.04306 +488.2 0.05193 560.3 0.06382 -643.2 0.08555 +643.2 0.08559 738.3 0.1271 847.6 0.1977 973 0.3108 1117 0.4511 -1282 0.5943 -1472 0.74 +1282 0.5944 +1472 0.7402 1690 1.109 -1940 1.509 -2228 1.863 -2558 2.155 -2936 2.388 -3371 2.571 -3871 2.71 -4444 2.816 -5102 2.897 -5858 2.958 -6726 3.004 -7722 3.039 -8866 3.066 -1.018e+04 3.086 -1.169e+04 3.102 -1.342e+04 3.113 -1.541e+04 3.122 -1.769e+04 3.129 -2.031e+04 3.134 -2.332e+04 3.138 -2.677e+04 3.141 -3.074e+04 3.143 -3.529e+04 3.145 -4.052e+04 3.146 -4.652e+04 3.147 -5.342e+04 3.148 -6.133e+04 3.148 -7.042e+04 3.149 -8.085e+04 3.149 -9.283e+04 3.149 - -total time for build X-ray TR energy loss tables = 0.03 s +1940 1.51 +2228 1.864 +2558 2.157 +2936 2.391 +3371 2.574 +3871 2.714 +4444 2.821 +5102 2.902 +5858 2.964 +6726 3.01 +7722 3.046 +8866 3.073 +1.018e+04 3.093 +1.169e+04 3.109 +1.342e+04 3.12 +1.541e+04 3.129 +1.769e+04 3.136 +2.031e+04 3.141 +2.332e+04 3.145 +2.677e+04 3.148 +3.074e+04 3.15 +3.529e+04 3.152 +4.052e+04 3.153 +4.652e+04 3.154 +5.342e+04 3.155 +6.133e+04 3.156 +7.042e+04 3.156 +8.085e+04 3.156 +9.283e+04 3.157 + +total time for build X-ray TR energy loss tables = 0.15 s +Build angle for energy distribution according the current radiator + +Lorentz Factor XTR photon number + + +total time for build XTR angle for given energy tables = 0.15 s msc: for e+ SubType= 10 RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1 @@ -172,58 +180,64 @@ CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1 Lorentz Factor XTR photon number -107.6 0.0003511 -123.4 0.0006267 -141.5 0.00108 -162.3 0.001512 +107.6 0.0003514 +123.4 0.0006259 +141.5 0.001078 +162.3 0.001513 186.2 0.002884 -213.7 0.004693 -245.2 0.006089 -281.3 0.009623 +213.7 0.004694 +245.2 0.006087 +281.3 0.009628 322.9 0.01836 370.5 0.03094 -425.3 0.04304 -488.2 0.05196 +425.3 0.04306 +488.2 0.05193 560.3 0.06382 -643.2 0.08555 +643.2 0.08559 738.3 0.1271 847.6 0.1977 973 0.3108 1117 0.4511 -1282 0.5943 -1472 0.74 +1282 0.5944 +1472 0.7402 1690 1.109 -1940 1.509 -2228 1.863 -2558 2.155 -2936 2.388 -3371 2.571 -3871 2.71 -4444 2.816 -5102 2.897 -5858 2.958 -6726 3.004 -7722 3.039 -8866 3.066 -1.018e+04 3.086 -1.169e+04 3.102 -1.342e+04 3.113 -1.541e+04 3.122 -1.769e+04 3.129 -2.031e+04 3.134 -2.332e+04 3.138 -2.677e+04 3.141 -3.074e+04 3.143 -3.529e+04 3.145 -4.052e+04 3.146 -4.652e+04 3.147 -5.342e+04 3.148 -6.133e+04 3.148 -7.042e+04 3.149 -8.085e+04 3.149 -9.283e+04 3.149 - -total time for build X-ray TR energy loss tables = 0.04 s +1940 1.51 +2228 1.864 +2558 2.157 +2936 2.391 +3371 2.574 +3871 2.714 +4444 2.821 +5102 2.902 +5858 2.964 +6726 3.01 +7722 3.046 +8866 3.073 +1.018e+04 3.093 +1.169e+04 3.109 +1.342e+04 3.12 +1.541e+04 3.129 +1.769e+04 3.136 +2.031e+04 3.141 +2.332e+04 3.145 +2.677e+04 3.148 +3.074e+04 3.15 +3.529e+04 3.152 +4.052e+04 3.153 +4.652e+04 3.154 +5.342e+04 3.155 +6.133e+04 3.156 +7.042e+04 3.156 +8.085e+04 3.156 +9.283e+04 3.157 + +total time for build X-ray TR energy loss tables = 0.15 s +Build angle for energy distribution according the current radiator + +Lorentz Factor XTR photon number + + +total time for build XTR angle for given energy tables = 0.15 s msc: for proton SubType= 10 RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 @@ -547,22 +561,22 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.26s Real=0.27s Sys=0s + User=0.49s Real=0.49s Sys=0s ================== run summary ===================== End of Run TotNbofEvents = 1000 - Mean energy deposit in absorber = 0.0485254 +-0.0187875 MeV - Total number of XTR gammas = 2638 - Total number of all gammas = 2750 + Mean energy deposit in absorber = 0.0478712 +-0.0191415 MeV + Total number of XTR gammas = 2691 + Total number of all gammas = 2798 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1390173482, 191480913 + Current couple of seeds = 41323081, 1064987191 ---------------------------------------- ... write Root file : testem10.root - done ... close Root file : testem10.root - done G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.048 MB +Dynamic pools deleted: 10 / Total memory freed: 0.047 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index 25a5d26d0d53e11adb5d7a45789368203e96623a..ecc22221229117d57b54dcc20f2e1893798128a0 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/verbose 2 @@ -470,7 +472,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20000 - User=1.52s Real=1.53s Sys=0s + User=2.92s Real=2.93s Sys=0s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index c00344244969e63733ec04ec20180277418e32c1..c5f311dad1671b6f8a48065b2ff41925cacdebc0 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/verbose 2 @@ -102,61 +104,73 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= -Fluctuations of dE/dx are enabled 1 -Build CSDA range enabled 1 LPM effect enabled 1 Spline of EM tables enabled 1 -Use cut as a final range enabled 1 Apply cuts on all EM processes 0 -Fluorescence enabled 0 -Fluorescence Bearden data files enabled 0 -Auger electron production enabled 0 -Auger cascade enabled 0 -PIXE atomic de-excitation enabled 0 -De-excitation module ignores cuts 0 -Msc lateral displacement for e+- enabled 1 -Msc lateral displacement for muons and hadrons 0 -Msc lateral displacement alg96 for e+- 1 -Msc lateral displacement beyond geometry safety 0 -Enable angular generator interface 0 -Use Mott correction for e- scattering 0 Use integral approach for tracking 1 +X-section factor for integral approach 0.8 Use built-in Birks satuaration 0 -Use fast sampling in DNA models 0 -Use Stationary option in DNA models 0 -Use DNA with multiple scattering of e- 0 -Factor of cut reduction for sub-cutoff method 1 Min kinetic energy for tables 100 eV Max kinetic energy for tables 100 TeV +Number of bins in tables 84 +Number of bins per decade of a table 7 +Verbose level 0 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary is added to the list of secondary 100 TeV +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Fluctuations of dE/dx are enabled 1 +Build CSDA range enabled 1 +Use cut as a final range enabled 1 +Enable angular generator interface 0 +Factor of cut reduction for sub-cutoff method 1 Max kinetic energy for CSDA tables 1 GeV Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Lowest triplet kinetic energy 1 MeV Linear loss limit 0.01 -Bremsstrahlung energy threshold above which - primary is added to the list of secondary 100 TeV -X-section factor for integral approach 0.8 -Factor used for dynamic computation of angular - limit between single and multiple scattering 1 -Fixed angular limit between single - and multiple scattering 3.1416 rad +======================================================================= +====== 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 +Msc lateral displacement alg96 for e+- 1 +Msc lateral displacement beyond geometry safety 0 Range factor for msc step limit for e+- 0.04 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Skin parameter for msc step limitation of e+- 1 -Screening factor 1 -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Number of bins in tables 77 -Number of bins per decade of a table 7 -Verbose level 0 -Verbose level for worker thread 0 -Type of msc step limit algorithm for e+- 1 -Type of msc step limit algorithm for muons/hadrons 0 +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 Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 0 +Fluorescence Bearden data files enabled 0 +Auger electron production enabled 0 +Auger cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 Type of PIXE cross section for hadrons Empirical Type of PIXE cross section for e+- Livermore ======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +======================================================================= --> Event 0 starts. --> Event 1000 starts. --> Event 2000 starts. @@ -170,7 +184,7 @@ Type of PIXE cross section for e+- Livermore Run terminated. Run Summary Number of events processed : 10000 - User=1.01s Real=1.01s Sys=0.01s + User=1.76s Real=1.77s Sys=0s ======================== run summary ===================== diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 84af2780978c7392d9a145de3e1a3b3ffa29cdb5..2e95ab23ef8ac0a6d0e6c6927d90ef85497097f7 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 15 ***** @@ -427,7 +429,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.35s Real=2.36s Sys=0s + User=5.75s Real=5.76s Sys=0s ======================== run summary ====================== @@ -494,7 +496,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.78s Real=2.79s Sys=0s + User=5.96s Real=5.98s Sys=0.01s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index 63d35c21d01f390eb1c1cc8082a7261db1f8cbdb..a38323cb9b78d67a5e4bf84c9967968f3f07c1e8 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 19 ***** @@ -466,7 +468,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.86s Real=3.87s Sys=0s + User=11.48s Real=11.5s Sys=0.01s ======================== run summary ====================== @@ -536,7 +538,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.35s Real=3.35s Sys=0s + User=8.42s Real=8.45s Sys=0s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 6e9025b5dd2634bd1c372b7bfc04298516e3ba5b..2dc9d85acaa2b599ad419c7e476b4708e462200b 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 16 ***** @@ -488,7 +490,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.05s Real=0.04s Sys=0s + User=0.1s Real=0.1s Sys=0s The run consists of 10000 e- of 5 MeV through 100 m of Water (density: 1 g/cm3 ) @@ -558,7 +560,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.06s Real=0.06s Sys=0s + User=0.18s Real=0.18s Sys=0s The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out index ed3759dd2efd01a26a33a887cd2d30a1a972b5a2..e554a8789a45d0512f252f1dc4d27e28c1881db2 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 4 ***** @@ -268,7 +270,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.21s Real=0.21s Sys=0s + User=0.31s Real=0.32s Sys=0s Summary for synchrotron radiation : Number of photons = 64554 Emean = 20.24 +/- 0.1449 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index fdb2af57b2e16057fb5b1e29051dda579966a272..705ebf58200496bfbdef6b55620bfd41e6712c60 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 7 ***** @@ -186,7 +188,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=1.7s Real=1.69s Sys=0s + User=2.79s Real=2.79s Sys=0s The run consists of 10000 mu+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -247,7 +249,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=1.6s Real=1.6s Sys=0s + User=2.43s Real=2.43s Sys=0s The run consists of 10000 pi+ of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) @@ -307,7 +309,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=1.51s Real=1.51s Sys=0s + User=2.36s Real=2.38s Sys=0.01s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 51b32af5e8189d621070766ec3fbf4f11fef7a8c..aaf092ab82750e545c15dc67d9030840cbe64a44 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -3,72 +3,86 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ### New material Water ======================================================================= ====== Electromagnetic Physics Parameters ======== ======================================================================= -Fluctuations of dE/dx are enabled 1 -Build CSDA range enabled 1 LPM effect enabled 1 Spline of EM tables enabled 1 -Use cut as a final range enabled 1 Apply cuts on all EM processes 0 -Fluorescence enabled 0 -Fluorescence Bearden data files enabled 0 -Auger electron production enabled 0 -Auger cascade enabled 0 -PIXE atomic de-excitation enabled 0 -De-excitation module ignores cuts 0 -Msc lateral displacement for e+- enabled 1 -Msc lateral displacement for muons and hadrons 0 -Msc lateral displacement alg96 for e+- 1 -Msc lateral displacement beyond geometry safety 0 -Enable angular generator interface 0 -Use Mott correction for e- scattering 0 Use integral approach for tracking 1 +X-section factor for integral approach 0.8 Use built-in Birks satuaration 0 -Use fast sampling in DNA models 0 -Use Stationary option in DNA models 0 -Use DNA with multiple scattering of e- 0 -Factor of cut reduction for sub-cutoff method 1 Min kinetic energy for tables 10 eV Max kinetic energy for tables 10 TeV +Number of bins in tables 120 +Number of bins per decade of a table 10 +Verbose level 0 +Verbose level for worker thread 0 +Bremsstrahlung energy threshold above which + primary is added to the list of secondary 100 TeV +======================================================================= +====== Ionisation Parameters ======== +======================================================================= +Step function for e+- (0.2, 1 mm) +Step function for muons/hadrons (0.2, 0.1 mm) +Fluctuations of dE/dx are enabled 1 +Build CSDA range enabled 1 +Use cut as a final range enabled 1 +Enable angular generator interface 0 +Factor of cut reduction for sub-cutoff method 1 Max kinetic energy for CSDA tables 10 TeV Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Lowest triplet kinetic energy 1 MeV Linear loss limit 0.01 -Bremsstrahlung energy threshold above which - primary is added to the list of secondary 100 TeV -X-section factor for integral approach 0.8 -Factor used for dynamic computation of angular - limit between single and multiple scattering 1 -Fixed angular limit between single - and multiple scattering 3.1416 rad +======================================================================= +====== 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 +Msc lateral displacement alg96 for e+- 1 +Msc lateral displacement beyond geometry safety 0 Range factor for msc step limit for e+- 0.04 Range factor for msc step limit for muons/hadrons 0.2 Geometry factor for msc step limitation of e+- 2.5 Skin parameter for msc step limitation of e+- 1 -Screening factor 1 -Step function for e+- (0.2, 1 mm) -Step function for muons/hadrons (0.2, 0.1 mm) -Number of bins in tables 120 -Number of bins per decade of a table 10 -Verbose level 0 -Verbose level for worker thread 0 -Type of msc step limit algorithm for e+- 1 -Type of msc step limit algorithm for muons/hadrons 0 +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 Type of nuclear form-factor 1 +Screening factor 1 +======================================================================= +====== Atomic Deexcitation Parameters ======== +======================================================================= +Fluorescence enabled 0 +Fluorescence Bearden data files enabled 0 +Auger electron production enabled 0 +Auger cascade enabled 0 +PIXE atomic de-excitation enabled 0 +De-excitation module ignores cuts 0 Type of PIXE cross section for hadrons Empirical Type of PIXE cross section for e+- Livermore ======================================================================= +====== DNA Physics Parameters ======== +======================================================================= +Use fast sampling in DNA models 0 +Use Stationary option in DNA models 0 +Use DNA with multiple scattering of e- 0 +======================================================================= /run/verbose 2 # /testem/det/setMat Water @@ -151,7 +165,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.62s Real=0.62s Sys=0s + User=1.38s Real=1.4s Sys=0s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index e4bd740b2f3b349782941cd3207926441db1c927..72a693b4df2c0a6b132ee5ebb5db72580df30fe4 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/numberOfThreads 2 @@ -165,7 +167,9 @@ PhysicsList::AddPhysicsList: <emstandard_opt0> Absorber is 17.8491 cm of G4_PbWO4 PhysicsList::ConstructProcess start /process/em/verbose 1 +/run/physicsModified /process/em/workerVerbose 0 +/run/physicsModified /gun/particle e- /gun/energy 5 GeV /run/printProgress 20 @@ -564,7 +568,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=2.79s Real=2.8s Sys=0s + User=5.47s Real=5.49s Sys=0s ===== SUMMARY ===== diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index a6f1d987ea3b5b4739e48076b18598071d05a6cb..780d2a397174a578c0d91de1038785b8539e5abe 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/verbose 2 @@ -60,6 +62,7 @@ physicsList->Construct() start. physicsList->CheckParticleList() start. physicsList->setCut() start. /process/em/verbose 1 +/run/physicsModified /process/msc/Skin 1 /run/physicsModified # @@ -505,7 +508,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100 - User=1.85s Real=1.85s Sys=0s + User=2.79s Real=2.8s Sys=0s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen @@ -956,7 +959,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.56s Real=1.57s Sys=0s + User=2.6s Real=2.6s Sys=0s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index d211ab635dac4cdb3252afa0e4dca07f14edf834..e95fc3fa4585954f54c871352c6e7af419bebd8d 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** Material: FluorCarbonate density: 1.610 g/cm3 RadL: 22.435 cm Nucl.Int.Length: 54.514 cm Imean: 99.957 eV temperature: 293.15 K pressure: 1.00 atm @@ -140,7 +142,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.76s Real=0.76s Sys=0s + User=1.58s Real=1.58s Sys=0s --------- Ranecu engine status --------- Initial seed (index) = 0 diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 60fbbd7bde69fd69f674e780f290fa252fd98d68..09bd332dad3dbe876d2d81ca872656b547bc7dd8 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/numberOfThreads 2 @@ -51,6 +53,7 @@ PhysicsList::AddPhysicsList: <emstandard_opt3> X position of the middle of the absorber 0 fm #/process/em/verbose 1 /process/em/workerVerbose 0 +/run/physicsModified # /testem/gun/setDefault /gun/particle pi+ @@ -433,7 +436,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1s Real=1.01s Sys=0s + User=2.89s Real=2.89s Sys=0s ======================== run summary ====================== @@ -857,7 +860,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 50000 - User=1.17s Real=1.18s Sys=0s + User=2.47s Real=2.48s Sys=0s ======================== run summary ====================== @@ -1286,7 +1289,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 50000 - User=2.73s Real=2.73s Sys=0s + User=4.02s Real=4.03s Sys=0s ======================== run summary ====================== @@ -1721,7 +1724,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 50000 - User=0.54s Real=0.55s Sys=0s + User=1.14s Real=1.14s Sys=0s ======================== run summary ====================== @@ -2157,7 +2160,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 50000 - User=8.72s Real=8.74s Sys=0.01s + User=14.05s Real=14.09s Sys=0.01s ======================== run summary ====================== diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index f5c4c301aa92e41271f0a246abf1cb62d9661530..3068fa85544c3c36251d8af850ae109811dd215e 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 3 ***** diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index f2da5e2ec4eaed27fdd1f15b7f2dd1ce068fdbf2..b1d87178562b2cf7ee2b535b1ccf58b0f777fe7d 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 1 /testem/det/setMat G4_WATER @@ -507,7 +509,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=6.42s Real=6.42s Sys=0s + User=11.44s Real=11.5s Sys=0s The run consists of 10000 proton of 160 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -565,7 +567,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=2.39s Real=2.39s Sys=0s + User=4.62s Real=4.63s Sys=0.01s The run consists of 1000 C12 of 3.5 GeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -966,7 +968,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.16s Real=1.16s Sys=0s + User=2.06s Real=2.07s Sys=0s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) @@ -1754,7 +1756,7 @@ Index : 3 used in the geometry : No Run terminated. Run Summary Number of events processed : 100 - User=0.02s Real=0.01s Sys=0s + User=0.02s Real=0.02s Sys=0s The run consists of 100 alpha of 100 MeV through 20 cm of G4_WATER (density: 1 g/cm3 ) @@ -2156,7 +2158,7 @@ Index : 4 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=6.37s Real=6.4s Sys=0.02s + User=14.59s Real=14.74s Sys=0.12s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) @@ -2564,7 +2566,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.6s Real=0.6s Sys=0s + User=1.28s Real=1.29s Sys=0s The run consists of 1000 proton of 160 MeV through 20 cm of Water_1.05 (density: 1.05 g/cm3 ) diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 026cff131f6e9833fcc416ce824cb34453996084..adcbe1e0d33ec0596db63c30a4dbebeba5c32425 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 21 ***** @@ -428,6 +430,7 @@ /run/setCut 0.5 mm /run/setCutForRegion GasDetector 1.8 mm /process/em/verbose 1 +/run/physicsModified #/run/particle/dumpCutValues # #/process/eLoss/fluct false @@ -868,7 +871,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.07s Real=0.07s Sys=0s + User=0.15s Real=0.15s Sys=0s RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0162951 ==================================================== Beam Particle: proton diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index 5887e54988f181eab82c2b87906f072d0582057f..75c31fe06c39fe706fb67238a43b4f490b0b0bac 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 1 #/tracking/verbose 1 @@ -495,7 +497,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.2s Real=1.21s Sys=0s + User=1.62s Real=1.62s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= @@ -605,7 +607,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.98s Real=1.98s Sys=0s + User=2.57s Real=2.58s Sys=0.01s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 1 ================================================================= @@ -1109,7 +1111,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.86s Real=0.85s Sys=0s + User=1.26s Real=1.27s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= @@ -1613,7 +1615,7 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.16s Real=1.16s Sys=0s + User=1.67s Real=1.67s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index f498d52507818e6d47dfb71e2f8c11b11a164fc8..692a6e6fd9cf311f2094c4db03b4ed10af308ebe 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -3,14 +3,16 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** - creating G4RunManagerKernel 0x25ef5c0 + creating G4RunManagerKernel 0x724640 The materials defined are : @@ -81,15 +83,15 @@ Current application state is PreInit Warning : Geant4 kernel is not Init state : Assuming Init state. physicsList->Construct() start. G4Transportation constructor> set fShortStepOptimisation to false -0x283cd30G4ErrorPhysicsList:: particle process manager e+ = 0x283f300 -0x283cbe0G4ErrorPhysicsList:: particle process manager e- = 0x2840cf0 -0x283ca90G4ErrorPhysicsList:: particle process manager gamma = 0x2840f20 -0x283e030G4ErrorPhysicsList:: particle process manager geantino = 0x2841170 -0x283cf10G4ErrorPhysicsList:: particle process manager mu+ = 0x28413c0 -0x283d270G4ErrorPhysicsList:: particle process manager mu- = 0x2841610 -0x283d640G4ErrorPhysicsList:: particle process manager pi+ = 0x2841860 -0x283da20G4ErrorPhysicsList:: particle process manager pi- = 0x2841ab0 -0x283de00G4ErrorPhysicsList:: particle process manager proton = 0x2841d00 +0x972a70G4ErrorPhysicsList:: particle process manager e+ = 0x975040 +0x972920G4ErrorPhysicsList:: particle process manager e- = 0x976ad0 +0x9727d0G4ErrorPhysicsList:: particle process manager gamma = 0x976d00 +0x973d70G4ErrorPhysicsList:: particle process manager geantino = 0x976f50 +0x972c50G4ErrorPhysicsList:: particle process manager mu+ = 0x9771a0 +0x972fb0G4ErrorPhysicsList:: particle process manager mu- = 0x9773f0 +0x973380G4ErrorPhysicsList:: particle process manager pi+ = 0x977640 +0x973760G4ErrorPhysicsList:: particle process manager pi- = 0x977890 +0x973b40G4ErrorPhysicsList:: particle process manager proton = 0x977ae0 physicsList->CheckParticleList() start. physicsList->setCut() start. diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 6a92a5e1f270925c605239da808cea2c9ee32ebb..58163545058f21771ce2f9daebd71906f45b49cb 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run1.out b/examples/extended/eventgenerator/particleGun/particleGun_run1.out index ebcbc7728974c1588b1f7b516d5afb222453e97d..3e96e430212bc333a0b368cbba7c960e852b1aa3 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -105,7 +107,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s # /tracking/verbose 0 /run/beamOn 5 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run2.out b/examples/extended/eventgenerator/particleGun/particleGun_run2.out index 73108acd5c12cb93fd108d2721e85e4a631b7047..633ce751244bb074087c52904e6aaa6caefd7e47 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -85,7 +87,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.2s Real=0.21s Sys=0s + User=0.42s Real=0.43s Sys=0s ... write Root file : run2.root - done ... close Root file : run2.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run3.out b/examples/extended/eventgenerator/particleGun/particleGun_run3.out index ef48bb4ea6a2dc01393007761f6fc85a26a512ab..8e174fc26021cc4c34ede059bb5fb36e20210b39 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -86,7 +88,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.23s Real=0.22s Sys=0s + User=0.63s Real=0.63s Sys=0s ... write Root file : run3.root - done ... close Root file : run3.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run4.out b/examples/extended/eventgenerator/particleGun/particleGun_run4.out index 10f27b91419048cee0a74c18810f4ef657cff157..2cf4ced2df76f4338e7ccece11be57ab689914d5 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -101,7 +103,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.12s Real=3.13s Sys=0s + User=7.44s Real=7.45s Sys=0s ... write Root file : run4.root - done ... close Root file : run4.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh b/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh index af2549b0c31adf46bf8604b8fc9f8b766c81614e..fb90f1953d1380782cf2fa50d76d0d511929b39f 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/EDecayType.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: EDecayType.hh 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: EDecayType.hh 66586 2012-12-21 10:48:39Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/include/EDecayType.hh /// \brief Definition of the EDecayType enumeration diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh index 05f760a30ba6ef51585ea0bc2ca735dfdf26103d..224b81f182220f4ace003cdf3270781895716987 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Pythia6Decayer.hh 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: G4Pythia6Decayer.hh 98497 2016-07-20 15:39:38Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/include/G4Pythia6Decayer.hh /// \brief Definition of the G4Pythia6Decayer class diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6DecayerMessenger.hh b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6DecayerMessenger.hh index 8161319a333ff85220b7b0c01da769cf50079a9f..d1e141c28f605e208bb35ba7cd038194d1732363 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6DecayerMessenger.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/G4Pythia6DecayerMessenger.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Pythia6DecayerMessenger.hh 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: G4Pythia6DecayerMessenger.hh 66586 2012-12-21 10:48:39Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/include/G4Pythia6DecayerMessenger.hh /// \brief Definition of the G4Pythia6DecayerMessenger class diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/P6DExtDecayerPhysics.hh b/examples/extended/eventgenerator/pythia/decayer6/include/P6DExtDecayerPhysics.hh index b803b62d88a572ef75ae2c157eae3134e3b22dd4..f6db56b65486e43cac4fd424f2bbbd93a1244a8e 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/P6DExtDecayerPhysics.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/P6DExtDecayerPhysics.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: P6DExtDecayerPhysics.hh 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: P6DExtDecayerPhysics.hh 66586 2012-12-21 10:48:39Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/include/P6DExtDecayerPhysics.hh /// \brief Definition of the P6DExtDecayerPhysics class diff --git a/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh b/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh index da16fe1229d9233e99cbc51ffe71ed740db7ffe7..8fb9dd75da40be954fd727d55a10562749a0a42d 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh +++ b/examples/extended/eventgenerator/pythia/decayer6/include/Pythia6.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: Pythia6.hh 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: Pythia6.hh 66586 2012-12-21 10:48:39Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/include/Pythia6.hh /// \brief Definition of the Pythia6 class diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc index edda1cfcc322a6f6e78a1415cec9fe0338a506db..9bdb0091c110baeebc771709d6c5df174ef3ee52 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Pythia6Decayer.cc 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: G4Pythia6Decayer.cc 98498 2016-07-20 15:39:59Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/src/G4Pythia6Decayer.cc /// \brief Implementation of the G4Pythia6Decayer class diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6DecayerMessenger.cc b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6DecayerMessenger.cc index c3d7c4cd5b4cf9ed1dcd75d4d304fe852e085263..3f75e56729426773baf9bb1aefc897af8a0984d7 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6DecayerMessenger.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/G4Pythia6DecayerMessenger.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4Pythia6DecayerMessenger.cc 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: G4Pythia6DecayerMessenger.cc 66586 2012-12-21 10:48:39Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/src/G4Pythia6DecayerMessenger.cc /// \brief Implementation of the G4Pythia6DecayerMessenger class diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/P6DExtDecayerPhysics.cc b/examples/extended/eventgenerator/pythia/decayer6/src/P6DExtDecayerPhysics.cc index 49f7267bd234f4df0640da250a261e904635c950..e81c68972b3490ec9f24a3d76ff9fc1e7c6237e5 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/P6DExtDecayerPhysics.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/P6DExtDecayerPhysics.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: P6DExtDecayerPhysics.cc 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: P6DExtDecayerPhysics.cc 100121 2016-10-14 13:21:59Z gunter $ // /// \file eventgenerator/pythia/decayer6/src/P6DExtDecayerPhysics.cc /// \brief Implementation of the P6DExtDecayerPhysics class diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc b/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc index 3ae779f223fe5bd79d75a6cc0b38c6d835613b0a..c20b6a3de2c744a0de15dfd66183642290eaf0df 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc +++ b/examples/extended/eventgenerator/pythia/decayer6/src/Pythia6.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: Pythia6.cc 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: Pythia6.cc 98526 2016-07-21 11:15:24Z ihrivnac $ // /// \file eventgenerator/pythia/decayer6/src/Pythia6.cc /// \brief Implementation of the Pythia6 class diff --git a/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c b/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c index a281f89b8e03da2c8bb18e4e8d4f59350cfe98c7..a46c70abaaa9217940d3f6a17d3c49cd79d27db3 100644 --- a/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c +++ b/examples/extended/eventgenerator/pythia/decayer6/src/pythia6_common_address.c @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: pythia6_common_address.c 100687 2016-10-31 11:20:33Z gcosmo $ +// $Id: pythia6_common_address.c 98526 2016-07-21 11:15:24Z ihrivnac $ // // According to pythia6_common_address.c provided in Root // Pythia6 distribution: diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index 1fbec381d258d8f868149e071802d2c30573abdf..a3354c1a581e75d80944a761fdcf2cf1021d5189 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -89,7 +91,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.39s Real=0.39s Sys=0s + User=0.65s Real=0.65s Sys=0.01s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index a90f2d99f916af4ee3c57bac68dba21bfcf5d049..41128e549ec71be2e98848670545e1d7e1fa03e4 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index 2596ad5c96888710e447cf1fb92b980bbfde8bbf..2f35d660dd364311eb2b41f58d4ec9059e6a7dc5 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** LDMPhoton is created: m(GeV)= 0.5 /run/verbose 1 @@ -17,6 +19,7 @@ LDMPhoton is created: m(GeV)= 0.5 /testex/det/setSizeZ 130 cm /testex/det/setSizeXY 30 cm /process/em/verbose 1 +/run/physicsModified /testex/phys/addPhysics emstandard_opt0 /run/initialize @@ -973,7 +976,7 @@ Event = 0 z0 = -779.999 Primary direction = (0,0,1) Run terminated. Run Summary Number of events processed : 100 - User=0.86s Real=0.86s Sys=0s + User=1.37s Real=1.38s Sys=0.01s RunAction: End of run actions are started 1 Nevt= 100 Edep= 4066.64 ==================================================== Beam Particle: proton diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 62cad721f59f617955577c82b9ccb3b53a2365ec..2fa9daec7ad3c828da7bc5664df97d3ed2cda632 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** ### G4PhysListFactory WARNING: environment variable PHYSLIST is not defined Default Physics Lists FTFP_BERT is instantiated @@ -19,7 +21,7 @@ G4PhysListFactory::GetReferencePhysList <FTFP_BERT> EMoption= 0 Monopole is created: m(GeV)= 100 Qel= 0 Qmag= 68.518 /monopole/setup -/control/execute /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/exoticphysics/monopole/monopole.in +/control/execute /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/exoticphysics/monopole/monopole.in /control/verbose 1 /control/cout/ignoreThreadsExcept 0 /run/verbose 0 @@ -33,6 +35,7 @@ Monopole is created: m(GeV)= 100 Qel= 0 Qmag= 68.518 /testex/det/setStepSize 0.2 mm /testex/run/binSize 0.2 mm /process/em/verbose 1 +/run/physicsModified /run/initialize --------------------------------------------------------- diff --git a/examples/extended/exoticphysics/phonon/phonon.out b/examples/extended/exoticphysics/phonon/phonon.out index b7196d4c773272299f3940e35050f7da33b9873a..de8e64a5615c8749b8f5be9aa7bf0d68c93d2e0c 100644 --- a/examples/extended/exoticphysics/phonon/phonon.out +++ b/examples/extended/exoticphysics/phonon/phonon.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index ae5b839e1a468f0619956f7ad0254d8d3f6747a8..3c91dd0f753c5272ffb2435db96d04526c16ee3a 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 2 ***** @@ -1477,7 +1479,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.03s Real=0.03s Sys=0s + User=0.04s Real=0.05s Sys=0.01s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index cd7ca0a3be53969903e02352c1da18bca2dd34cc..db8299dd345c88fa5c191f330962e25f46b073ac 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 11 ***** @@ -998,7 +1000,7 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.01s Real=0s Sys=0s + User=0.01s Real=0.01s Sys=0s WARNING: command "/vis/viewer/update" could not be applied: no current viewer. ========= Table of registered couples ============================== diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 6dccbbd3b4b10b0ea246168e1671d1620b979b0e..c3962d48655470f40faef065fdce7d3fa6419b54 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 11 ***** @@ -5773,7 +5775,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Run terminated. Run Summary Number of events processed : 100 - User=0.03s Real=0.04s Sys=0.01s + User=0.06s Real=0.08s Sys=0.02s WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index afd2a58a781396f1f744f3c8bbd16c40796dad27..e409909443b34caf5486df7fc014325dd4f67c0a 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 11 ***** @@ -1004,7 +1006,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s WARNING: command "/vis/viewer/update" could not be applied: no current viewer. ========= Table of registered couples ============================== @@ -1026,7 +1028,7 @@ WARNING: Scene "none" not found. Run terminated. Run Summary Number of events processed : 100 - User=0.01s Real=0.01s Sys=0s + User=0.01s Real=0.02s Sys=0s WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Set field value to (0,0,1000) Gauss diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index 78c1c4ada41a91bf44b31da496776f85a565e0f2..49016a12b05adac76430b93c189aa5c1ef5ab372 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGSP_BERT 4.0 diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index bad619230f54bf3162b9645a217d52b4c31b4512..e93b90e38c19994dc0a7ef83fc8f28e83717dd96 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 1 ***** diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index 3e4bfe2b24da6b7a0aee0a0d4ba04fa236ca9fc7..fcd3cec6f1ff240d94410bb73b5487ae3edefa7b 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 1 ***** @@ -2299,7 +2301,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.02s Real=0.02s Sys=0s + User=0.03s Real=0.04s Sys=0.01s # Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index 13af7598c30009ec91c95a09bd7044b1970c30a7..6457b7f06fc0f6929d77e057d3e96ca346a4594e 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -1,19 +1,21 @@ argc 4 -Geometry data file: /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat +Geometry data file: /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat evaluating -m ############################################ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** -Instantiated G3toG4DetectorConstruction using call list file "/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat" +Instantiated G3toG4DetectorConstruction using call list file "/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat" <<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 Visualization Manager instantiating with verbosity "warnings (3)"... @@ -65,7 +67,7 @@ Some /vis commands (optionally) take a string to specify colour. "/vis/list" to see available colours. userDetector->Construct() start. Instantiated unit rotation matrix irot=0 -Reading the call List file /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat... +Reading the call List file /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/g3tog4/clGeometry/data/testmodel.dat... G4ggclos: setting top-level VolTableEntry Dump of VTD - 26 entries: Instantiated 26 volume table entries diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index 8afe982cec80b9c8d9e98d084f3737aecb53536e..4bf7aabe20da932c9dc19b0230d7619b0cd38e4a 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** --> phi = 30 deg direct rotation matrix : diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index 498fa1f7bfe57f68d1ea972af012289b0125ab5f..b04cfac263403688650a193c8711fa3b07218d87 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -1,16 +1,18 @@ -#### Starting: /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/build/examples/extended/hadronic/FissionFragment/FissionFragment #### +#### Starting: /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/build/examples/extended/hadronic/FissionFragment/FissionFragment #### MT RNG Seed: 62737819 ############################################ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGSP_BIC_HP 2.0 diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index e9c824f6e9daffc27034080c247b1413c2b60cdc..a15bcd8271cc4cb8b412eb81a4aa61e564c7386d 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ##### Hadr00 started in sequential mode ##### G4PhysListFactory::GetReferencePhysList <FTFP_BERT> EMoption= 0 @@ -58,6 +60,7 @@ G4PhysListFactory::GetReferencePhysList <FTFP_BERT> EMoption= 0 ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 /process/em/workerVerbose 0 +/run/physicsModified /gun/particle proton /gun/energy 20. GeV /testhadr/verbose 1 @@ -809,7 +812,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.03s Real=0.03s Sys=0.01s + User=0.05s Real=0.1s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 0f35ec21439259b56d5d18985d2e007b3a7f76df..3b6644a17e30ac2200d2bc2a483612eca976b819 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 2 /tracking/verbose 0 @@ -806,7 +808,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics 100.00 10k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -RunAction::BeginOfRunAction: User=0.89s Real=0.92s Sys=0.01s +RunAction::BeginOfRunAction: User=1.05s Real=1.09s Sys=0.02s NuclearData: User=0s Real=0s Sys=0s EventAction: Event # 0 started EventAction: Event # 10 started @@ -821,7 +823,7 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.13s Real=0.14s Sys=0s + User=0.23s Real=0.24s Sys=0s RunAction: End of run actions are started HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index 5cfc0adb8b214a9ac286650d438ac4075111248f..8e8ee617f18d83bf7919fa5d76fd148a1d9c7260 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** G4PhysListFactory::GetReferencePhysList <QBBC> EMoption= 0 <<< Reference Physics List QBBC @@ -788,7 +790,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.12s Real=0.12s Sys=0s + User=0.18s Real=0.21s Sys=0.01s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index 1655c29d280c0e9b2fbadd0a1bb1d08e8c96e964..76a91720161f0f7392251afcaa85289d268fb188 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** /control/cout/ignoreThreadsExcept 0 /run/numberOfThreads 2 @@ -417,7 +419,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.12s Real=0.13s Sys=0s + User=0.33s Real=0.33s Sys=0s The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr04/History b/examples/extended/hadronic/Hadr04/History index ab9b33e762e2e9201cabf4de4d7c19eb43e8a467..e865d23b17cc8003ceac3346dc06d7122ae3f9a8 100644 --- a/examples/extended/hadronic/Hadr04/History +++ b/examples/extended/hadronic/Hadr04/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +17-12-17 mma (exhadr04-V10-03-02) +- NeutronHPphysics : use pManager->GetProcess(processName) + 11-04-17 mma (exhadr04-V10-03-01) - BeginOfRunAction() : remove SetRandomNumberStore() diff --git a/examples/extended/hadronic/Hadr04/hadr04.out b/examples/extended/hadronic/Hadr04/hadr04.out index 988da67008a30d17f28b2bdb57f13f75288c8808..8fb5d666f7b6c8234c8db36fbe22a40ee4588fbf 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 2 # @@ -167,7 +169,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=14.17s Real=14.2s Sys=0.01s + User=19.63s Real=19.71s Sys=0s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr04/src/NeutronHPphysics.cc b/examples/extended/hadronic/Hadr04/src/NeutronHPphysics.cc index 4c187c514cb1f21b644b3050444696328337f641..81d149359d3cb73fba9e0e80806b539ca3392c3a 100644 --- a/examples/extended/hadronic/Hadr04/src/NeutronHPphysics.cc +++ b/examples/extended/hadronic/Hadr04/src/NeutronHPphysics.cc @@ -85,18 +85,17 @@ void NeutronHPphysics::ConstructProcess() // delete all neutron processes if already registered // - G4ProcessTable* processTable = G4ProcessTable::GetProcessTable(); G4VProcess* process = 0; - process = processTable->FindProcess("hadElastic", neutron); + process = pManager->GetProcess("hadElastic"); if (process) pManager->RemoveProcess(process); // - process = processTable->FindProcess("neutronInelastic", neutron); + process = pManager->GetProcess("neutronInelastic"); if (process) pManager->RemoveProcess(process); // - process = processTable->FindProcess("nCapture", neutron); + process = pManager->GetProcess("nCapture"); if (process) pManager->RemoveProcess(process); // - process = processTable->FindProcess("nFission", neutron); + process = pManager->GetProcess("nFission"); if (process) pManager->RemoveProcess(process); // (re) create process: elastic @@ -112,9 +111,9 @@ void NeutronHPphysics::ConstructProcess() // model1b if (fThermal) { model1a->SetMinEnergy(4*eV); - G4ParticleHPThermalScattering* model1b = new G4ParticleHPThermalScattering(); + G4ParticleHPThermalScattering* model1b = new G4ParticleHPThermalScattering(); process1->RegisterMe(model1b); - process1->AddDataSet(new G4ParticleHPThermalScatteringData()); + process1->AddDataSet(new G4ParticleHPThermalScatteringData()); } // (re) create process: inelastic @@ -137,7 +136,7 @@ void NeutronHPphysics::ConstructProcess() // // cross section data set G4ParticleHPCaptureData* dataSet3 = new G4ParticleHPCaptureData(); - process3->AddDataSet(dataSet3); + process3->AddDataSet(dataSet3); // // models G4ParticleHPCapture* model3 = new G4ParticleHPCapture(); @@ -146,7 +145,7 @@ void NeutronHPphysics::ConstructProcess() // (re) create process: nFission // G4HadronFissionProcess* process4 = new G4HadronFissionProcess(); - pManager->AddDiscreteProcess(process4); + pManager->AddDiscreteProcess(process4); // // cross section data set G4ParticleHPFissionData* dataSet4 = new G4ParticleHPFissionData(); @@ -154,7 +153,7 @@ void NeutronHPphysics::ConstructProcess() // // models G4ParticleHPFission* model4 = new G4ParticleHPFission(); - process4->RegisterMe(model4); + process4->RegisterMe(model4); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index 5633b1a1070ed86c89d61fdc47203f9c16e9c5d7..2fe17c047bdab40ab9c968ed78afb0b51f682f6b 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ###/control/cout/ignoreThreadsExcept 0 ###/run/numberOfThreads 2 @@ -453,7 +455,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=8.5s Real=8.51s Sys=0s + User=15.81s Real=15.94s Sys=0.01s 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 0c1ee1766b324ca6198c9a77047952bd05ec6c7f..eeb6d856a459e2c72f6a554cc771d3446434da10 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 1 # @@ -442,7 +444,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.32s Real=5.34s Sys=0s + User=8.28s Real=8.37s Sys=0s ======================== run summary ===================== diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index bb3be2dfcef598d6f8c924422a782afb11ddf45e..97b51fe0f65b6dfbd1c61f598a38424bd4ccbed9 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 1 # @@ -478,7 +480,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.62s Real=7.74s Sys=0.01s + User=15.37s Real=15.71s Sys=0.02s The run is 10000 Am241 of 0 meV within BeO (D = 3 cm L = 6 cm ) diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index f757da81da67bf39efc532c00b7e059c72382948..5c7a2919017a5b6401c7bdb59065cb26ec7850fb 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** @@ -1048,7 +1050,7 @@ EV: 99 Run terminated. Run Summary Number of events processed : 100 - User=0.02s Real=0.01s Sys=0s + User=0.03s Real=0.03s Sys=0s --------------------End of Global Run----------------------- The run was 200 events diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 25b84d48115b2733dc19bcddf4aa53f1a6a7271e..82299236cb4304534441395d5ec649c78c260b1d 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 6 ***** @@ -581,7 +583,7 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=4.24s Real=4.24s Sys=0s + User=6.35s Real=6.36s Sys=0.01s Histo: End of run actions are started ======================================================== Number of events 10000 diff --git a/examples/extended/medical/dna/chem1/.settings/.svn/entries b/examples/extended/medical/dna/chem1/.settings/.svn/entries index a30b3f1144dc4ecb6aa612f82f19b689491d1f94..2b928fed9683daffd9adf1a3c4425b024b1d0450 100644 --- a/examples/extended/medical/dna/chem1/.settings/.svn/entries +++ b/examples/extended/medical/dna/chem1/.settings/.svn/entries @@ -1,8 +1,8 @@ 10 dir -107860 -svn+ssh://svn.cern.ch/reps/geant4/branches/geant4/_symbols/geant4-10-04_branch/examples/extended/medical/dna/chem1/.settings +108733 +svn+ssh://svn.cern.ch/reps/geant4/branches/geant4/_symbols/geant4-10-04-patch-01_branch/examples/extended/medical/dna/chem1/.settings svn+ssh://svn.cern.ch/reps/geant4 diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index ab56671b0ee26eba1cc92ff29cca91315b9676e0..b451188a51672b006d4d546907f5aab35bcb82be 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/chem2/chem2.out b/examples/extended/medical/dna/chem2/chem2.out index a3b78b6d11a8b04dc2c689827ce5d79e379303cd..9f36045e9af186b433155cbd0fb6018d3cc682c9 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/chem3/chem3.out b/examples/extended/medical/dna/chem3/chem3.out index a9ba628021470d4a4af80852b80a5810fd4a3c1f..ebf088e68678e98fe4a314aa6176f5c28831b1b5 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/chem4/chem4.out b/examples/extended/medical/dna/chem4/chem4.out index bf76e2549e171fb0332d5e1c87a2d68b7dc1fe09..e66875266a049bcba3b9d73d617b98d4866cf227 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,15 +1,17 @@ -Seed used : 1512639121 +Seed used : 1519841847 ############################################ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** G4SDManager::AddNewCollection : the collection <mfDetector/PrimaryKiller> is registered at 1 G4SDManager::AddNewCollection : the collection <mfDetector/Species> is registered at 2 @@ -260,12 +262,14 @@ Start event 5 Start event 6 Start event 7 Start event 8 + * PrimaryKiller: aborts event 8, energy loss is too large. + * Energy loss by primary is: 2.768 keV. Event is aborted if the Eloss is > 2 keV Start event 9 --------------------End of Global Run----------------------- - The run has 10 events -Number of events recorded by the species scorer = 10 - Total energy deposited in the world volume : 11985 eV + The run has 9 events +Number of events recorded by the species scorer = 9 + Total energy deposited in the world volume : 9719.9 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/clustering/clustering.out b/examples/extended/medical/dna/clustering/clustering.out index 257e09422297371ed4d993ee5749e5faecb2efdf..6c80966c3823a7bad1c2050fe4dfec14e68c7dfc 100644 --- a/examples/extended/medical/dna/clustering/clustering.out +++ b/examples/extended/medical/dna/clustering/clustering.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/dnaphysics/dnaphysics.out b/examples/extended/medical/dna/dnaphysics/dnaphysics.out index 92769e70f44d93f58458d6d8dd64e83dcd50b96c..81b957f14772f55baf8709403623b261e2e34f23 100644 --- a/examples/extended/medical/dna/dnaphysics/dnaphysics.out +++ b/examples/extended/medical/dna/dnaphysics/dnaphysics.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -695,13 +697,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 0 kByte Total CPU time elapsed for geometry optimisation: 0 seconds ### Run 0 starts. -##### Create analysis manager 0x1a0aec0 +##### Create analysis manager 0x1182bc0 Using Root analysis manager ... open Root analysis file : dna.root - done Run terminated. Run Summary Number of events processed : 2 - User=5.4s Real=5.44s Sys=0.02s + User=7.41s Real=7.54s Sys=0.05s ... write Root file : dna.root - done ... close Root file : dna.root - done Graphics systems deleted. diff --git a/examples/extended/medical/dna/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 8bda42a2cd4bce55aebdf3ceecdaec760eabb815..212552ad9b5d6878428a1c1763e4792582182a2a 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** e-_G4DNAPTBAugerModel is constructed @@ -31,7 +33,7 @@ e-_excitation_interaction : Emin= 0 eV Emax= 100 TeV e-_G4DNAIonisation: for e- SubType= 53 BuildTable= 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== e-_ionisation_interaction : Emin= 0 eV Emax= 100 TeV -##### Create analysis manager 0xccf6f0 +##### Create analysis manager 0x19910f0 Using Root analysis manager ... open Root analysis file : ICSD.root - done ... write Root file : ICSD.root - done diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index 99cf842794353632a997f787f09ed1caad9131f8..97d8bbe7cda512da064b375722024a302cd011de 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/microdosimetry/microdosimetry.out b/examples/extended/medical/dna/microdosimetry/microdosimetry.out index 7bb8ac5ce238cad8c89f4eb5ff8c1cbe547fd828..89ebdf81b8a0ce8ca9df55bc9fcd1684a95e9851 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** PhysicsList::SetCuts:CutLength : 1 um Visualization Manager instantiating with verbosity "warnings (3)"... @@ -343,7 +345,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 2 - User=28.74s Real=28.8s Sys=0s + User=36.03s Real=36.1s Sys=0.01s Number and type of particles created outside region "Target" : N e- : 771 _______________________ diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index c892ade503e5fb85f3491e988ede1e9d484669fe..6585338f0a3a4874cb5f1a5b8cd37e80770b5332 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -256,7 +258,7 @@ hydrogen_G4DNAChargeIncrease: for hydrogen SubType= 57 BuildTable= 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 100 MeV ### Run 0 starts. -##### Create analysis manager 0x142ad10 +##### Create analysis manager 0x20ad7d0 Using Root analysis manager ... open Root analysis file : yz.root - done --> Event 0 starts. diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index 8ca8c3fad5ea5a586ad0faac5d6db3d685b77bc8..f7e37ec49bed838529438b5ff0a5c7bf4ba17054 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ===== neuron is started with SEQUENTIAL MODE ===== Only LivermorePhysics is activated! @@ -507,7 +509,7 @@ Physics stage ends Outputs of energy deposition per event written in data file: OutputPerEvent.out - Calculation time = 2.31 s + Calculation time = 2.73 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 66dd1f099068f2825e075e6257b02e187fe4ce0d..a865b7ddee7b4576451e96858f5964e621a8bbbe 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ----> Histogram file is opened in pdb4dna_output.root diff --git a/examples/extended/medical/dna/range/range.out b/examples/extended/medical/dna/range/range.out index fba69a5d16043b52913e723ab2196d2991584c1e..e17a83fc0e9b1a6cb11178decac9f5702500231b 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index d144fc288763d14cba338b8d1327008e95537196..d9ee7bf03103fdb754f4bb08f33627e2d3817865 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 0e671d01dcf63fdf6a0f746d4acded6ec10a191e..d484e4d5c41bb2544be9f80f55cdeaa22e88bca2 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index c7cdc01635565570665214a7a8d8f2074422f74d..6e591f2eb8027621d64fc81cad3546d11e077795 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index 838416da6d2208ce3a65346476dc1f1294232e4d..1bfda5d8c504f21b7832a7c68f281a49fc556d79 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** chromo1.dat done chromo1.dat done diff --git a/examples/extended/medical/dna/wvalue/wvalue.out b/examples/extended/medical/dna/wvalue/wvalue.out index 2d67ee45f656057123d7042e26f3a06151c696e5..a3ea2f75a663f69516a03632c8d15b7a981f0fcd 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index ac229a8c36b6c44852f3a3eb2ef860000c69d41b..419d4940d18e6cf34d12645c0878698b3a5ad81a 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 11 ***** @@ -288,7 +290,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=6.2s Real=6.2s Sys=0s + User=11.41s Real=11.45s Sys=0s ======================== run summary ====================== diff --git a/examples/extended/medical/electronScattering2/History b/examples/extended/medical/electronScattering2/History index dbf4492f9e52f56a26d38ba4469fddcd9507be47..3057d2e42b1f8ea841613f5598f63537c95a90f2 100644 --- a/examples/extended/medical/electronScattering2/History +++ b/examples/extended/medical/electronScattering2/History @@ -1,4 +1,4 @@ -$Id: History 101670 2016-11-21 09:17:10Z gcosmo $ +$Id: History 108546 2018-02-16 09:51:30Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -15,6 +15,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +02-02-18 D.Sawkey (exampleES2-V10-03-00) +- remove unused ScoringManager + 19-11-16 A.Dotti (exampleES2-V10-02-01) - explicit set of SD to manager diff --git a/examples/extended/medical/electronScattering2/electronScattering2.cc b/examples/extended/medical/electronScattering2/electronScattering2.cc index ff88eec349138a2c3c4fc5097280ef5f6a8c77cb..38b641f2da3f4e042745f52cf1392a8e4206a6a4 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.cc +++ b/examples/extended/medical/electronScattering2/electronScattering2.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: electronScattering2.cc 93734 2015-10-30 10:59:21Z gcosmo $ +// $Id: electronScattering2.cc 108546 2018-02-16 09:51:30Z gcosmo $ // /// \file medical/electronScattering2/electronScattering2.cc /// \brief Main program of the medical/electronScattering2 example @@ -35,7 +35,6 @@ #endif #include "Randomize.hh" -#include "G4ScoringManager.hh" #ifdef G4VIS_USE #include "G4VisExecutive.hh" @@ -82,9 +81,6 @@ int main(int argc,char** argv) { is >> startingSeedInt; G4Random::setTheSeed(startingSeedInt); - // Instantiate the scoring manager - G4ScoringManager::GetScoringManager(); - // Instantiate the geometry runManager->SetUserInitialization(new ElectronBenchmarkDetector); diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 163e6c016bbaf978474d532d6003318206b6afa3..4b51970f503bf83e40b20e3e82736ce93f4f625e 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -1,5 +1,5 @@ Starting run with -Macro File : /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/medical/electronScattering2/electronScattering2.in +Macro File : /mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/medical/electronScattering2/electronScattering2.in Starting Seed : 1 Output File : output.csv @@ -7,12 +7,14 @@ Output File : output.csv !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 11 ***** @@ -173,7 +175,6 @@ Attempting to add multiple times the same sensitive detector ("MyDetector") is n *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- - G4PhysicsListHelper::AddTransportation()--- G4CoupledTransportation is used phot: for gamma SubType= 12 BuildTable= 0 LambdaPrime table from 200 keV to 100 TeV in 61 bins @@ -542,16836 +543,238 @@ CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV ### Run 0 starts. --> Event 0 starts. - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1098802031039584 mm long - and its vector is (-0.0461507199443667,-0.09948876759794212,0.006764259355350077) mm - Endpoint of ComputeStep() was (-1.22409906353364,2.674370825237023,-541.1109901041455) - and current position to locate is (-1.270249783478007,2.574882057639081,-541.1042258447901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9704177919057484 mm long - and its vector is (0.8908374586157475,-0.3800419146967613,0.06072442875716888) mm - Endpoint of ComputeStep() was (-8.911180570858516,29.59261795024604,-260.0154347861169) - and current position to locate is (-8.020343112242768,29.21257603554928,-259.9547103573598) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2370180317425695 mm long - and its vector is (0.1367505139770699,0.1927432733471193,-0.01807968134582438) mm - Endpoint of ComputeStep() was (-10.22002277426413,40.27375971985425,-158.6718729547563) - and current position to locate is (-10.08327226028706,40.46650299320137,-158.6899526361021) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.883044040483126 mm long - and its vector is (-2.864313272637096,-0.319148614804563,0.07613525614697636) mm - Endpoint of ComputeStep() was (12.78603511997432,-5.827338290618156,-54.16801920899087) - and current position to locate is (9.921721847337222,-6.146486905422719,-54.09188395284389) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02398415869517596 mm long - and its vector is (-0.005453576976100744,0.02333668472702088,0.0009473713278111973) mm - Endpoint of ComputeStep() was (0.1127626179729292,-1.592333523491517,-534.4423859933283) - and current position to locate is (0.1073090409968284,-1.568996838764497,-534.4414386220005) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1569009636853203 mm long - and its vector is (-0.151094002500106,0.04172032054876285,0.006923125536104635) mm - Endpoint of ComputeStep() was (1.826853612048304,-2.063968793215104,-543.5881560507839) - and current position to locate is (1.675759609548198,-2.022248472666341,-543.5812329252478) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002757423196920109 mm long - and its vector is (0.002734548653920532,-0.0003378639314965959,-0.0001071182059604325) mm - Endpoint of ComputeStep() was (1.818205297070971,-2.165279953788656,-539.3010008000271) - and current position to locate is (1.820939845724891,-2.165617817720153,-539.301107918233) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03473138471959399 mm long - and its vector is (0.009247606943126541,0.03347643548402002,-0.0002812785987771349) mm - Endpoint of ComputeStep() was (-0.5203187428357233,-0.1377070750948345,-582.2624536062502) - and current position to locate is (-0.5110711358925968,-0.1042306396108145,-582.262734884849) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008280247950166202 mm long - and its vector is (-0.005924942838479996,0.005693181730463515,0.001022369923703081) mm - Endpoint of ComputeStep() was (-3.389731980395081,-7.063712835307689,-538.0729495985424) - and current position to locate is (-3.395656923233561,-7.058019653577226,-538.0719272286187) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0198719132694157 mm long - and its vector is (0.0197831165146507,0.0004487805243247323,0.001822041161972265) mm - Endpoint of ComputeStep() was (-4.166255561584689,-9.536715595717018,-529.0945048442345) - and current position to locate is (-4.146472445070038,-9.536266815192693,-529.0926828030725) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.749960012402765 mm long - and its vector is (4.058403779199431,2.280209514272997,0.9445228718373926) mm - Endpoint of ComputeStep() was (-50.29782673436964,-175.3796877641861,69.55015854263365) - and current position to locate is (-46.23942295517021,-173.0994782499131,70.49468141447105) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002938155610994865 mm long - and its vector is (-0.002527588950942072,0.001497937725377985,-1.533167915113154e-05) mm - Endpoint of ComputeStep() was (0.5984857800807862,0.4478383014198164,-564.3728606085991) - and current position to locate is (0.5959581911298442,0.4493362391451944,-564.3728759402783) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01995718018490196 mm long - and its vector is (0.007509932484011883,0.01847339955929916,-0.0007895972015603547) mm - Endpoint of ComputeStep() was (0.457188157727992,0.7711909520215443,-558.0841624886485) - and current position to locate is (0.4646980902120039,0.7896643515808435,-558.0849520858501) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01026883343861453 mm long - and its vector is (0.008455825463649091,0.005826342474421153,-4.110096188014722e-05) mm - Endpoint of ComputeStep() was (-59.42574738875933,87.48146987888205,594.4165941371944) - and current position to locate is (-59.41729156329568,87.48729622135647,594.4165530362325) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02445014330010639 mm long - and its vector is (-0.01427763263345982,0.009251973035525052,-0.01756017393790898) mm - Endpoint of ComputeStep() was (0.6038953867359944,0.4875788321621721,-564.3591804565521) - and current position to locate is (0.5896177541025346,0.4968308051976971,-564.37674063049) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03774513494713175 mm long - and its vector is (0.03450126580238122,-0.01530392976284123,-0.0003841926920813421) mm - Endpoint of ComputeStep() was (0.2823177842697684,-0.8748816183493211,-553.49306657944) - and current position to locate is (0.3168190500721496,-0.8901855481121623,-553.4934507721321) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004071848584723509 mm long - and its vector is (-0.0003068559400526416,0.0002676501438007572,-1.530211420686101e-06) mm - Endpoint of ComputeStep() was (0.8115370984984448,0.4269462920280316,-590.9784533836018) - and current position to locate is (0.8112302425583922,0.4272139421718324,-590.9784549138133) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01054986369521327 mm long - and its vector is (-0.004620258021518886,0.009455666457645062,-0.0007370289301888988) mm - Endpoint of ComputeStep() was (1.216780881514554,2.598326577662712,-564.2562266996638) - and current position to locate is (1.212160623493035,2.607782244120357,-564.256963728594) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008651352404078553 mm long - and its vector is (0.004268393081250821,-0.004743451099788132,-0.005841779744855558) mm - Endpoint of ComputeStep() was (15.27817757618133,-12.66948434987046,-540.9308281116153) - and current position to locate is (15.28244596926258,-12.67422780097025,-540.9366698913601) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00574871406177007 mm long - and its vector is (0.005654885430906365,0.001034367858749996,-8.201225568882364e-06) mm - Endpoint of ComputeStep() was (-0.0970037347147716,-0.6730225134277592,-564.3401238313452) - and current position to locate is (-0.09134884928386523,-0.6719881455690092,-564.3401320325708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 12.10739201508298 mm long - and its vector is (11.96576386319992,1.327884676056687,-1.28302722657304) mm - Endpoint of ComputeStep() was (121.6500960749962,-21.39469710418738,549.242533864552) - and current position to locate is (133.6158599381962,-20.06681242813069,547.959506637979) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02326600180265051 mm long - and its vector is (-0.005343883744630851,0.01938389367430049,-0.01170531556294918) mm - Endpoint of ComputeStep() was (-0.1410699351385555,-0.6677108000343911,-564.3103493828302) - and current position to locate is (-0.1464138188831864,-0.6483269063600906,-564.3220546983931) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02471755397784015 mm long - and its vector is (-0.01271381368546526,-0.01556691856183134,-0.01438705886232583) mm - Endpoint of ComputeStep() was (-0.1695571929842749,-0.661548936845324,-564.2872965992607) - and current position to locate is (-0.1822710066697402,-0.6771158554071554,-564.301683658123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007913089221768832 mm long - and its vector is (-0.006849738926785254,-0.002068054945854048,-0.003379527542051619) mm - Endpoint of ComputeStep() was (-0.1940515177633743,-0.6876164957719496,-564.2713808050227) - and current position to locate is (-0.2009012566901595,-0.6896845507178037,-564.2747603325647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004421588354796981 mm long - and its vector is (-0.00200136666884429,0.002970055379757253,-0.002593018719039719) mm - Endpoint of ComputeStep() was (-0.2031850711290718,-0.6814194956476016,-564.2635307871869) - and current position to locate is (-0.2051864377979161,-0.6784494402678444,-564.266123805906) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003744376614921083 mm long - and its vector is (-0.00193331463459806,0.001104552780406332,-0.003010417564610179) mm - Endpoint of ComputeStep() was (-0.2118970718813213,-0.6684725691064815,-564.258153566779) - and current position to locate is (-0.2138303865159193,-0.6673680163260751,-564.2611639843436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004898683094947851 mm long - and its vector is (-0.00312755895858724,-0.003765838976781288,-0.0001841950765992806) mm - Endpoint of ComputeStep() was (-0.2228915357244477,-0.6603094438177806,-564.2516206732898) - and current position to locate is (-0.226019094683035,-0.6640752827945618,-564.2518048683664) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001027989771035154 mm long - and its vector is (0.0008344070110102575,0.0001023953256455989,0.0005916444089280049) mm - Endpoint of ComputeStep() was (-0.2346090601094624,-0.6539747372377605,-564.2414383735061) - and current position to locate is (-0.2337746530984521,-0.6538723419121149,-564.2408467290971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001989718893684027 mm long - and its vector is (0.001160589989556371,-0.001215438903323651,0.001065232568180363) mm - Endpoint of ComputeStep() was (-16.27856149772273,7.414944686850317,-540.9916480284784) - and current position to locate is (-16.27740090773318,7.413729247946994,-540.9905827959102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002298484833087026 mm long - and its vector is (0.0004259013886027674,-0.001876383429191719,0.001257308936487789) mm - Endpoint of ComputeStep() was (-16.2754617297971,7.419830245739281,-540.9821346633355) - and current position to locate is (-16.2750358284085,7.417953862310089,-540.980877354399) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002270774969617557 mm long - and its vector is (0.0006932591768062935,-0.001836488036039086,0.001141543853691473) mm - Endpoint of ComputeStep() was (-16.27192583217557,7.424453618946389,-540.9723094033388) - and current position to locate is (-16.27123257299876,7.42261713091035,-540.9711678594851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005181537916035903 mm long - and its vector is (0.002332219193782237,-0.0007038156658021322,-0.004573153432374966) mm - Endpoint of ComputeStep() was (-16.25667366712368,7.427238128552601,-540.9644542799729) - and current position to locate is (-16.2543414479299,7.426534312886799,-540.9690274334052) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004814967732660418 mm long - and its vector is (-0.0002691280878330815,-0.0008562179722337859,0.004730578730232082) mm - Endpoint of ComputeStep() was (-16.2381471697745,7.433215698894502,-540.9668968150459) - and current position to locate is (-16.23841629786233,7.432359480922268,-540.9621662363156) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004734191660042682 mm long - and its vector is (0.0007454615817472643,-0.003287308411731971,-0.003324223384538527) mm - Endpoint of ComputeStep() was (-16.21975240747882,7.439857993601506,-540.9653960765871) - and current position to locate is (-16.21900694589707,7.436570685189774,-540.9687202999717) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004529823724064084 mm long - and its vector is (-0.002230697458355024,0.003350223484433812,-0.002078291227121554) mm - Endpoint of ComputeStep() was (-16.20604367961164,7.446531894388134,-540.9665766389792) - and current position to locate is (-16.20827437706999,7.449882117872568,-540.9686549302063) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005957767255658849 mm long - and its vector is (0.005416041976072705,-0.0008804695457609313,-0.002320830318012668) mm - Endpoint of ComputeStep() was (-16.20472812611184,7.463737312018887,-540.96563550759) - and current position to locate is (-16.19931208413577,7.462856842473126,-540.967956337908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00767666405659657 mm long - and its vector is (-0.005207812149400581,0.0004324072462598139,-0.005623423123665816) mm - Endpoint of ComputeStep() was (-16.20028364660038,7.477963396253737,-540.9658949781503) - and current position to locate is (-16.20549145874978,7.478395803499997,-540.971518401274) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007003502306241607 mm long - and its vector is (-0.0001658447941714769,0.0030454188371003,0.006304519344439541) mm - Endpoint of ComputeStep() was (-16.20548903422664,7.489856006855583,-540.9770542264773) - and current position to locate is (-16.20565487902082,7.492901425692684,-540.9707497071329) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008486773455540681 mm long - and its vector is (-0.001607527246836327,-0.008197798632241238,0.001495753128551769) mm - Endpoint of ComputeStep() was (-16.21741110325654,7.495983365148508,-540.966493210419) - and current position to locate is (-16.21901863050337,7.487785566516266,-540.9649974572905) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003893584530363795 mm long - and its vector is (0.0001932805776768687,-0.0003366178002810472,3.051359988148761e-05) mm - Endpoint of ComputeStep() was (-0.5686298791506758,3.392954697982478,-540.4802755058664) - and current position to locate is (-0.5684365985729989,3.392618080182197,-540.4802449922665) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.686430791457354 mm long - and its vector is (-1.251511096946651,8.56059075692967,-0.7772295422641378) mm - Endpoint of ComputeStep() was (16.06914360232918,97.11500654590434,465.529519435118) - and current position to locate is (14.81763250538253,105.675597302834,464.7522898928539) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07596296047239155 mm long - and its vector is (-0.07580783975960514,-0.004433255022837201,-0.001972066077655654) mm - Endpoint of ComputeStep() was (-2.088322099770416,-2.366445656382832,-549.9948452861029) - and current position to locate is (-2.164129939530021,-2.370878911405669,-549.9968173521805) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.738539874262293 mm long - and its vector is (-0.2509603157383395,1.71984434203379,0.04092986072322446) mm - Endpoint of ComputeStep() was (-9.989975836461694,-12.84255678068233,-162.1480449114251) - and current position to locate is (-10.24093615220003,-11.12271243864854,-162.1071150507019) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.517714400042238 mm long - and its vector is (1.042870032685365,0.5698990341776344,-2.219577208828355) mm - Endpoint of ComputeStep() was (2.247134471120694,-6.129467491971647,-548.8892372921559) - and current position to locate is (3.290004503806059,-5.559568457794012,-551.1088145009843) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.703567763615424 mm long - and its vector is (-1.94444917039239,-0.8708638730049696,1.664329351695642) mm - Endpoint of ComputeStep() was (6.491677700410378,-8.918897103728394,-549.1260501927374) - and current position to locate is (4.547228530017988,-9.789760976733364,-547.4617208410417) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.637340046978086 mm long - and its vector is (0.9891300649604045,-0.2936281926734434,-1.271332619142981) mm - Endpoint of ComputeStep() was (5.954381255890654,-12.14020743238164,-545.8240578246528) - and current position to locate is (6.943511320851059,-12.43383562505509,-547.0953904437957) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.452108493300469 mm long - and its vector is (-0.3131135832797529,-0.06020629285030488,-1.416670096593521) mm - Endpoint of ComputeStep() was (7.550035675181565,-15.638030949797,-547.093271596121) - and current position to locate is (7.236922091901812,-15.6982372426473,-548.5099416927145) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6135002885328777 mm long - and its vector is (0.1964567578598553,0.4033350640641338,-0.4184592840617825) mm - Endpoint of ComputeStep() was (7.328193681346289,-16.6224830414093,-549.3579329583481) - and current position to locate is (7.524650439206145,-16.21914797734517,-549.7763922424099) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007780229649446147 mm long - and its vector is (-0.001934795867013117,-0.007535757837168783,-2.986922595482611e-05) mm - Endpoint of ComputeStep() was (-0.2681919433566114,0.2265716250555103,-587.9606443778117) - and current position to locate is (-0.2701267392236245,0.2190358672183415,-587.9606742470377) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1668416233532233 mm long - and its vector is (0.08456723828594048,-0.1437491502970953,-0.00454876694180939) mm - Endpoint of ComputeStep() was (-0.4848505727987792,-4.63202709866647,-422.4961398624222) - and current position to locate is (-0.4002833345128387,-4.775776248963565,-422.500688629364) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3559771110959905 mm long - and its vector is (-0.009158926373934451,0.3557000556770173,0.01064368748558309) mm - Endpoint of ComputeStep() was (-1.042414781762996,-8.312686360840035,-304.853689808096) - and current position to locate is (-1.05157370813693,-7.956986305163017,-304.8430461206104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.607661600219749 mm long - and its vector is (-1.523327078263859,-2.115033148241743,-0.07751397117510805) mm - Endpoint of ComputeStep() was (-2.542993634327638,-27.29386260064539,252.0895178104435) - and current position to locate is (-4.066320712591498,-29.40889574888713,252.0120038392684) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.170559632567066 mm long - and its vector is (1.169101541868961,0.0582196243728248,-0.004681189277221165) mm - Endpoint of ComputeStep() was (-2.720735702350929,-37.94009940978064,481.9625514139972) - and current position to locate is (-1.551634160481968,-37.88187978540782,481.95787022472) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.80630866269108 mm long - and its vector is (-1.156847254957732,-1.387242645635403,0.003640843320738441) mm - Endpoint of ComputeStep() was (-39.64524431804757,36.60569107148969,384.8229504529347) - and current position to locate is (-40.80209157300531,35.21844842585428,384.8265912962555) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4010130955203769 mm long - and its vector is (-0.120802150556969,-0.3821713186107587,0.01278383475175815) mm - Endpoint of ComputeStep() was (-44.25452294864964,40.20899068934335,501.3941949555493) - and current position to locate is (-44.37532509920661,39.82681937073259,501.4069787903011) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07478985958358753 mm long - and its vector is (-0.05811786904818916,-0.04707086501899482,0.0004123835518612395) mm - Endpoint of ComputeStep() was (-45.5035353464569,41.56338970761569,540.6245771649812) - and current position to locate is (-45.56165321550509,41.5163188425967,540.6249895485331) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009680932490215967 mm long - and its vector is (-0.009664437767710865,0.0004774943028138523,-0.0003018206502929388) mm - Endpoint of ComputeStep() was (-47.24689809915974,43.8926308166896,595.7859410089613) - and current position to locate is (-47.25656253692745,43.89310831099242,595.7856391883111) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01099336430160847 mm long - and its vector is (-0.009498711202344357,-0.005533210766628688,-0.0001101034713428817) mm - Endpoint of ComputeStep() was (-0.3534839469448963,0.07046938574891751,-564.2617314251881) - and current position to locate is (-0.3629826581472407,0.06493617498228882,-564.2618415286595) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.146303455985159 mm long - and its vector is (3.667460166706682,1.93162043334299,-0.1020332113878055) mm - Endpoint of ComputeStep() was (21.85406476521291,-11.91007634225261,48.63414999806628) - and current position to locate is (25.52152493191959,-9.978455908909615,48.53211678667847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6932587718115436 mm long - and its vector is (-0.5575181223551269,0.4110838042965135,0.02813136655709059) mm - Endpoint of ComputeStep() was (33.1178745497046,-12.924987116799,242.1371385343877) - and current position to locate is (32.56035642734947,-12.51390331250248,242.1652699009448) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04581415400439142 mm long - and its vector is (-0.01117281361894984,0.044363795026094,-0.002441031310127073) mm - Endpoint of ComputeStep() was (0.9484397050986098,2.649527259437502,-530.9929940114566) - and current position to locate is (0.9372668914796599,2.693891054463596,-530.9954350427668) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4652964176670248 mm long - and its vector is (-0.2118571725355674,0.4138229295771492,-0.01918013803879148) mm - Endpoint of ComputeStep() was (4.299098162174906,10.81260985216753,-393.124648745458) - and current position to locate is (4.087240989639339,11.22643278174468,-393.1438288834968) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02636557461802961 mm long - and its vector is (-0.01417269227067382,0.02223237096532149,0) mm - Endpoint of ComputeStep() was (0.1099903053045273,-0.3557202744483948,-591.9212810252238) - and current position to locate is (0.09581761303385347,-0.3334879034830733,-591.9212810252238) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.740656224319039 mm long - and its vector is (-3.975895933987672,-2.563630145201039,0.306387724773117) mm - Endpoint of ComputeStep() was (40.16908427893323,57.56849497497524,382.6432918761687) - and current position to locate is (36.19318834494555,55.00486482977421,382.9496796009419) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01090266745742553 mm long - and its vector is (-0.008686031523339466,-0.006559803747286708,0.0006244908805115301) mm - Endpoint of ComputeStep() was (36.37119231655993,55.9274140768885,395.1162145402247) - and current position to locate is (36.36250628503659,55.92085427314121,395.1168390311052) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.182204010956205 mm long - and its vector is (7.505465464573206,-3.235754222426863,0.3825509757580789) mm - Endpoint of ComputeStep() was (-74.66121271626039,-65.01271693818421,335.0358232184132) - and current position to locate is (-67.15574725168719,-68.24847116061107,335.4183741941712) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03597564286684803 mm long - and its vector is (0.03558823931043634,-0.005218416190675867,-0.0007015945602688589) mm - Endpoint of ComputeStep() was (0.1255010470174625,-0.4994780786627462,-583.0686431499142) - and current position to locate is (0.1610892863278988,-0.5046964948534221,-583.0693447444745) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00242257970777064 mm long - and its vector is (0.001142109938265801,-0.002124933054135747,-0.0002216683217284299) mm - Endpoint of ComputeStep() was (0.4707014077228687,-1.169540666455745,-562.8060970063979) - and current position to locate is (0.4718435176611345,-1.171665599509881,-562.8063186747196) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02513012472079925 mm long - and its vector is (-0.02484617720766691,0.003503331503310392,0.001384671450580299) mm - Endpoint of ComputeStep() was (3.046586962735071,-7.339048349559532,-497.6094472684441) - and current position to locate is (3.021740785527404,-7.335545018056222,-497.6080625969935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.769176888790208 mm long - and its vector is (6.906818637767658,-5.374080615075755,-0.5599796019004657) mm - Endpoint of ComputeStep() was (-3.787292779178778,-115.2439952460153,476.1132084348467) - and current position to locate is (3.11952585858888,-120.6180758610911,475.5532288329462) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05474938326006796 mm long - and its vector is (-0.009267514111710007,0.05369370100314086,0.005347393957094937) mm - Endpoint of ComputeStep() was (3.190245347316996,-131.9571863164354,584.2880600743476) - and current position to locate is (3.180977833205286,-131.9034926154323,584.2934074683047) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7630339507796879 mm long - and its vector is (-0.5476177162781255,0.5271891621847606,-0.06638700276198506) mm - Endpoint of ComputeStep() was (-44.1200684449704,3.107502356409648,-189.0938048083254) - and current position to locate is (-44.66768616124853,3.634691518594408,-189.1601918110874) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.09219936908991 mm long - and its vector is (-2.524345092882168,3.218312648250063,0.1274410708336973) mm - Endpoint of ComputeStep() was (-9.806090627548011,-41.12286387459113,260.1197195506296) - and current position to locate is (-12.33043572043018,-37.90455122634107,260.2471606214633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2476729700870341 mm long - and its vector is (0.1450250451414394,-0.2007245359430527,-0.004392842348920567) mm - Endpoint of ComputeStep() was (-12.99776034855054,-40.41700094154164,353.018875715437) - and current position to locate is (-12.8527353034091,-40.6177254774847,353.0144828730881) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00563764980621478 mm long - and its vector is (0.0005956087765783824,-0.005606098957633227,0) mm - Endpoint of ComputeStep() was (0.5853318214416504,-0.1363665014505386,-597.934876182813) - and current position to locate is (0.5859274302182288,-0.1419726004081719,-597.934876182813) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004664714545098099 mm long - and its vector is (-0.003492605596566278,0.003089871294827296,-0.0001181664736122912) mm - Endpoint of ComputeStep() was (-0.1545936938436934,-1.162525256835196,-538.7592514780982) - and current position to locate is (-0.1580862994402596,-1.159435385540369,-538.7593696445718) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.217269026090133 mm long - and its vector is (0.4087990083215374,1.146108542123571,0.03259543442158019) mm - Endpoint of ComputeStep() was (-10.46263175326116,-6.769961114498357,-215.2181011526089) - and current position to locate is (-10.05383274493962,-5.623852572374786,-215.1855057181873) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1735719543797825 mm long - and its vector is (0.03001842493256213,0.1709352621723834,0.002693261562484395) mm - Endpoint of ComputeStep() was (-9.794819941290568,-6.750298805456429,-146.5793857831861) - and current position to locate is (-9.764801516358006,-6.579363543284045,-146.5766925216236) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.207434852863207 mm long - and its vector is (-1.108434924324271,-4.998211586796645,-0.9521715701303322) mm - Endpoint of ComputeStep() was (-65.31645231850183,2.861047467965771,-195.3931779048694) - and current position to locate is (-66.4248872428261,-2.137164118830873,-196.3453494749997) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01909941865309707 mm long - and its vector is (-0.009132695883079078,0.01677443467880402,0) mm - Endpoint of ComputeStep() was (0.8333096265792848,0.2755093932151795,-591.888377852781) - and current position to locate is (0.8241769306962057,0.2922838278939835,-591.888377852781) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001191398094689177 mm long - and its vector is (-0.0001092998191474237,4.617652681215834e-05,-1.075044679055281e-05) mm - Endpoint of ComputeStep() was (-2.883830121001576,0.4216247073669768,-526.0059190531441) - and current position to locate is (-2.883939420820724,0.4216708838937889,-526.0059298035909) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.641642104141727 mm long - and its vector is (0.03951523021868297,1.637210237237394,0.1138858365062063) mm - Endpoint of ComputeStep() was (-36.17293568201711,-32.71209015785804,-38.12808018720892) - and current position to locate is (-36.13342045179843,-31.07487992062064,-38.01419435070272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.333983798486557 mm long - and its vector is (2.346623313681441,2.354815340433241,0.252292894703487) mm - Endpoint of ComputeStep() was (-63.84307926526741,-59.70418862653895,486.9346626838156) - and current position to locate is (-61.49645595158596,-57.34937328610571,487.1869555785191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04594465883090647 mm long - and its vector is (0.03020853809001522,-0.03460346471997866,0.0009778194749969771) mm - Endpoint of ComputeStep() was (-63.34222954201875,-58.18918110375447,514.4904224294432) - and current position to locate is (-63.31202100392873,-58.22378456847445,514.4914002489182) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002497777162160793 mm long - and its vector is (3.456001222645888e-05,0.0002473537002952303,3.264969109295635e-06) mm - Endpoint of ComputeStep() was (1.176432010523791,0.1137303220715476,-564.4760215581273) - and current position to locate is (1.176466570536018,0.1139776757718428,-564.4760182931582) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.008773224517108 mm long - and its vector is (-4.827404022740825,-1.325387439526708,0.165311073464693) mm - Endpoint of ComputeStep() was (7.661106355319496,105.9987739151733,479.6307243018148) - and current position to locate is (2.833702332578671,104.6733864756466,479.7960353752795) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1327286519548077 mm long - and its vector is (0.09007724301631637,0.09697828743226466,-0.009909445343964762) mm - Endpoint of ComputeStep() was (3.631429293412831,110.7452994661556,546.4698748927165) - and current position to locate is (3.721506536429148,110.8422777535879,546.4599654473725) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01947027419378119 mm long - and its vector is (0.003641668374554818,0.01904962520316644,-0.001715111730959507) mm - Endpoint of ComputeStep() was (4.214181294313457,113.9459560551533,580.3801604724276) - and current position to locate is (4.217822962688012,113.9650056803565,580.3784453606967) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9384267869082994 mm long - and its vector is (-0.8511912328021438,-0.386063519186731,-0.08410278676095118) mm - Endpoint of ComputeStep() was (-41.03884066383556,-22.61093407300728,-62.41759858486262) - and current position to locate is (-41.89003189663771,-22.99699759219401,-62.50170137162357) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01188281418352458 mm long - and its vector is (0.01072852054673504,0.005095300752718253,0.0003715239397479309) mm - Endpoint of ComputeStep() was (-0.1457946467118772,-0.04386927951486946,-581.6705170628262) - and current position to locate is (-0.1350661261651422,-0.03877397876215121,-581.6701455388865) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003591848290712158 mm long - and its vector is (0.0002930982101851942,-0.0002075827343281933,4.072963292856002e-06) mm - Endpoint of ComputeStep() was (-0.7062334293218661,1.341710138096581,-540.9368242327701) - and current position to locate is (-0.7059403311116809,1.341502555362252,-540.9368201598068) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6698123513812044 mm long - and its vector is (0.6445418236244347,-0.1820970508972373,-0.007422109958440615) mm - Endpoint of ComputeStep() was (11.81621936660949,27.17331876309278,-258.9058108567538) - and current position to locate is (12.46076119023392,26.99122171219554,-258.9132329667122) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.529093722883237 mm long - and its vector is (-1.409669418156525,2.095272752281218,-0.1377653228846896) mm - Endpoint of ComputeStep() was (29.03363381140511,65.11891398182642,151.3906216699679) - and current position to locate is (27.62396439324858,67.21418673410764,151.2528563470832) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03109059133905692 mm long - and its vector is (0.008854518302356951,-0.02974443278364447,0.001868446901767129) mm - Endpoint of ComputeStep() was (38.10620418359277,98.62535786837894,582.3768645735283) - and current position to locate is (38.11505870189512,98.5956134355953,582.3787330204301) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.974790384096806 mm long - and its vector is (-0.4114279103645515,-1.447139747867169,7.831589576516308) mm - Endpoint of ComputeStep() was (62.52917938238463,108.2618482825939,160.6714656251795) - and current position to locate is (62.11775147202007,106.8147085347268,168.5030552016958) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 22.66753672750794 mm long - and its vector is (-17.24358456521698,5.461334090418092,13.66198530916972) mm - Endpoint of ComputeStep() was (117.8200451421515,173.9595267345483,211.9672306718082) - and current position to locate is (100.5764605769345,179.4208608249664,225.6292159809779) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2140541368269506 mm long - and its vector is (-0.1879163748971706,-0.002049331286229972,0.1024812655050482) mm - Endpoint of ComputeStep() was (102.2450143543267,181.0525803567436,228.7214154136608) - and current position to locate is (102.0570979794295,181.0505310254573,228.8238966791659) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05177104348593948 mm long - and its vector is (-0.04334940199059645,-0.01311623194425238,0.02508056519030788) mm - Endpoint of ComputeStep() was (118.814569637628,201.530710295708,259.0223278064075) - and current position to locate is (118.7712202356374,201.5175940637637,259.0474083715978) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1525435261379757 mm long - and its vector is (-0.08798395953500915,-0.1222630312677211,-0.02408529460848285) mm - Endpoint of ComputeStep() was (119.0959829521901,201.2338759588163,259.301269739048) - and current position to locate is (119.0079989926551,201.1116129275486,259.2771844444395) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1184261230397481 mm long - and its vector is (0.01625804147387555,-0.04639238380070765,0.1077412150987129) mm - Endpoint of ComputeStep() was (119.2929753483758,200.7744988726685,259.089023562734) - and current position to locate is (119.3092333898496,200.7281064888678,259.1967647778328) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1432345945978996 mm long - and its vector is (0.05227258939022761,0.05995211934887834,0.1191195570577861) mm - Endpoint of ComputeStep() was (119.6512767026459,200.4414625636343,259.1909338391994) - and current position to locate is (119.7035492920361,200.5014146829832,259.3100533962572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09979312557541906 mm long - and its vector is (-0.05004630118459374,-0.0744507169854387,0.04371643158134475) mm - Endpoint of ComputeStep() was (120.0663175798557,200.2300007463479,259.2631202153987) - and current position to locate is (120.0162712786711,200.1555500293625,259.30683664698) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07149880045035366 mm long - and its vector is (-0.01867501484441902,-0.02119773913182144,0.06568088110020653) mm - Endpoint of ComputeStep() was (120.1446272813653,199.71962533065,259.2026424328631) - and current position to locate is (120.1259522665209,199.6984275915182,259.2683233139633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.473234642889473 mm long - and its vector is (-0.9434935250766898,0.2528030407347899,-1.102873929215519) mm - Endpoint of ComputeStep() was (122.4208225565675,195.62343012971,256.3623206706625) - and current position to locate is (121.4773290314909,195.8762331704447,255.259446741447) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.470029090322279 mm long - and its vector is (-1.110844378235711,0.5868167857836681,-0.7633192999383596) mm - Endpoint of ComputeStep() was (121.1685368098845,191.945907609639,252.6873109269594) - and current position to locate is (120.0576924316488,192.5327243954227,251.9239916270211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.239176276924566 mm long - and its vector is (-1.230527914025586,0.04502720592401488,-0.1390375806145414) mm - Endpoint of ComputeStep() was (120.1226700481869,188.8843109919555,250.167382863611) - and current position to locate is (118.8921421341613,188.9293381978795,250.0283452829965) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5951916133786357 mm long - and its vector is (-0.136007487299139,0.2485441205712675,-0.5234317913198367) mm - Endpoint of ComputeStep() was (118.5303872311987,186.1106070930676,248.7839087030941) - and current position to locate is (118.3943797438996,186.3591512136389,248.2604769117743) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0114932152219107 mm long - and its vector is (-0.009110663362448229,-0.007003280372092524,0.0002094594547088491) mm - Endpoint of ComputeStep() was (-0.1922250328479292,1.07690017437222,-556.2071274698413) - and current position to locate is (-0.2013356962103774,1.069896894000127,-556.2069180103866) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.415316458031328 mm long - and its vector is (-1.414728510066523,0.03871722349318674,-0.01284117534643769) mm - Endpoint of ComputeStep() was (-2.981461674442409,17.08447050711448,-187.859781322726) - and current position to locate is (-4.396190184508932,17.12318773060767,-187.8726224980724) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001170450884838302 mm long - and its vector is (0.0007682385927623159,0.0008824924715256088,-3.117332369129144e-05) mm - Endpoint of ComputeStep() was (-10.49758692054954,47.30953146992236,591.8922721310313) - and current position to locate is (-10.49681868195678,47.31041396239389,591.8922409577076) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008443499066352935 mm long - and its vector is (-0.002640882720156057,-0.008012619632623341,0.0003410887931067919) mm - Endpoint of ComputeStep() was (-10.53219377831257,47.4678632449286,595.317037536842) - and current position to locate is (-10.53483466103273,47.45985062529598,595.3173786256351) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.736895385672163e-05 mm long - and its vector is (6.688532714427264e-05,-8.054617689934318e-06,2.282332616232452e-07) mm - Endpoint of ComputeStep() was (0.3397071364132445,-0.2933145750244504,-590.9939621634502) - and current position to locate is (0.3397740217403887,-0.2933226296421403,-590.9939619352169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.95150401257325 mm long - and its vector is (3.205730896676496,-7.267000647151946,0.3747093198139169) mm - Endpoint of ComputeStep() was (21.84180809628886,63.05697364515359,442.5627914064157) - and current position to locate is (25.04753899296536,55.78997299800164,442.9375007262296) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1077415784007993 mm long - and its vector is (0.06865916100607805,0.08277913348089783,-0.006463929639835442) mm - Endpoint of ComputeStep() was (27.96105554189014,65.87709169897416,590.8722116837874) - and current position to locate is (28.02971470289622,65.95987083245505,590.8657477541476) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001669053335272225 mm long - and its vector is (-0.0004232676409285929,-0.0005733838455752038,-0.001509243024088391) mm - Endpoint of ComputeStep() was (0.3402953938873667,-0.2961206702294801,-590.993045137) - and current position to locate is (0.3398721262464381,-0.2966940540750553,-590.9945543800241) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000545149212260427 mm long - and its vector is (-0.0001612908633955579,-0.0003251493305034825,-0.0004067564798333478) mm - Endpoint of ComputeStep() was (0.3409708602236501,-0.2988430076315399,-590.9932722491073) - and current position to locate is (0.3408095693602546,-0.2991681569620434,-590.9936790055872) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001210053249083453 mm long - and its vector is (-0.0005711780690677015,0.0007110465237575858,-0.0007952341291002085) mm - Endpoint of ComputeStep() was (0.3399457662366109,-0.3015478294182981,-590.9951863257381) - and current position to locate is (0.3393745881675432,-0.3008367828945405,-590.9959815598672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009548349709650495 mm long - and its vector is (-0.0003779278159014021,0.0008721633134703977,9.061756111350405e-05) mm - Endpoint of ComputeStep() was (0.3376271875052408,-0.3014661863056018,-590.9972114401459) - and current position to locate is (0.3372492596893394,-0.3005940229921314,-590.9971208225847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003576822312336135 mm long - and its vector is (1.553194985282058e-05,0.0003423823367424972,0.0001023214178985654) mm - Endpoint of ComputeStep() was (0.3357831546221593,-0.3005084893810299,-590.997184482055) - and current position to locate is (0.3357986865720121,-0.3001661070442874,-590.9970821606371) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004580742143470141 mm long - and its vector is (0.0001560755007364301,-4.245144347519991e-05,0.0004285677296138601) mm - Endpoint of ComputeStep() was (0.3346812891136176,-0.2994410553037102,-590.9966034081631) - and current position to locate is (0.334837364614354,-0.2994835067471854,-590.9961748404335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006254533508261542 mm long - and its vector is (-0.0001049514597721846,-0.0006153931801945456,-3.831864978565136e-05) mm - Endpoint of ComputeStep() was (0.3335501664730898,-0.2993447774459421,-590.9948772931971) - and current position to locate is (0.3334452150133176,-0.2999601706261366,-590.9949156118469) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00220871324552091 mm long - and its vector is (0.0007537241801133798,0.001694365505727158,0.00119976647488329) mm - Endpoint of ComputeStep() was (0.3318610858809347,-0.3002909532792985,-590.9934532746457) - and current position to locate is (0.332614810061048,-0.2985965877735713,-590.9922535081708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00266402356235507 mm long - and its vector is (-0.0004265956598357712,-0.002329897079023202,0.001219269160174008) mm - Endpoint of ComputeStep() was (0.3309893412894858,-0.2975944619658545,-590.9909072655834) - and current position to locate is (0.33056274562965,-0.2999243590448777,-590.9896879964232) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004947868085790972 mm long - and its vector is (0.001236054156662919,-0.004790668626387495,5.534282547614566e-05) mm - Endpoint of ComputeStep() was (0.2076147332961656,-0.1007958331918506,-564.3021893718119) - and current position to locate is (0.2088507874528285,-0.1055865018182381,-564.3021340289864) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.29172281139131 mm long - and its vector is (2.195827903218799,0.533324946987463,0.3819656589509606) mm - Endpoint of ComputeStep() was (-93.40859772197315,20.24705956050562,-54.47214719368571) - and current position to locate is (-91.21276981875435,20.78038450749308,-54.09018153473475) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001102920139060502 mm long - and its vector is (-0.0001074843965795935,1.495538414530984e-05,-1.969185893813119e-05) mm - Endpoint of ComputeStep() was (-205.7875380180287,39.57466642124354,560.0106840902414) - and current position to locate is (-205.7876455024253,39.57468137662769,560.0106643983825) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09127874234097699 mm long - and its vector is (-0.08260747955841907,0.03535170204587246,-0.01606456618821994) mm - Endpoint of ComputeStep() was (-206.0032776974874,39.63262982939807,561.2470132888145) - and current position to locate is (-206.0858851770458,39.66798153144394,561.2309487226263) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01764967889223598 mm long - and its vector is (-0.001039029580084616,-0.01759947137956885,-0.0008307765587005633) mm - Endpoint of ComputeStep() was (-206.1372462034341,39.65619343693683,561.5449078188913) - and current position to locate is (-206.1382852330142,39.63859396555726,561.5440770423326) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006465323255472395 mm long - and its vector is (-0.00489544702665512,0.004106493346050399,-0.0009857563622972521) mm - Endpoint of ComputeStep() was (-206.1701088968778,39.63847980731018,561.701643634342) - and current position to locate is (-206.1750043439044,39.64258630065623,561.7006578779797) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04861251381060777 mm long - and its vector is (-0.04498582959365649,-0.01482869193798564,-0.01093441951661589) mm - Endpoint of ComputeStep() was (-206.3502894935675,39.64119043401433,562.4237000785697) - and current position to locate is (-206.3952753231611,39.62636174207635,562.4127656590531) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08564531458157552 mm long - and its vector is (0.06331737852963215,-0.0525073279699626,0.02385393039662631) mm - Endpoint of ComputeStep() was (-206.6911918509958,39.68119272397771,563.3189344453389) - and current position to locate is (-206.6278744724661,39.62868539600775,563.3427883757355) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0403644630169205 mm long - and its vector is (0.03620726120590234,-0.01722144808746151,0.004663243118557148) mm - Endpoint of ComputeStep() was (-206.6705766434484,39.68394027566468,563.8784022472161) - and current position to locate is (-206.6343693822425,39.66671882757722,563.8830654903346) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01293550783603745 mm long - and its vector is (-0.009110088699401331,-0.009142312450457268,0.0008670466673947885) mm - Endpoint of ComputeStep() was (-206.6576565706197,39.7192844419443,564.1926485025358) - and current position to locate is (-206.6667666593191,39.71014212949385,564.1935155492032) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001333296072359612 mm long - and its vector is (0.0007651871397627019,-0.001074255417918835,0.0001953006778876443) mm - Endpoint of ComputeStep() was (-206.6713213105301,39.71548482482543,564.2407482574542) - and current position to locate is (-206.6705561233904,39.71441056940751,564.2409435581321) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.171081943256091 mm long - and its vector is (0.1678612922383422,-0.02128864627942306,0.02526680462472086) mm - Endpoint of ComputeStep() was (-206.8825014823396,39.85594793944072,565.7682661229061) - and current position to locate is (-206.7146401901012,39.83465929316129,565.7935329275308) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3107202480356261 mm long - and its vector is (0.250490993830681,-0.1738683463532169,0.05975895485562432) mm - Endpoint of ComputeStep() was (-207.1248944957505,39.90908783507764,567.7297410913026) - and current position to locate is (-206.8744035019198,39.73521948872443,567.7895000461582) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6883765017226959 mm long - and its vector is (-0.5642785506769883,-0.3465646064943186,0.1880023906637689) mm - Endpoint of ComputeStep() was (-206.1281307908508,39.94364541836773,570.4136088798814) - and current position to locate is (-206.6924093415278,39.59708081187341,570.6016112705452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02621769642114284 mm long - and its vector is (0.0253109374355347,0.006096655187391775,-0.003091091601959306) mm - Endpoint of ComputeStep() was (-206.6678009519442,39.66111789259345,570.9294156645848) - and current position to locate is (-206.6424900145087,39.66721454778084,570.9263245729828) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1245480820564221 mm long - and its vector is (-0.07719736117670095,0.09432509012578549,0.02560409233012706) mm - Endpoint of ComputeStep() was (-206.3601578358974,39.66276486552869,571.7939599320912) - and current position to locate is (-206.4373551970741,39.75708995565447,571.8195640244213) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1299304799570312 mm long - and its vector is (-0.1281453758073781,0.01602618714873927,-0.01427773114062347) mm - Endpoint of ComputeStep() was (-206.5168700722503,40.94691532836404,573.8687570909526) - and current position to locate is (-206.6450154480576,40.96294151551278,573.854479359812) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4435192741041974 mm long - and its vector is (-0.08579228327624833,0.3963836240413698,0.1795245198405837) mm - Endpoint of ComputeStep() was (-216.339140405054,34.5434052211932,583.4869892701562) - and current position to locate is (-216.4249326883302,34.93978884523457,583.6665137899968) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.200801288121192 mm long - and its vector is (0.007145905234040129,-0.1774029267381181,-0.09379922672530938) mm - Endpoint of ComputeStep() was (-229.4257342566265,27.32026069181473,596.4864953273824) - and current position to locate is (-229.4185883513925,27.14285776507662,596.3926961006571) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5339954840768869 mm long - and its vector is (0.3165281699668014,-0.3841302558767197,-0.193403829207341) mm - Endpoint of ComputeStep() was (-205.7466129823421,39.83308949899401,572.7990981210047) - and current position to locate is (-205.4300848123753,39.44895924311729,572.6056942917974) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3133293805501163 mm long - and its vector is (0.03433646381947142,-0.06006412058683708,-0.305595499617425) mm - Endpoint of ComputeStep() was (-204.7507026862623,39.56805135131981,572.6586218285743) - and current position to locate is (-204.7163662224429,39.50798723073297,572.3530263289568) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0377998554928824 mm long - and its vector is (0.01463324366685015,-0.03443561072848667,0.005374566850036899) mm - Endpoint of ComputeStep() was (-204.5428046593187,39.57275646497394,572.2954588048152) - and current position to locate is (-204.5281714156518,39.53832085424546,572.3008333716652) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3774908698792035 mm long - and its vector is (-0.03997148142255469,-0.08274643637145118,-0.3661347631444869) mm - Endpoint of ComputeStep() was (-203.7074872875485,39.70450623520357,572.1736801671136) - and current position to locate is (-203.7474587689711,39.62175979883212,571.8075454039691) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07171174245541279 mm long - and its vector is (0.05251439893709176,-0.04861461937579747,-0.004629329672184213) mm - Endpoint of ComputeStep() was (-203.6403475911311,39.7519524174257,571.65538828304) - and current position to locate is (-203.587833192194,39.7033377980499,571.6507589533678) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.032843112856223 mm long - and its vector is (-0.08484852757746353,-0.6450403688826327,-0.8021773779247496) mm - Endpoint of ComputeStep() was (-203.0954623435635,40.26636151237298,571.1459454581873) - and current position to locate is (-203.180310871141,39.62132114349035,570.3437680802625) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00183596739610701 mm long - and its vector is (-3.443885933052115e-05,0.0005375115941319564,0.001755184187118175) mm - Endpoint of ComputeStep() was (-205.787072835324,39.57048252581738,560.0119615004251) - and current position to locate is (-205.7871072741833,39.57102003741151,560.0137166846122) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004523440842647121 mm long - and its vector is (0.003789988004001543,0.002268359644197915,0.0009757317823186895) mm - Endpoint of ComputeStep() was (-205.7846624624541,39.5660725353229,560.0157222633861) - and current position to locate is (-205.7808724744501,39.5683408949671,560.0166979951684) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001143903226667327 mm long - and its vector is (0.0002232123380195294,-0.001121913802727692,5.132103524374543e-07) mm - Endpoint of ComputeStep() was (-0.4220332895773752,-0.3352611094178073,-590.962905751147) - and current position to locate is (-0.4218100772393557,-0.336383023220535,-590.9629052379366) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.890693933031517 mm long - and its vector is (2.882901771943921,0.1309668008924092,-0.1668426949309776) mm - Endpoint of ComputeStep() was (47.3173936408953,-66.29142617240416,217.7628781663865) - and current position to locate is (50.20029541283922,-66.16045937151175,217.5960354714555) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.801779643193783 mm long - and its vector is (0.5211723062146376,-0.6026416002539889,-0.08973920613743758) mm - Endpoint of ComputeStep() was (65.47118464793871,-80.21618460606564,400.6746475501469) - and current position to locate is (65.99235695415335,-80.81882620631963,400.5849083440095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000639998645491396 mm long - and its vector is (-0.0002566373434918501,0.0003365372230397234,0.0004800814906502637) mm - Endpoint of ComputeStep() was (-0.4229818666979321,-0.3380399007307653,-590.9623701703962) - and current position to locate is (-0.4232385040414239,-0.3377033635077256,-590.9618900889055) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003072715515428956 mm long - and its vector is (-0.0001268426049986782,0.0001167943414559502,-0.0002543341144018996) mm - Endpoint of ComputeStep() was (-0.4243761248404718,-0.3386171812893847,-590.9617423696752) - and current position to locate is (-0.4245029674454704,-0.3385003869479288,-590.9619967037896) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005604399600087773 mm long - and its vector is (-0.0001495679167325958,0.0004270821058909857,0.0003306406839556075) mm - Endpoint of ComputeStep() was (-0.4256216680664593,-0.3394551067333439,-590.9612695639463) - and current position to locate is (-0.4257712359831919,-0.339028024627453,-590.9609389232623) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004854054240932384 mm long - and its vector is (1.227384721486091e-05,0.0003617832160230372,0.0003233893675087529) mm - Endpoint of ComputeStep() was (-0.4269647374469018,-0.3397786222028353,-590.9600539143903) - and current position to locate is (-0.426952463599687,-0.3394168389868122,-590.9597305250228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.662651602215772e-05 mm long - and its vector is (1.474765297898584e-05,-2.902521681946713e-05,3.337776979606133e-05) mm - Endpoint of ComputeStep() was (-0.4285581318926522,-0.3392167715055843,-590.958847097491) - and current position to locate is (-0.4285433842396732,-0.3392457967224037,-590.9588137197212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 11.27316835655518 mm long - and its vector is (-3.685541154093631,-8.880950940985663,-5.884710832362543) mm - Endpoint of ComputeStep() was (-22.86044177845247,1.424548250953395,-579.5717612560049) - and current position to locate is (-26.5459829325461,-7.456402690032268,-585.4564720883675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.221593228831769 mm long - and its vector is (-3.208460165861617,2.567172534114867,-3.221869704309483) mm - Endpoint of ComputeStep() was (-37.05356894617589,-13.58462636465412,-579.8755624570304) - and current position to locate is (-40.2620291120375,-11.01745383053926,-583.0974321613398) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6957108568227443 mm long - and its vector is (0.1753189159324222,-0.5902936847683051,-0.3237749831904466) mm - Endpoint of ComputeStep() was (-42.7278326608855,-12.82583101670972,-581.135663462195) - and current position to locate is (-42.55251374495307,-13.41612470147802,-581.4594384453854) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.425457102792106 mm long - and its vector is (-1.141142365537377,0.5200416537183656,-0.6777010637988496) mm - Endpoint of ComputeStep() was (-46.52860414140542,-17.82273121018739,-578.1457852958171) - and current position to locate is (-47.6697465069428,-17.30268955646903,-578.8234863596159) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.762428834861686 mm long - and its vector is (-0.4098938300549335,-0.4362515503738535,-1.65765709084576) mm - Endpoint of ComputeStep() was (-49.57513188199794,-23.19114167024724,-576.8026509941177) - and current position to locate is (-49.98502571205287,-23.62739322062109,-578.4603080849635) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.283533533795397 mm long - and its vector is (3.95532515692021,-1.083394805045529,3.331273810747916) mm - Endpoint of ComputeStep() was (-53.29801626785029,-32.82323561911614,-577.5173573742464) - and current position to locate is (-49.34269111093008,-33.90663042416167,-574.1860835634985) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.060153111872215 mm long - and its vector is (2.956084951437198,-0.7165404126871593,2.689419061566696) mm - Endpoint of ComputeStep() was (-51.26641646365384,-42.142407649004,-574.2658672047575) - and current position to locate is (-48.31033151221664,-42.85894806169116,-571.5764481431908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.505163448862949 mm long - and its vector is (-1.963495585036497,-1.167205224405116,-1.028669508239886) mm - Endpoint of ComputeStep() was (-45.07782049369205,-47.89003142984907,-572.0379319510811) - and current position to locate is (-47.04131607872855,-49.05723665425419,-573.066601459321) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.662821286302564 mm long - and its vector is (0.3197066577824401,-1.309124029137514,-2.29664954490022) mm - Endpoint of ComputeStep() was (-45.12378290546499,-52.94114341878031,-570.5857859570021) - and current position to locate is (-44.80407624768255,-54.25026744791782,-572.8824355019024) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.428069934690589 mm long - and its vector is (0.3635980791882574,0.2350934707567518,1.36084945353457) mm - Endpoint of ComputeStep() was (-42.06696197464542,-57.27914191832971,-573.0904973707035) - and current position to locate is (-41.70336389545717,-57.04404844757295,-571.7296479171689) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7126620893748539 mm long - and its vector is (-0.46419283184958,-0.09989483839137847,0.5314445312112639) mm - Endpoint of ComputeStep() was (-39.60379675503857,-58.54716718844451,-570.1783096975663) - and current position to locate is (-40.06798958688815,-58.64706202683589,-569.646865166355) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.331198784081984 mm long - and its vector is (0.5837698388062762,1.191715530535966,-0.1054375280477871) mm - Endpoint of ComputeStep() was (-38.59981303806134,-59.23560609752578,-568.170160612629) - and current position to locate is (-38.01604319925507,-58.04389056698982,-568.2755981406768) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03262750593919157 mm long - and its vector is (-0.02411698239539345,0.02197360814540589,-0.0002930000416654366) mm - Endpoint of ComputeStep() was (-0.2500745792935531,0.4043839455134356,-554.8734769750117) - and current position to locate is (-0.2741915616889466,0.4263575536588415,-554.8737699750534) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008617711453990946 mm long - and its vector is (0.007516821345013525,0.004213862874781149,-7.554630326467304e-05) mm - Endpoint of ComputeStep() was (-0.2759501891304083,0.4827625375779548,-551.9025646372564) - and current position to locate is (-0.2684333677853947,0.4869764004527359,-551.9026401835597) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.194531408020767 mm long - and its vector is (0.1033318779375287,0.1646464425847185,-0.007519351876510427) mm - Endpoint of ComputeStep() was (2.999257627111997,2.772657408060183,-448.4374308796683) - and current position to locate is (3.102589505049526,2.937303850644901,-448.4449502315449) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03265770920652489 mm long - and its vector is (-0.01697045388632556,0.02790176086285179,0.000146308790817784) mm - Endpoint of ComputeStep() was (4.435209520440834,3.573264293344825,-415.1540570308694) - and current position to locate is (4.418239066554508,3.601166054207677,-415.1539107220786) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008567931685546722 mm long - and its vector is (-0.0004353413834830011,0.0007372994968888463,3.101395486737601e-05) mm - Endpoint of ComputeStep() was (0.5044956522834257,-0.08200283306775044,-563.3404841474029) - and current position to locate is (0.5040603108999427,-0.0812655335708616,-563.340453133448) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4582341433503651 mm long - and its vector is (0.4571590717922897,0.0312757495033047,0.002437355751965242) mm - Endpoint of ComputeStep() was (-0.2323319036258948,-7.210959290172855,-322.3987503536346) - and current position to locate is (0.2248271681663949,-7.17968354066955,-322.3963129978826) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07203380459792305 mm long - and its vector is (0.07070161329872407,0.01376445062324372,0.0008311322696954448) mm - Endpoint of ComputeStep() was (-0.1914893206684425,-8.707521631675998,-261.6790226146463) - and current position to locate is (-0.1207877073697184,-8.693757181052755,-261.6781914823766) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04494965672777628 mm long - and its vector is (-0.04479303356743003,-0.003718241960724455,-0.0004800630099452974) mm - Endpoint of ComputeStep() was (-0.3794479386107406,-9.457728265567953,-231.6262910762011) - and current position to locate is (-0.4242409721781706,-9.461446507528677,-231.626771139211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00968272529664916 mm long - and its vector is (0.009674681574443511,-0.0003614934640978618,0.000158202651391548) mm - Endpoint of ComputeStep() was (-10.50469790131011,-31.78229104705086,579.8540221939818) - and current position to locate is (-10.49502321973567,-31.78265254051496,579.8541803966332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.375160876461377 mm long - and its vector is (-0.3591479908089799,1.326315042365479,-0.05448454132093161) mm - Endpoint of ComputeStep() was (-0.5730675063885029,13.41725125501711,-235.8103277346291) - and current position to locate is (-0.9322154971974828,14.74356629738259,-235.8648122759501) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.262737011488217 mm long - and its vector is (0.3384544486276757,1.215055189647213,-0.05995191821538981) mm - Endpoint of ComputeStep() was (-1.037242441112839,29.52498198762074,63.11959959831242) - and current position to locate is (-0.6987879924851632,30.74003717726795,63.05964768009703) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.70927554552699 mm long - and its vector is (-2.160172686425724,1.633239707965807,-0.07972454286232278) mm - Endpoint of ComputeStep() was (-0.6157989097293191,53.50638670354368,527.2032347537352) - and current position to locate is (-2.775971596155043,55.13962641150949,527.1235102108728) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06062432357276896 mm long - and its vector is (0.05926687898366367,0.01271460397288848,-0.001041398100710467) mm - Endpoint of ComputeStep() was (-2.489796843243415,57.28486774685132,569.60157736167) - and current position to locate is (-2.430529964259752,57.29758235082421,569.6005359635693) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.413388136902816 mm long - and its vector is (-0.3956230561313223,0.03351757877821626,-1.356475209839004) mm - Endpoint of ComputeStep() was (-3.09433399029769,62.67079458748569,569.9269062788369) - and current position to locate is (-3.489957046429012,62.70431216626391,568.5704310689979) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.194894450179307 mm long - and its vector is (-1.02497237621313,0.3193264171848966,0.5246284536290204) mm - Endpoint of ComputeStep() was (-3.047109689523938,66.32564585223633,567.2314240082743) - and current position to locate is (-4.072082065737067,66.64497226942123,567.7560524619033) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9947880341826663 mm long - and its vector is (-0.3055995446697439,0.06729248705973134,0.944290142083446) mm - Endpoint of ComputeStep() was (-4.403084378367821,69.38932198065443,567.4533613072286) - and current position to locate is (-4.708683923037565,69.45661446771416,568.3976514493121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1201628451640178 mm long - and its vector is (0.09550488297298276,-0.07288602599348515,0.002356671615984851) mm - Endpoint of ComputeStep() was (1.259964459162215,1.163936290261572,-544.8410034783344) - and current position to locate is (1.355469342135198,1.091050264268087,-544.8386468067184) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.097280242174225 mm long - and its vector is (1.09662600741984,-0.03788383408109119,-0.0003805675542878362) mm - Endpoint of ComputeStep() was (2.047131904345008,12.84730314655784,-228.5533651012154) - and current position to locate is (3.143757911764848,12.80941931247675,-228.5537456687697) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.937967603555192 mm long - and its vector is (-0.9207626327126144,0.1785628143955442,-0.009732462912719342) mm - Endpoint of ComputeStep() was (2.524630906827827,23.16675772975077,20.04771628209542) - and current position to locate is (1.603868274115213,23.34532054414631,20.0379838191827) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6075974571242087 mm long - and its vector is (0.5745611533571368,-0.1972243226119375,0.01251868711102588) mm - Endpoint of ComputeStep() was (0.2931685805066422,31.95608252671463,215.851554771992) - and current position to locate is (0.8677297338637789,31.75885820410269,215.8640734591031) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05761459324964412 mm long - and its vector is (0.02931771256217075,-0.04956433410647848,0.001813799885667322) mm - Endpoint of ComputeStep() was (-0.8372304546221534,0.1386554107427155,-580.1555124429428) - and current position to locate is (-0.8079127420599826,0.08909107663623705,-580.1536986430572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.71411750073718 mm long - and its vector is (-3.543922645640365,5.695198949158088,-0.2910240968224116) mm - Endpoint of ComputeStep() was (-79.80885721805028,-1.105570397969193,360.0183584621453) - and current position to locate is (-83.35277986369064,4.589628551188895,359.7273343653229) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.559746961832833 mm long - and its vector is (-1.040803279442468,-3.382317216818898,0.3853014541762771) mm - Endpoint of ComputeStep() was (23.47580613216132,59.04708099848859,14.98282710168735) - and current position to locate is (22.43500285271885,55.66476378166969,15.36812855586363) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003263092493762036 mm long - and its vector is (3.575034353531237e-05,0.000322624301055896,-3.336464496683789e-05) mm - Endpoint of ComputeStep() was (22.44754999759142,55.77586824742436,16.45591370637931) - and current position to locate is (22.44758574793496,55.77619087172542,16.45588034173434) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003862434057799082 mm long - and its vector is (-0.0002385828846717397,-0.00385400085187193,9.02911499451875e-05) mm - Endpoint of ComputeStep() was (-0.1760676596627802,1.156535719841649,-538.3158700875229) - and current position to locate is (-0.1763062425474519,1.152681718989777,-538.3157797963729) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.899956626721369e-06 mm long - and its vector is (6.169390538157682e-06,-6.409112774052872e-06,2.666866976142046e-07) mm - Endpoint of ComputeStep() was (-0.1772836219345186,1.153841376605036,-538.2653002943922) - and current position to locate is (-0.1772774525439804,1.153834967492262,-538.2653000277055) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03189190393738037 mm long - and its vector is (-0.01164353551521136,-0.02968782961027983,0.0003929255503294371) mm - Endpoint of ComputeStep() was (-0.9611586645974043,1.98995958680367,-497.9315903407618) - and current position to locate is (-0.9728022001126156,1.96027175719339,-497.9311974152115) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009442953324825009 mm long - and its vector is (-0.008478716762681637,0.004150373085237469,-0.0002348037614297027) mm - Endpoint of ComputeStep() was (-1.205961797674352,2.155384271080899,-486.063057408656) - and current position to locate is (-1.214440514437034,2.159534644166136,-486.0632922124174) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5092980204525976 mm long - and its vector is (-0.4875149028813572,0.1469250478679625,-0.01125714948432233) mm - Endpoint of ComputeStep() was (-4.165659690550065,6.078826112049629,-307.1009874689008) - and current position to locate is (-4.653174593431422,6.225751159917592,-307.1122446183851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8027323774627526 mm long - and its vector is (-0.2908970277006375,-0.7480805621248443,0.01156121416265421) mm - Endpoint of ComputeStep() was (-8.995881860863626,10.80932317927729,-119.7962355863999) - and current position to locate is (-9.286778888564264,10.06124261715244,-119.7846743722373) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.232988688496535 mm long - and its vector is (0.5081687152561827,1.123331013577818,-0.01237322631803295) mm - Endpoint of ComputeStep() was (-9.63748937501021,13.18869115878792,149.7440449078131) - and current position to locate is (-9.129320659754027,14.31202217236574,149.731671681495) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.887316309237785e-05 mm long - and its vector is (-8.414563318182022e-06,1.689350948963497e-05,2.732031134655699e-08) mm - Endpoint of ComputeStep() was (0.3102397541350604,-0.2543023954047399,-590.9970884568462) - and current position to locate is (0.3102313395717422,-0.2542855018952502,-590.9970884295259) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001460887260177164 mm long - and its vector is (0.0001255049620434989,-7.476057017191673e-05,1.130274085880956e-06) mm - Endpoint of ComputeStep() was (0.3101643349180381,-0.254234046390229,-590.9862448125735) - and current position to locate is (0.3102898398800816,-0.2543088069604009,-590.9862436822995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003067035376409761 mm long - and its vector is (-0.0008523542361148495,0.002936147988366056,0.0002433788132520931) mm - Endpoint of ComputeStep() was (-0.9886929442580223,-2.912655944117957,-564.4011653713279) - and current position to locate is (-0.9895452984941372,-2.909719796129591,-564.4009219925147) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004469360081699222 mm long - and its vector is (-0.004455977108940523,-6.704845582561347e-05,-0.0003390457919749679) mm - Endpoint of ComputeStep() was (-1.000472641759047,-2.916809650409446,-564.2559051352247) - and current position to locate is (-1.004928618867987,-2.916876698865271,-564.2562441810167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1247282077386952 mm long - and its vector is (-0.002607695238893371,0.1243850869631844,0.008869942074738901) mm - Endpoint of ComputeStep() was (-2.386962641732961,-4.380067386257089,-544.1471432259033) - and current position to locate is (-2.389570336971854,-4.255682299293905,-544.1382732838285) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5041650691116879 mm long - and its vector is (0.2984824114118201,-0.4063015085005777,0.003122687998029505) mm - Endpoint of ComputeStep() was (-15.51999014427592,-13.07364346568091,-396.7995775057656) - and current position to locate is (-15.2215077328641,-13.47994497418149,-396.7964548177675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001683437887159378 mm long - and its vector is (-0.0009620938006840163,-0.001379237373374309,7.773613378958544e-05) mm - Endpoint of ComputeStep() was (-1.011701690389971,-2.911995432915369,-564.2534643372821) - and current position to locate is (-1.012663784190655,-2.913374670288744,-564.2533866011483) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002710052426281639 mm long - and its vector is (0.0003822763221301706,0.002355587897602263,-0.001284310952769374) mm - Endpoint of ComputeStep() was (-1.018363135012408,-2.910756798117096,-564.2502815111188) - and current position to locate is (-1.017980858690278,-2.908401210219494,-564.2515658220716) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001955879203620503 mm long - and its vector is (-0.0006153210235526618,-0.001525050541150375,-0.001058803260320929) mm - Endpoint of ComputeStep() was (-1.023733572436896,-2.907033749446942,-564.2501922723537) - and current position to locate is (-1.024348893460449,-2.908558799988092,-564.2512510756141) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002007766092198476 mm long - and its vector is (0.0007994386629210926,-0.0005213083503510241,0.001766425800610705) mm - Endpoint of ComputeStep() was (-1.029580177682299,-2.910220579880312,-564.2493739567856) - and current position to locate is (-1.028780739019377,-2.910741888230663,-564.247607530985) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001109872774173299 mm long - and its vector is (2.066295995639678e-06,0.001109157080567691,-3.979793837061152e-05) mm - Endpoint of ComputeStep() was (-1.031444593281391,-2.910640261540264,-564.2449135308342) - and current position to locate is (-1.031442526985396,-2.909531104459697,-564.2449533287726) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004328104305637662 mm long - and its vector is (-8.00548430477388e-05,-0.0003986452287771947,0.0001483174719396629) mm - Endpoint of ComputeStep() was (-1.034445557877865,-2.90853535168733,-564.2438978568653) - and current position to locate is (-1.034525612720913,-2.908933996916107,-564.2437495393933) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001105941263784278 mm long - and its vector is (0.0002886334248153322,-0.0001378101946452048,0.001058680865639872) mm - Endpoint of ComputeStep() was (-1.038624024112512,-2.907827533572543,-564.2424881390145) - and current position to locate is (-1.038335390687697,-2.907965343767188,-564.2414294581489) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001161793577778669 mm long - and its vector is (6.663296885967007e-05,7.105515017169495e-05,-0.001157702695195439) mm - Endpoint of ComputeStep() was (-1.041925324577619,-2.90694617914723,-564.2415735288664) - and current position to locate is (-1.04185869160876,-2.906875123997059,-564.2427312315616) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001335650765004953 mm long - and its vector is (0.0003305698557476422,0.0003850440089259166,-0.001235486805967412) mm - Endpoint of ComputeStep() was (-1.045240792739667,-2.904957550750418,-564.243038536011) - and current position to locate is (-1.044910222883919,-2.904572506741492,-564.244274022817) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001157624166495363 mm long - and its vector is (0.0006804894385348259,0.0001660365919278206,-0.0009216613722173861) mm - Endpoint of ComputeStep() was (-1.046331575617819,-2.901443894616765,-564.2447598318599) - and current position to locate is (-1.045651086179284,-2.901277858024837,-564.2456814932322) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009488469513550895 mm long - and its vector is (0.0006832378633150338,-0.000123542775524399,-0.000646709936404477) mm - Endpoint of ComputeStep() was (-1.045875020952633,-2.897201091351655,-564.246696872383) - and current position to locate is (-1.045191783089318,-2.897324634127179,-564.2473435823194) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008790175342429271 mm long - and its vector is (0.0006174305206037012,-0.0005536256545810581,0.0002914618539762159) mm - Endpoint of ComputeStep() was (-1.042448405152458,-2.894663361101658,-564.2481001006906) - and current position to locate is (-1.041830974631855,-2.895216986756239,-564.2478086388367) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001565588123672397 mm long - and its vector is (-0.0005323769994389771,-1.621195707546264e-05,-0.001472201778256021) mm - Endpoint of ComputeStep() was (-1.038839379470522,-2.892651701869561,-564.2489187072853) - and current position to locate is (-1.039371756469961,-2.892667913826636,-564.2503909090635) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002695197737288519 mm long - and its vector is (-0.001714086813338067,0.00182796481405445,-0.0009922408366946911) mm - Endpoint of ComputeStep() was (-1.035011834042904,-2.889175761210004,-564.2514891841905) - and current position to locate is (-1.036725920856242,-2.887347796395949,-564.2524814250272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0029421626870427 mm long - and its vector is (-0.00136203689069081,0.001139762437811331,-0.002345659474599415) mm - Endpoint of ComputeStep() was (-1.032894619592405,-2.88292475871752,-564.2525569523814) - and current position to locate is (-1.034256656483096,-2.881784996279708,-564.254902611856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005361054697039175 mm long - and its vector is (-0.004061037965853886,-2.507369451043573e-05,-0.003499749907405203) mm - Endpoint of ComputeStep() was (-1.032129551754306,-2.875403722929791,-564.2574165786799) - and current position to locate is (-1.03619058972016,-2.875428796624301,-564.2609163285873) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008098445106029849 mm long - and its vector is (0.006800376254716634,0.003941630903415483,0.001950190183265477) mm - Endpoint of ComputeStep() was (-1.034937242804938,-2.874249706697395,-564.2676699098573) - and current position to locate is (-1.028136866550222,-2.870308075793979,-564.2657197196741) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01351128174865536 mm long - and its vector is (-0.0102297734469059,-0.00218621860469348,0.008551427829843306) mm - Endpoint of ComputeStep() was (-0.9596482029021303,-2.939816062948713,-564.3728514175241) - and current position to locate is (-0.9698779763490362,-2.942002281553407,-564.3642999896942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02559489656647554 mm long - and its vector is (-0.002283566926728375,0.0144741570506266,0.02098530033174484) mm - Endpoint of ComputeStep() was (-0.9365706742592544,-2.991277760040612,-564.3266888783277) - and current position to locate is (-0.9388542411859828,-2.976803602989985,-564.3057035779959) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004954787478626276 mm long - and its vector is (0.00458913045595899,-0.0008589204713489451,-0.00165893225914715) mm - Endpoint of ComputeStep() was (-0.9348427217949798,-3.008094438456331,-564.2784054621679) - and current position to locate is (-0.9302535913390209,-3.00895335892768,-564.2800643944271) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008985245062624925 mm long - and its vector is (0.0034553819293065,0.006669754571435149,0.004930450133088016) mm - Endpoint of ComputeStep() was (-0.9207894560895046,-3.03035725184765,-564.2577425966679) - and current position to locate is (-0.9173340741601981,-3.023687497276215,-564.2528121465348) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007016667893558305 mm long - and its vector is (0.0011642328766861,-0.00319845284685627,-0.006135803901997861) mm - Endpoint of ComputeStep() was (18.44660676883009,-31.65586048151546,-540.9823043135302) - and current position to locate is (18.44777100170678,-31.65905893436232,-540.9884401174322) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01268104049426279 mm long - and its vector is (0.007250394343699895,-0.005100371335316822,-0.009067898440093813) mm - Endpoint of ComputeStep() was (18.42784851614883,-31.7071010641482,-540.9773474893321) - and current position to locate is (18.43509891049253,-31.71220143548351,-540.9864153877722) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003587190513396872 mm long - and its vector is (0.002401516419059391,-9.466035136185269e-05,0.002663023485865779) mm - Endpoint of ComputeStep() was (18.42885141804696,-31.74562954347545,-540.9819696368049) - and current position to locate is (18.43125293446602,-31.74572420382681,-540.9793066133191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008060635904346223 mm long - and its vector is (-0.007402497844363864,0.002254132872710812,-0.002257379418438177) mm - Endpoint of ComputeStep() was (18.42153436257466,-31.78447609206638,-540.9861332006257) - and current position to locate is (18.4141318647303,-31.78222195919367,-540.9883905800441) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001758126715559544 mm long - and its vector is (0.000931622533379084,-0.0008427188758659554,0.001230005650199928) mm - Endpoint of ComputeStep() was (18.40111350566275,-31.81096641977562,-540.9982241144288) - and current position to locate is (18.40204512819613,-31.81180913865148,-540.9969941087786) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.853228328154627 mm long - and its vector is (4.779789051092191,-1.832986120865414,7.223117771309944) mm - Endpoint of ComputeStep() was (16.22673095646843,-72.72951207377682,-549.9426548769239) - and current position to locate is (21.00652000756062,-74.56249819464223,-542.719537105614) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.592974657010166 mm long - and its vector is (-4.538286733868826,-0.6194894502287411,3.20960306832535) mm - Endpoint of ComputeStep() was (18.6810687800254,-101.0426546346442,-551.1186261634505) - and current position to locate is (14.14278204615657,-101.6621440848729,-547.9090230951251) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003377548703315818 mm long - and its vector is (0.002310545674031439,0.0005222695308475522,-0.00240758145628206) mm - Endpoint of ComputeStep() was (-0.9860539790335949,-136.3975393115255,-564.2461666940352) - and current position to locate is (-0.9837434333595635,-136.3970170419947,-564.2485742754915) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002364898624570625 mm long - and its vector is (0.001476587896030224,-0.00127056005464965,0.001340936552310268) mm - Endpoint of ComputeStep() was (-0.9869729315510994,-136.4080243935634,-564.2554477276731) - and current position to locate is (-0.9854963436550692,-136.409294953618,-564.2541067911208) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002932477828808392 mm long - and its vector is (-0.00233599689066788,-0.0004324675732618743,0.001719161580922446) mm - Endpoint of ComputeStep() was (-0.989352431699688,-136.4174736575205,-564.2614038561845) - and current position to locate is (-0.9916884285903559,-136.4179061250937,-564.2596846946036) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003873958576154513 mm long - and its vector is (0.002393209462753121,0.001438973071543614,-0.002685043764358852) mm - Endpoint of ComputeStep() was (-0.9955621277850563,-136.4288686414951,-564.2690124157375) - and current position to locate is (-0.9931689183223031,-136.4274296684235,-564.2716974595019) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002205385050457861 mm long - and its vector is (0.001913884263035626,0.0008241709239484862,-0.0007221582490046785) mm - Endpoint of ComputeStep() was (-0.9935566250988358,-136.4376674724246,-564.2844089757017) - and current position to locate is (-0.9916427408358002,-136.4368433015007,-564.2851311339507) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008250486371837246 mm long - and its vector is (-0.004270306313593486,0.007033805111916536,-0.0006004956348988344) mm - Endpoint of ComputeStep() was (-0.981851477450786,-136.4323530177359,-564.3021635857436) - and current position to locate is (-0.9861217837643795,-136.425319212624,-564.3027640813785) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01834263699081079 mm long - and its vector is (0.01110025969948414,0.001300422767855025,0.01454460267609647) mm - Endpoint of ComputeStep() was (-0.9700091941640679,-136.404143512048,-564.3169543137792) - and current position to locate is (-0.9589089344645838,-136.4028430892802,-564.3024097111031) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01979482805045114 mm long - and its vector is (-0.003742942637131152,0.008014290141062475,-0.01770866317644959) mm - Endpoint of ComputeStep() was (-0.959402176912034,-136.3756043591943,-564.2899782100927) - and current position to locate is (-0.9631451195491652,-136.3675900690532,-564.3076868732692) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01929200611524807 mm long - and its vector is (-0.008342098704333889,-0.01714489486508342,0.002939977758956047) mm - Endpoint of ComputeStep() was (-0.9908180001993202,-136.3544282820082,-564.3094530249615) - and current position to locate is (-0.9991600989036541,-136.3715731768733,-564.3065130472025) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009966100908685318 mm long - and its vector is (0.0028305283151564,-0.009442858646764307,0.001464137068865057) mm - Endpoint of ComputeStep() was (-1.016791992149094,-136.3738700800737,-564.2872400969879) - and current position to locate is (-1.013961463833938,-136.3833129387205,-564.2857759599191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0095534989847253 mm long - and its vector is (0.0003489052180147834,-0.005583791450703757,-0.007743957711340954) mm - Endpoint of ComputeStep() was (-1.002533693260566,-136.3970513183586,-564.2753550022434) - and current position to locate is (-1.002184788042551,-136.4026351098093,-564.2830989599547) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008060972468798401 mm long - and its vector is (-0.007948504079000607,0.0002757695090167545,-0.00131320646767108) mm - Endpoint of ComputeStep() was (-1.002308880119597,-136.4195079152925,-564.2858911019318) - and current position to locate is (-1.010257384198597,-136.4192321457835,-564.2872043083995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01083396396507941 mm long - and its vector is (-0.008827219533394493,0.001549101133008435,0.006087302866262689) mm - Endpoint of ComputeStep() was (-1.00548792132082,-136.4347632161289,-564.2763357355684) - and current position to locate is (-1.014315140854215,-136.4332141149959,-564.2702484327021) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01043797099757347 mm long - and its vector is (0.003412890280262371,0.003990532228328902,0.009021034919328486) mm - Endpoint of ComputeStep() was (-1.004256438388248,-136.4390042147207,-564.271492599078) - and current position to locate is (-1.000843548107986,-136.4350136824923,-564.2624715641587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002341200012420959 mm long - and its vector is (0.001800088605527939,0.0001045862962287258,-0.001493305131930356) mm - Endpoint of ComputeStep() was (0.3127276386900314,-0.246812648516927,-590.9827800570851) - and current position to locate is (0.3145277272955593,-0.2467080622206983,-590.984273362217) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003784072091311467 mm long - and its vector is (-0.0003409589567264781,-0.0002338141110601599,-0.003761419883971939) mm - Endpoint of ComputeStep() was (0.3193593208811587,-0.2397951008152858,-590.9851410459999) - and current position to locate is (0.3190183619244322,-0.240028914926346,-590.9889024658838) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002577856934435966 mm long - and its vector is (0.001631578135415312,-0.001433052442630756,-0.001389121974170848) mm - Endpoint of ComputeStep() was (0.322413565608948,-0.2349864448287302,-590.9901166026009) - and current position to locate is (0.3240451437443633,-0.2364194972713609,-590.9915057245751) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001921541775208701 mm long - and its vector is (-0.0004038934841864572,0.001436501489869013,0.001210642935348005) mm - Endpoint of ComputeStep() was (0.3274988142211447,-0.2326415661054774,-590.9948362596391) - and current position to locate is (0.3270949207369583,-0.2312050646156084,-590.9936256167038) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001455252241469386 mm long - and its vector is (-0.000674932704986253,-0.0009036730863152542,-0.000919565051049176) mm - Endpoint of ComputeStep() was (0.330369203248972,-0.2294686100092416,-590.9977352853365) - and current position to locate is (0.3296942705439858,-0.2303722830955569,-590.9986548503875) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.423291307000842 mm long - and its vector is (0.2685791975259919,0.8634248165682479,1.099145552406299) mm - Endpoint of ComputeStep() was (6.158551902627623,5.286327120245049,-596.7566610717761) - and current position to locate is (6.427131100153614,6.149751936813297,-595.6575155193698) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009576706724102477 mm long - and its vector is (-8.609294054068295e-05,-0.0003173130927967005,-0.0008994629083645123) mm - Endpoint of ComputeStep() was (0.3110695669745995,-0.2552639874853536,-590.9968234704879) - and current position to locate is (0.3109834740340588,-0.2555813005781503,-590.9977229333963) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007034118886419885 mm long - and its vector is (-0.0002008413268794751,0.000570221715908481,-0.0003595806463181361) mm - Endpoint of ComputeStep() was (0.3118554030618543,-0.2556190765405618,-590.998269848418) - and current position to locate is (0.3116545617349748,-0.2550488548246533,-590.9986294290643) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003305902807218605 mm long - and its vector is (3.677725858558523e-05,-2.238193169218361e-05,-0.0003277749473227232) mm - Endpoint of ComputeStep() was (0.3121348050949053,-0.254508598289384,-590.9986124355466) - and current position to locate is (0.3121715823534909,-0.2545309802210762,-590.998940210494) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002164016311012536 mm long - and its vector is (0.0001184613144069591,-6.809144126102007e-05,-0.0001678098285537999) mm - Endpoint of ComputeStep() was (0.312482721238222,-0.2540770952374979,-590.9989047403513) - and current position to locate is (0.3126011825526289,-0.254145186678759,-590.9990725501799) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001610641481482588 mm long - and its vector is (0.0001432104898330122,-4.827551106606487e-05,5.569461779941776e-05) mm - Endpoint of ComputeStep() was (0.3128016589790963,-0.2538259753428637,-590.9993113566818) - and current position to locate is (0.3129448694689293,-0.2538742508539297,-590.999255662064) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001522843869609636 mm long - and its vector is (6.155090605103331e-05,5.310548184273012e-05,0.000128770447986426) mm - Endpoint of ComputeStep() was (0.3131473889419423,-0.2535899799505649,-590.9994696987532) - and current position to locate is (0.3132089398479933,-0.2535368744687222,-590.9993409283052) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.478068007138949e-05 mm long - and its vector is (-5.677262872483269e-05,3.440250112490828e-05,5.273613805911737e-05) mm - Endpoint of ComputeStep() was (0.3133552306544002,-0.2532224970337433,-590.9993885248209) - and current position to locate is (0.3132984580256754,-0.2531880945326184,-590.9993357886829) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001864032044854876 mm long - and its vector is (-0.0001507137670839764,0.0001093023342121358,-9.193192568091035e-06) mm - Endpoint of ComputeStep() was (0.3135401363513691,-0.2528733475595639,-590.999555698364) - and current position to locate is (0.3133894225842851,-0.2527640452253518,-590.9995648915566) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001416243435200429 mm long - and its vector is (4.222754798610673e-06,4.234529933982989e-05,-0.0001350796011365674) mm - Endpoint of ComputeStep() was (0.3134614200164421,-0.2523476270687563,-590.9994321003812) - and current position to locate is (0.3134656427712407,-0.2523052817694165,-590.9995671799824) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001495502354704764 mm long - and its vector is (-0.0001384255181143823,2.981547835018139e-05,4.811118492398236e-05) mm - Endpoint of ComputeStep() was (0.3135668457896351,-0.2518565913576888,-590.9995540611826) - and current position to locate is (0.3134284202715207,-0.2518267758793386,-590.9995059499977) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001686643954183829 mm long - and its vector is (-7.505585406220039e-05,-0.000149343161793547,2.260347491755965e-05) mm - Endpoint of ComputeStep() was (0.3133540109064202,-0.2517373911458637,-590.9991624567832) - and current position to locate is (0.313278955052358,-0.2518867343076573,-590.9991398533083) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001741641399815055 mm long - and its vector is (-0.000130249944958305,0.0001131625017685711,-2.37138712009255e-05) mm - Endpoint of ComputeStep() was (0.3131615941025092,-0.251933014587347,-590.9987160901467) - and current position to locate is (0.3130313441575509,-0.2518198520855784,-590.9987398040179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002617761163462844 mm long - and its vector is (-0.0001986412393927273,0.0001657800833697043,-3.981654253948363e-05) mm - Endpoint of ComputeStep() was (0.3126686678649646,-0.2521510834478876,-590.9983095580874) - and current position to locate is (0.3124700266255718,-0.2519853033645179,-590.9983493746299) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005750209028681388 mm long - and its vector is (0.0003379257755899978,0.0004652340493028762,3.533878384587297e-06) mm - Endpoint of ComputeStep() was (0.3125849492209926,-0.2520731751487659,-590.9977705095413) - and current position to locate is (0.3129228749965826,-0.2516079410994631,-590.9977669756629) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1231510562482346 mm long - and its vector is (0.096530907826608,0.07627305061852918,0.005512552817890537) mm - Endpoint of ComputeStep() was (-0.6439758313038366,-0.5398786847990992,-546.4667987559378) - and current position to locate is (-0.5474449234772286,-0.46360563418057,-546.4612862031199) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.367837513699845 mm long - and its vector is (-3.330176949005093,0.4846270166621629,-0.1318622831601886) mm - Endpoint of ComputeStep() was (-32.01187215247815,-9.04034218717414,218.3010487420755) - and current position to locate is (-35.34204910148325,-8.555715170511977,218.1691864589153) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02562290374654715 mm long - and its vector is (-0.005099859668463491,-0.02509402020712037,-0.0009026503262248298) mm - Endpoint of ComputeStep() was (1.234422244901284,-0.7198089690879212,-556.3329605879693) - and current position to locate is (1.229322385232821,-0.7449029892950416,-556.3338632382955) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.985936352770195 mm long - and its vector is (0.7375559867071559,-0.6538123011512607,-0.02472110534586136) mm - Endpoint of ComputeStep() was (3.726392778567347,-9.249920767895416,-267.9647315947839) - and current position to locate is (4.463948765274503,-9.903733069046677,-267.9894527001298) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1193789060364538 mm long - and its vector is (0.05400785740943104,0.1063658862678938,0.004557716856993466) mm - Endpoint of ComputeStep() was (0.01342271807660821,-0.637898748234184,-546.5971436217912) - and current position to locate is (0.06743057548603924,-0.5315328619662902,-546.5925859049343) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.429031793419238 mm long - and its vector is (-1.426097063474323,-0.01943443767478215,-0.08945018046478026) mm - Endpoint of ComputeStep() was (-22.96663649807935,-22.94311719129886,-170.0332535136578) - and current position to locate is (-24.39273356155368,-22.96255162897364,-170.1227036941226) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2748277021852187 mm long - and its vector is (0.2634113094423363,0.07595462995434943,0.01938148948813989) mm - Endpoint of ComputeStep() was (-31.01302716484521,-29.57535709741122,-54.2320544937409) - and current position to locate is (-30.74961585540288,-29.49940246745687,-54.21267300425276) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.329002879122956 mm long - and its vector is (1.014334460597533,-0.8567155873856209,0.05841795179503606) mm - Endpoint of ComputeStep() was (-15.59697790331124,3.911556836957384,-272.6444623963584) - and current position to locate is (-14.5826434427137,3.054841249571763,-272.5860444445634) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007206920672065719 mm long - and its vector is (0.00493115327434368,0.005255799935155236,0) mm - Endpoint of ComputeStep() was (-0.3191886806488037,0.6635939598083497,-597.8476047874499) - and current position to locate is (-0.3142575273744601,0.6688497597435049,-597.8476047874499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00168859299814847 mm long - and its vector is (0.00128300805465198,-0.001097832703600227,0) mm - Endpoint of ComputeStep() was (0.7775484037399293,0.2193283259868622,-599.4084534970198) - and current position to locate is (0.7788314117945813,0.218230493283262,-599.4084534970198) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04571305471019402 mm long - and its vector is (0.008938739569068543,0.04469735344228148,0.003453824128314409) mm - Endpoint of ComputeStep() was (0.5628073099623655,-0.3068486930117684,-554.8351230463555) - and current position to locate is (0.571746049531434,-0.2621513395694869,-554.8316692222272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002102874006370788 mm long - and its vector is (0.001599474129009903,0.001351787133952509,0.0001908746755816537) mm - Endpoint of ComputeStep() was (0.4707657080241475,-0.3365424145659869,-553.4586408673536) - and current position to locate is (0.4723651821531574,-0.3351906274320344,-553.458449992678) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.309196462974553 mm long - and its vector is (0.4279234867793456,4.283442722051817,-0.1953819154280296) mm - Endpoint of ComputeStep() was (-5.318762175496016,28.85293203718994,57.75433751433593) - and current position to locate is (-4.890838688716671,33.13637475924176,57.5589555989079) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.493416294026545 mm long - and its vector is (-0.8923527611028401,1.194033908576607,-0.09100440750529515) mm - Endpoint of ComputeStep() was (-14.72337849195159,49.464024666115,368.2017305283305) - and current position to locate is (-15.61573125305443,50.65805857469161,368.1107261208252) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.226697897019084 mm long - and its vector is (5.20056077599062,3.400385837824864,0.4041169012672299) mm - Endpoint of ComputeStep() was (-21.30870481311415,-65.81652810775049,287.3572059739296) - and current position to locate is (-16.10814403712353,-62.41614226992562,287.7613228751968) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7407664747635251 mm long - and its vector is (-0.7320528711581424,0.1128123022288321,-0.01034158733131108) mm - Endpoint of ComputeStep() was (-20.73054444701544,-76.24450528250811,464.1203251996726) - and current position to locate is (-21.46259731817358,-76.13169298027928,464.1099836123413) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1893792073607483 mm long - and its vector is (-0.1175720122046719,0.148249374909156,0.007964230394350125) mm - Endpoint of ComputeStep() was (-23.68269159513635,-81.63903373326991,533.8516717742203) - and current position to locate is (-23.80026360734103,-81.49078435836076,533.8596360046147) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06135425361642407 mm long - and its vector is (-0.02471279188798192,-0.05613414044515252,-0.001606434067639384) mm - Endpoint of ComputeStep() was (-24.42891239987024,-82.81633567220658,585.3791079823343) - and current position to locate is (-24.45362519175822,-82.87246981265173,585.3775015482667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.324999091616376 mm long - and its vector is (0.2971817805567127,-0.9749526718867969,-0.8466243970440246) mm - Endpoint of ComputeStep() was (-51.68975074039999,-152.1316086729349,586.3309306544833) - and current position to locate is (-51.39256895984327,-153.1065613448217,585.4843062574392) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.806013458922061 mm long - and its vector is (0.3920611771971654,3.785101945229108,0.0709207096232376) mm - Endpoint of ComputeStep() was (-4.895484222626576,-21.32572753371981,570.1555419606849) - and current position to locate is (-4.50342304542941,-17.5406255884907,570.2264626703081) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9454080732133548 mm long - and its vector is (-0.5141877480969868,-0.7930051090331691,-0.023458082854944) mm - Endpoint of ComputeStep() was (-36.32459460511716,9.164649916517448,-125.8260740646363) - and current position to locate is (-36.83878235321414,8.371644807484278,-125.8495321474912) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5400067795551508 mm long - and its vector is (-0.5342423390999684,0.06711358541198109,-0.0410878538216366) mm - Endpoint of ComputeStep() was (-19.49826752056389,3.99274340336415,-306.9070556807309) - and current position to locate is (-20.03250985966386,4.059856988776131,-306.9481435345526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.000962201455281 mm long - and its vector is (3.98512606040201,-0.2215299605013605,0.2781965074887012) mm - Endpoint of ComputeStep() was (-65.29368426350547,18.3644447570727,352.8026997139089) - and current position to locate is (-61.30855820310346,18.14291479657134,353.0808962213976) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1662765046302568 mm long - and its vector is (-0.1617431401058711,-0.03846241911815498,0.002770367543803332) mm - Endpoint of ComputeStep() was (0.5217695971518048,0.1853150558601198,-568.382633881271) - and current position to locate is (0.3600264570459337,0.1468526367419648,-568.3798635137272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.955839232362701 mm long - and its vector is (-1.081050849586502,-1.628783909074269,0.06082056394153312) mm - Endpoint of ComputeStep() was (-9.720118213112992,23.31547564671336,-122.0585578897927) - and current position to locate is (-10.80116906269949,21.68669173763909,-121.9977373258511) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.54202817416647 mm long - and its vector is (-0.6491627171008432,-1.397914159311178,0.04769339416262142) mm - Endpoint of ComputeStep() was (-13.00747048541906,32.15556471531394,154.8191546778144) - and current position to locate is (-13.65663320251991,30.75765055600277,154.866848071977) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04950240371962126 mm long - and its vector is (0.007366366013435766,-0.04893900303450971,-0.001094809465030266) mm - Endpoint of ComputeStep() was (1.07242930917134,-0.9054948432992652,-553.5410242295706) - and current position to locate is (1.079795675184775,-0.9544338463337749,-553.5421190390356) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.112051698943969 mm long - and its vector is (1.837816395441472,-2.508384138630799,-0.1237161533995561) mm - Endpoint of ComputeStep() was (20.05016320718702,-22.96505985868557,181.201727691247) - and current position to locate is (21.88797960262849,-25.47344399731637,181.0780115378475) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6826323957217402 mm long - and its vector is (0.6822084648316604,0.0009712784434441346,-0.02403445067017174) mm - Endpoint of ComputeStep() was (28.11994945625435,-31.72672905198094,357.7173266613091) - and current position to locate is (28.80215792108601,-31.7257577735375,357.693292210639) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005595042825301563 mm long - and its vector is (0.005529468923089809,0.0008249555185386725,-0.0002211923099366686) mm - Endpoint of ComputeStep() was (29.11746380562675,-32.03348913027617,364.4277460856992) - and current position to locate is (29.12299327454984,-32.03266417475763,364.4275248933893) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01577492955066289 mm long - and its vector is (-0.01384756034046575,0.00749022196745841,0.0009950124741635591) mm - Endpoint of ComputeStep() was (38.31307348084897,-41.04307108363704,579.0661342325272) - and current position to locate is (38.2992259205085,-41.03558086166958,579.0671292450014) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006070815024866529 mm long - and its vector is (0.0002492443173123249,-0.0005535564634618073,-6.802268899264163e-07) mm - Endpoint of ComputeStep() was (-0.2734354911535556,-0.2364844602405951,-590.9637864288773) - and current position to locate is (-0.2731862468362433,-0.2370380167040569,-590.9637871091041) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1996465475181425 mm long - and its vector is (0.1136872775901652,0.1640895303038181,-0.002927950601190332) mm - Endpoint of ComputeStep() was (3.423619568175727,-1.664690005505332,-437.9224570471102) - and current position to locate is (3.537306845765892,-1.500600475201514,-437.9253849977114) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.715447595264274 mm long - and its vector is (0.6792826606941453,1.574887722108723,-0.03262179837870249) mm - Endpoint of ComputeStep() was (17.30963769615906,1.513895506997394,-5.613282182028286) - and current position to locate is (17.98892035685321,3.088783229106116,-5.645903980406988) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008772956622736949 mm long - and its vector is (-0.007793272628216386,0.001485327702383188,-0.00374479255276583) mm - Endpoint of ComputeStep() was (-6.11716446014604,26.52931532288288,-564.4743325804742) - and current position to locate is (-6.124957732774257,26.53080065058526,-564.478077373027) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006902883997074842 mm long - and its vector is (-0.001121506331451805,0.001719382008239734,-0.006590580895135645) mm - Endpoint of ComputeStep() was (-6.133731756725897,26.56483752978421,-564.4677046119284) - and current position to locate is (-6.134853263057349,26.56655691179245,-564.4742951928235) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0103692071059995 mm long - and its vector is (-0.01032256289301525,-0.0006914824357835414,0.0006978562659014642) mm - Endpoint of ComputeStep() was (-6.137570888486992,26.60446844181368,-564.4769285464001) - and current position to locate is (-6.147893451380007,26.6037769593779,-564.4762306901342) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008791282061520595 mm long - and its vector is (-0.003078339803766816,0.003000881793305155,-0.007668453090445837) mm - Endpoint of ComputeStep() was (-6.156953506270467,26.63227925713743,-564.4614399686328) - and current position to locate is (-6.160031846074234,26.63528013893073,-564.4691084217233) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01298912262704302 mm long - and its vector is (0.00918574081180612,-0.0008582853828364989,0.009143457691720869) mm - Endpoint of ComputeStep() was (-6.162165056499619,26.6764937040406,-564.4630966786359) - and current position to locate is (-6.152979315687813,26.67563541865776,-564.4539532209442) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007915032419376557 mm long - and its vector is (-0.006749130296825889,0.001236071473705636,-0.003945770615246147) mm - Endpoint of ComputeStep() was (-6.167753017646904,26.70300485419776,-564.4201093331382) - and current position to locate is (-6.17450214794373,26.70424092567146,-564.4240551037534) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01306167762151458 mm long - and its vector is (0.0002024240853195636,-0.007362989681475085,0.01078669688683931) mm - Endpoint of ComputeStep() was (-6.196760582284424,26.7390305398712,-564.3998900404054) - and current position to locate is (-6.196558158199104,26.73166755018973,-564.3891033435185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02464969989390827 mm long - and its vector is (0.00377689358344302,-0.01498068552294995,0.01920733820657006) mm - Endpoint of ComputeStep() was (-6.210261869272044,26.78298991271172,-564.3463800039889) - and current position to locate is (-6.206484975688601,26.76800922718877,-564.3271726657823) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01368729417965859 mm long - and its vector is (-0.01223802588300504,0.00591138291549953,0.001621202169303615) mm - Endpoint of ComputeStep() was (-6.192539058157379,26.78739711943697,-564.2925926203283) - and current position to locate is (-6.204777084040384,26.79330850235247,-564.290971418159) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01125526084099879 mm long - and its vector is (-0.005370631051566654,0.009891264981689574,9.786157079361146e-06) mm - Endpoint of ComputeStep() was (-6.21590591494604,26.78723015327348,-564.2548268354877) - and current position to locate is (-6.221276545997607,26.79712141825517,-564.2548170493307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.123624915060521 mm long - and its vector is (-1.430690430189411,0.007441558242732071,-1.569347729485457) mm - Endpoint of ComputeStep() was (-20.83318094113317,24.84257932399991,-550.9407813952145) - and current position to locate is (-22.26387137132258,24.85002088224264,-552.5101291246999) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.906242508377515 mm long - and its vector is (0.5754998417607347,0.1539445362224257,0.682917634778164) mm - Endpoint of ComputeStep() was (-31.55697146481183,23.07115346314672,-544.2777680509811) - and current position to locate is (-30.9814716230511,23.22509799936915,-543.5948504162029) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2230814801905587 mm long - and its vector is (0.1104436047443471,0.04776528419720805,0.1878457734436552) mm - Endpoint of ComputeStep() was (-34.5142857294339,22.88045352167573,-541.4301023956858) - and current position to locate is (-34.40384212468955,22.92821880587293,-541.2422566222422) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005676014118046459 mm long - and its vector is (-0.0001054763967758277,-0.005602591426885795,-0.0009038696263132806) mm - Endpoint of ComputeStep() was (-34.90329521467306,22.88489371871251,-540.9839669487372) - and current position to locate is (-34.90340069106983,22.87929112728562,-540.9848708183636) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005003774924142002 mm long - and its vector is (-4.262415253464269e-05,0.003251305313352049,0.003803282849389689) mm - Endpoint of ComputeStep() was (-34.93445878180319,22.87267643723949,-540.9795642048679) - and current position to locate is (-34.93450140595572,22.87592774255284,-540.9757609220185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005895192749773707 mm long - and its vector is (0.0001521229009995295,0.003754019775723094,0.004542850614257077) mm - Endpoint of ComputeStep() was (-34.97373024054922,22.87280015525013,-540.9718627906008) - and current position to locate is (-34.97357811764822,22.87655417502586,-540.9673199399865) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006049968832699113 mm long - and its vector is (0.0006604253313824415,0.004802969204039442,0.003619039663135482) mm - Endpoint of ComputeStep() was (-35.00859853676351,22.87702922892652,-540.9615596542244) - and current position to locate is (-35.00793811143213,22.88183219813056,-540.9579406145613) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00261919001766006 mm long - and its vector is (0.0002958848662757418,0.002599429905391304,-0.0001247904702950109) mm - Endpoint of ComputeStep() was (-35.04640613944663,22.886660552667,-540.9485740191167) - and current position to locate is (-35.04611025458036,22.88925998257239,-540.948698809587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009479846084965366 mm long - and its vector is (0.001586104274814204,0.006807067197147632,0.00640434158970038) mm - Endpoint of ComputeStep() was (-35.08581559629349,22.8903803372986,-540.9400561596685) - and current position to locate is (-35.08422949201867,22.89718740449575,-540.9336518180788) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006423339386052994 mm long - and its vector is (0.002252235362419697,0.004534901724635887,0.003952390553649821) mm - Endpoint of ComputeStep() was (-35.1175963029992,22.90046656961516,-540.9184004861957) - and current position to locate is (-35.11534406763678,22.9050014713398,-540.914448095642) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007262732735921076 mm long - and its vector is (-0.002713923284943576,-0.005431041345548948,-0.003985686528039878) mm - Endpoint of ComputeStep() was (-35.14393901281348,22.90723185545031,-540.8980165025487) - and current position to locate is (-35.14665293609842,22.90180081410476,-540.9020021890767) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.406715763390439 mm long - and its vector is (-1.820190812989402,-1.478689146189254,-0.5409848232650347) mm - Endpoint of ComputeStep() was (-51.6386538792912,38.63256184408325,-528.4560260236267) - and current position to locate is (-53.4588446922806,37.15387269789399,-528.9970108468917) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07842802488553052 mm long - and its vector is (0.016364731204213,0.04634028365004639,0.06112060840086997) mm - Endpoint of ComputeStep() was (-54.80369891827316,38.23015325923397,-529.4529449305244) - and current position to locate is (-54.78733418706894,38.27649354288401,-529.3918243221235) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.17551733015213 mm long - and its vector is (-1.825852998740118,-3.168962357179993,-2.014667064348032) mm - Endpoint of ComputeStep() was (-99.58648462109954,68.71515414754677,-536.6696057271191) - and current position to locate is (-101.4123376198397,65.54619179036678,-538.6842727914672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9313652722680443 mm long - and its vector is (0.3480702811529,0.5709913728370566,-0.6482724750525222) mm - Endpoint of ComputeStep() was (-107.1256501639816,70.23374847802745,-537.6231138633033) - and current position to locate is (-106.7775798828287,70.80473985086451,-538.2713863383558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3289140431460775 mm long - and its vector is (0.3007682448834998,0.1324438878672396,0.01347320359116111) mm - Endpoint of ComputeStep() was (-119.1518416680454,97.6935852976232,-526.3572364072182) - and current position to locate is (-118.8510734231619,97.82602918549044,-526.3437632036271) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.569325773661248 mm long - and its vector is (0.9244648668315563,0.6877652918696811,1.065423388691556) mm - Endpoint of ComputeStep() was (-119.7139505477188,119.0597825890697,-539.3021224508473) - and current position to locate is (-118.7894856808872,119.7475478809394,-538.2366990621557) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001998721984320777 mm long - and its vector is (0.001662169091531496,-0.000926796219573589,-0.0006108455198727825) mm - Endpoint of ComputeStep() was (-116.9128945252965,124.619930304544,-540.8938395123531) - and current position to locate is (-116.911232356205,124.6190035083244,-540.894450357873) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002282005038290561 mm long - and its vector is (3.077957742902981e-05,0.001496270746102368,0.001722722690033152) mm - Endpoint of ComputeStep() was (-116.9078173313864,124.6280804582813,-540.9023951581502) - and current position to locate is (-116.907786551809,124.6295767290274,-540.9006724354601) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002809317896356613 mm long - and its vector is (-0.0008678378928550501,0.001518073161292932,0.002198767452796346) mm - Endpoint of ComputeStep() was (-116.9053499784018,124.6415995141205,-540.908011509277) - and current position to locate is (-116.9062178162947,124.6431175872818,-540.9058127418242) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002466317071544551 mm long - and its vector is (0.002087523135074321,-0.0008825516806041378,-0.0009726610863936003) mm - Endpoint of ComputeStep() was (-116.9022383634145,124.6577934800863,-540.9105883352671) - and current position to locate is (-116.9001508402794,124.6569109284057,-540.9115609963535) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002891702904032797 mm long - and its vector is (0.001988027089268485,-0.001853409437458708,-0.000987201820635164) mm - Endpoint of ComputeStep() was (-116.8958807142757,124.6665561934928,-540.9210701959649) - and current position to locate is (-116.8938926871865,124.6647027840554,-540.9220573977856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002790698033570259 mm long - and its vector is (-0.002598065480469813,-0.0003988143527635657,-0.0009375491378023071) mm - Endpoint of ComputeStep() was (-116.8887064069172,124.6735531733112,-540.9401940023834) - and current position to locate is (-116.8913044723976,124.6731543589584,-540.9411315515212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003769876185810403 mm long - and its vector is (-0.002529549387574548,-0.002398097361151486,-0.001436132096500842) mm - Endpoint of ComputeStep() was (-116.8889843391359,124.6837767897246,-540.9629558077556) - and current position to locate is (-116.8915138885235,124.6813786923634,-540.9643919398521) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003829557986722711 mm long - and its vector is (-0.0006095364876443909,0.003449894388353414,0.001546676550901793) mm - Endpoint of ComputeStep() was (-116.8822292045655,124.6897416906553,-540.9793867409401) - and current position to locate is (-116.8828387410531,124.6931915850436,-540.9778400643892) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003249898750758708 mm long - and its vector is (-0.002724389705491603,-0.000981734316852112,-0.001475039102501796) mm - Endpoint of ComputeStep() was (-116.8764024673473,124.6934378028744,-540.9898917030812) - and current position to locate is (-116.8791268570528,124.6924560685575,-540.9913667421837) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.522506412940898 mm long - and its vector is (0.5102470530033258,1.368541882465536,0.4298451329086674) mm - Endpoint of ComputeStep() was (-116.2882107264513,126.6544828100453,-547.9387079615628) - and current position to locate is (-115.777963673448,128.0230246925109,-547.5088628286542) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6302227197610286 mm long - and its vector is (0.4495955441907853,0.3516460891479483,0.2671882316527672) mm - Endpoint of ComputeStep() was (-117.1602232070139,142.0195931881177,-563.6038113941808) - and current position to locate is (-116.7106276628231,142.3712392772657,-563.336623162528) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002498592301301627 mm long - and its vector is (9.799311867197957e-05,-8.141227854707722e-05,-0.0002149395833157541) mm - Endpoint of ComputeStep() was (-116.9501772969518,145.7755256832758,-564.2406523830607) - and current position to locate is (-116.9500793038331,145.7754442709973,-564.240867322644) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003400807003894645 mm long - and its vector is (0.0001901691437211639,6.639006471687026e-05,0.0002740126618618888) mm - Endpoint of ComputeStep() was (-116.949601732318,145.7765187144813,-564.241459089964) - and current position to locate is (-116.9494115631742,145.776585104546,-564.2411850773021) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001327936030351157 mm long - and its vector is (9.108810705527048e-05,-8.465899566090229e-05,4.658274588109634e-05) mm - Endpoint of ComputeStep() was (-116.9484318655177,145.7773740676757,-564.2416669290786) - and current position to locate is (-116.9483407774106,145.77728940868,-564.2416203463328) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002750760505038724 mm long - and its vector is (-0.0001305732902210366,0.0002158006288368597,0.0001097612774856316) mm - Endpoint of ComputeStep() was (-116.9473974994823,145.7782205261781,-564.2423288734263) - and current position to locate is (-116.9475280727725,145.778436326807,-564.2422191121489) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003757668605858453 mm long - and its vector is (0.0001416621466461265,-0.0001247721216088848,-0.0003249068903414809) mm - Endpoint of ComputeStep() was (-116.9468880438561,145.7795780845054,-564.2423785167713) - and current position to locate is (-116.9467463817095,145.7794533123838,-564.2427034236616) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003402285788220362 mm long - and its vector is (-0.0002230032173713425,0.0002533519611915835,4.286997375402279e-05) mm - Endpoint of ComputeStep() was (-116.9458268905236,145.7803088741753,-564.2429765464093) - and current position to locate is (-116.9460498937409,145.7805622261365,-564.2429336764355) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002638375049938975 mm long - and its vector is (-0.0002116649466898934,0.0001374632132069564,-7.688981986575527e-05) mm - Endpoint of ComputeStep() was (-116.9451100067773,145.7819686761763,-564.243006585728) - and current position to locate is (-116.9453216717239,145.7821061393896,-564.2430834755479) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004432105300419689 mm long - and its vector is (-0.0001010100811100756,0.0001976852015843633,-0.0003836053942904982) mm - Endpoint of ComputeStep() was (-116.9445707927107,145.7832837257841,-564.2426743440391) - and current position to locate is (-116.9446718027918,145.7834814109857,-564.2430579494334) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005032706616092599 mm long - and its vector is (0.0004269127717577703,0.0002662425077346597,-1.190677210161084e-05) mm - Endpoint of ComputeStep() was (-116.9441183824174,145.7825447127751,-564.2441604022582) - and current position to locate is (-116.9436914696457,145.7828109552829,-564.2441723090303) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009252492578515571 mm long - and its vector is (0.00033501616076137,-0.000367006749115717,0.0007804847258512382) mm - Endpoint of ComputeStep() was (-116.9422914364982,145.7816335921306,-564.2453268914625) - and current position to locate is (-116.9419564203374,145.7812665853815,-564.2445464067366) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004253135460253238 mm long - and its vector is (0.0001148071145422591,-0.0001811460701901524,0.0003672833240671025) mm - Endpoint of ComputeStep() was (-116.9400610293848,145.7805226870758,-564.245505771341) - and current position to locate is (-116.9399462222703,145.7803415410056,-564.2451384880169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001302064119855623 mm long - and its vector is (-8.382057991696001e-05,0.001256827206702837,0.0003297430137081392) mm - Endpoint of ComputeStep() was (-116.9385175963753,145.7809955400747,-564.2472680723988) - and current position to locate is (-116.9386014169552,145.7822523672814,-564.2469383293851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002171808181625606 mm long - and its vector is (0.002123849292416935,0.0004474568195007578,7.614036746872443e-05) mm - Endpoint of ComputeStep() was (-116.9389222627522,145.7842427927957,-564.249685904134) - and current position to locate is (-116.9367984134598,145.7846902496152,-564.2496097637666) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001587077403740543 mm long - and its vector is (0.001124602015153187,-0.0009741206822013737,0.0005524254605688839) mm - Endpoint of ComputeStep() was (-116.9349874941015,145.784660755637,-564.2533483572986) - and current position to locate is (-116.9338628920864,145.7836866349548,-564.252795931838) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005717031575442825 mm long - and its vector is (-0.0009538604029017961,-0.005614108648330784,-0.0005063442022219533) mm - Endpoint of ComputeStep() was (-116.9339762996763,145.7840725551171,-564.2568611955505) - and current position to locate is (-116.9349301600792,145.7784584464688,-564.2573675397527) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09729367844344167 mm long - and its vector is (0.08728605099163644,0.01861610017103033,0.03873817215310282) mm - Endpoint of ComputeStep() was (-118.9176340013677,97.898092462747,-526.2284177294633) - and current position to locate is (-118.8303479503761,97.91670856291803,-526.1896795573102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02928989989544032 mm long - and its vector is (-0.01182784247529867,-0.009370444036932213,0.02510368811181252) mm - Endpoint of ComputeStep() was (-118.8129488557754,97.98345838067281,-526.1565661287896) - and current position to locate is (-118.8247766982507,97.97408793663588,-526.1314624406778) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03433338806276994 mm long - and its vector is (0.0229813886589767,-0.01427493808577651,0.02113914505889625) mm - Endpoint of ComputeStep() was (-118.7890845694799,98.01441164317963,-526.1430351068555) - and current position to locate is (-118.7661031808209,98.00013670509385,-526.1218959617966) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4683794263080115 mm long - and its vector is (-0.1609343330462849,0.3840606555655768,-0.2144221077270458) mm - Endpoint of ComputeStep() was (-102.2651604536494,64.7880094494885,-539.4022003155549) - and current position to locate is (-102.4260947866957,65.17207010505408,-539.6166224232819) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2741400976353911 mm long - and its vector is (0.1030921989626989,-0.03932700365913888,-0.250954534583002) mm - Endpoint of ComputeStep() was (-103.0635254565921,64.8472856316594,-539.8275822665071) - and current position to locate is (-102.9604332576294,64.80795862800026,-540.0785368010901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.263127903466567 mm long - and its vector is (0.1727748765241301,-0.01887138371962749,-0.1975576029954027) mm - Endpoint of ComputeStep() was (-103.5598464606373,65.00432891102899,-540.6215142389227) - and current position to locate is (-103.3870715841132,64.98545752730936,-540.8190718419181) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.221502514449594e-05 mm long - and its vector is (4.050474674954785e-05,5.849521585332695e-06,-1.035649245295645e-05) mm - Endpoint of ComputeStep() was (-103.410793010179,65.04170753344735,-540.8874996042119) - and current position to locate is (-103.4107525054322,65.04171338296894,-540.8875099607044) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.284688204658893e-05 mm long - and its vector is (-6.252397643891072e-05,-3.324618187150463e-05,1.7091283893933e-05) mm - Endpoint of ComputeStep() was (-103.4108676617254,65.04181886500959,-540.8877260447779) - and current position to locate is (-103.4109301857019,65.04178561882772,-540.887708953494) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.363761771075445e-05 mm long - and its vector is (-4.64671890227919e-05,-5.692712663574184e-05,-4.754086603497854e-06) mm - Endpoint of ComputeStep() was (-103.4110470050063,65.04189854916714,-540.8879194113813) - and current position to locate is (-103.4110934721953,65.04184162204051,-540.8879241654679) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.411475412454383e-05 mm long - and its vector is (2.963421223967089e-07,-4.641255878823358e-05,-2.782432716230687e-05) mm - Endpoint of ComputeStep() was (-103.4112046332921,65.04201431195256,-540.8882134059721) - and current position to locate is (-103.41120433695,65.04196789939377,-540.8882412302993) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001466678715535116 mm long - and its vector is (8.981165095178767e-05,0.0001142783128926794,-1.964176931323891e-05) mm - Endpoint of ComputeStep() was (-103.4115077070737,65.04213948662186,-540.8886300686252) - and current position to locate is (-103.4114178954227,65.04225376493476,-540.8886497103945) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002790938171288054 mm long - and its vector is (-0.000191287509352378,-0.0001629968381138269,0.0001213856593267337) mm - Endpoint of ComputeStep() was (-103.411753164529,65.04224296583317,-540.8891925505625) - and current position to locate is (-103.4119444520384,65.04207996899505,-540.8890711649032) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008157397600911734 mm long - and its vector is (-0.0001677201723140342,-0.0005034508689050199,0.0006195470301690875) mm - Endpoint of ComputeStep() was (-103.412721524286,65.04208067731135,-540.8892809538013) - and current position to locate is (-103.4128892444583,65.04157722644244,-540.8886614067711) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2144356686514869 mm long - and its vector is (-0.1975149301734065,-0.08348129035376151,0.001175801631063678) mm - Endpoint of ComputeStep() was (-0.7438524760456184,0.4576075566202414,-428.4489295697929) - and current position to locate is (-0.9413674062190249,0.3741262662664799,-428.4477537681618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.447948510201799 mm long - and its vector is (-2.373247791167941,2.501073963738675,-0.02593990415965663) mm - Endpoint of ComputeStep() was (-2.142224226459423,7.557662209459751,374.0411599585944) - and current position to locate is (-4.515472017627363,10.05873617319843,374.0152200544347) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.598030810571215 mm long - and its vector is (-0.4934633419349503,0.3378322227443942,0.002042017246935757) mm - Endpoint of ComputeStep() was (-3.221285253859085,10.99839221864433,531.3046041513855) - and current position to locate is (-3.714748595794035,11.33622444138873,531.3066461686325) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06139742299623378 mm long - and its vector is (0.02068971280113274,-0.05780637155408397,-5.236923038864916e-05) mm - Endpoint of ComputeStep() was (-4.714005749943075,-1.590137186241878,-529.0174180874125) - and current position to locate is (-4.693316037141942,-1.647943557795962,-529.0174704566429) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6736397648554416 mm long - and its vector is (-0.03174206828207105,-0.6724457401122539,-0.02448878315789216) mm - Endpoint of ComputeStep() was (-35.28230945991946,-9.322354296335282,-279.0494672396856) - and current position to locate is (-35.31405152820153,-9.994800036447536,-279.0739560228435) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01243627759157609 mm long - and its vector is (0.0118669861181786,-0.0034176734478919,0.001468042577471351) mm - Endpoint of ComputeStep() was (-141.9767662446211,-35.12420276155158,578.9381517487114) - and current position to locate is (-141.9648992585029,-35.12762043499947,578.9396197912889) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.494493082115921 mm long - and its vector is (3.502702591946189,-2.802883763982997,0.2745636960011808) mm - Endpoint of ComputeStep() was (-32.32701922430302,24.11830338662528,115.3864289370467) - and current position to locate is (-28.82431663235683,21.31541962264228,115.6609926330479) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9411887863958016 mm long - and its vector is (0.03756755636513276,0.9398328196016905,-0.03375324496238363) mm - Endpoint of ComputeStep() was (-46.04062467184208,35.63329769847566,495.1693069989877) - and current position to locate is (-46.00305711547695,36.57313051807735,495.1355537540253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0209590074680375 mm long - and its vector is (0.006824644620088138,-0.0198167661300918,0) mm - Endpoint of ComputeStep() was (-0.3243728363513947,0.05964224249124528,-591.3264826572429) - and current position to locate is (-0.3175481917313066,0.03982547636115347,-591.3264826572429) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006975927851236225 mm long - and its vector is (-0.002945610394584741,-0.006323462491262729,2.776527617243119e-05) mm - Endpoint of ComputeStep() was (-0.0906287929777652,0.01299949671885541,-564.2507466928678) - and current position to locate is (-0.09357440337234994,0.006676034227592683,-564.2507189275916) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008528842021693194 mm long - and its vector is (0.0004582821986457708,-0.0004375250979456913,0.0005709296606255521) mm - Endpoint of ComputeStep() was (-0.09842947620195217,0.003658469150524056,-564.2491342612878) - and current position to locate is (-0.09797119400330639,0.003220944052578365,-564.2485633316272) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00115406174446485 mm long - and its vector is (6.703235666148666e-05,0.001077262658720919,0.0004084976588956124) mm - Endpoint of ComputeStep() was (-0.0993710770915282,0.001879365995058145,-564.2447956982656) - and current position to locate is (-0.09930404473486672,0.002956628653779064,-564.2443872006068) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007087276669137481 mm long - and its vector is (0.0006616973647573521,0.0001030713117014406,0.0002320082068081319) mm - Endpoint of ComputeStep() was (-0.09961668333203298,0.0015398578602893,-564.2428661313102) - and current position to locate is (-0.09895498596727563,0.001642929171990741,-564.2426341231034) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005248138731707869 mm long - and its vector is (-0.0001386912585642081,0.0001059791435363523,0.0004949371246993906) mm - Endpoint of ComputeStep() was (-0.09834577710404917,0.0002465570550640082,-564.2421644103796) - and current position to locate is (-0.09848446836261338,0.0003525361986003604,-564.2416694732549) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004294593236344958 mm long - and its vector is (0.0002943605102227465,0.0002165467059515626,0.0002255985922374748) mm - Endpoint of ComputeStep() was (-0.09804351655233094,-0.001117475170177296,-564.2408337972965) - and current position to locate is (-0.0977491560421082,-0.000900928464225733,-564.2406081987043) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.658620636855799 mm long - and its vector is (-0.9931220012736253,-0.7896591998409548,-1.06825533263202) mm - Endpoint of ComputeStep() was (3.37740171085236,-10.79067941317933,-559.4955732466934) - and current position to locate is (2.384279709578735,-11.58033861302028,-560.5638285793254) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.991608997308718 mm long - and its vector is (-2.04403664787451,-0.358983118894983,4.539736301208222) mm - Endpoint of ComputeStep() was (8.309021769431626,-18.86091679432865,-558.4719041576072) - and current position to locate is (6.264985121557116,-19.21989991322364,-553.932167856399) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3800454802645743 mm long - and its vector is (-0.275225040822515,-0.01419867736124303,0.2616947487722427) mm - Endpoint of ComputeStep() was (7.622090745728117,-20.14919020943261,-552.5553165461891) - and current position to locate is (7.346865704905602,-20.16338888679385,-552.2936217974169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.605131463239836 mm long - and its vector is (1.364437798892691,3.33231957419137,-0.1758653338657723) mm - Endpoint of ComputeStep() was (11.6934239668741,-21.60903678973692,-545.9635079604135) - and current position to locate is (13.05786176576679,-18.27671721554555,-546.1393732942793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000117629370484841 mm long - and its vector is (-7.792114232607616e-05,6.946541428831665e-05,-5.421734590527194e-05) mm - Endpoint of ComputeStep() was (14.92278238516069,-17.91760352874953,-540.9995232718171) - and current position to locate is (14.92270446401836,-17.91753406333524,-540.999577489163) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001119790623882749 mm long - and its vector is (3.688102996335374e-06,-7.978611611392239e-05,7.848492839457322e-05) mm - Endpoint of ComputeStep() was (14.92271891650866,-17.91709743170551,-540.9991342978349) - and current position to locate is (14.92272260461165,-17.91717721782162,-540.9990558129065) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001142410377238211 mm long - and its vector is (5.181807349607936e-05,0.0001003013126741337,-1.747994951983856e-05) mm - Endpoint of ComputeStep() was (14.92237603058982,-17.91692081951213,-540.9986119735879) - and current position to locate is (14.92242784866332,-17.91682051819945,-540.9986294535374) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001797805870120096 mm long - and its vector is (0.0001288286081209122,0.0001249878131659443,1.011413644391723e-05) mm - Endpoint of ComputeStep() was (14.92190333624631,-17.91630758489895,-540.9982871808052) - and current position to locate is (14.92203216485443,-17.91618259708578,-540.9982770666687) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002055879435913221 mm long - and its vector is (-4.867553287368764e-05,9.699379991445767e-05,-0.0001746118490473236) mm - Endpoint of ComputeStep() was (14.92158549057999,-17.91543403798837,-540.9977367385058) - and current position to locate is (14.92153681504712,-17.91533704418845,-540.9979113503548) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002888410764748863 mm long - and its vector is (1.70942685393527e-05,9.295622088245636e-05,-0.0002729397267557943) mm - Endpoint of ComputeStep() was (14.92053679146886,-17.91468002698037,-540.9977502189371) - and current position to locate is (14.9205538857374,-17.91458707075949,-540.9980231586638) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002931224863799093 mm long - and its vector is (-3.282586603603477e-05,7.836501370306337e-05,-0.0002805390867024471) mm - Endpoint of ComputeStep() was (14.91968974833877,-17.91397791319707,-540.9977518855941) - and current position to locate is (14.91965692247274,-17.91389954818337,-540.9980324246808) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001587815554330308 mm long - and its vector is (-5.769227111329656e-05,-0.0001383988140553072,5.22393766004825e-05) mm - Endpoint of ComputeStep() was (14.9189296902518,-17.91340541819181,-540.9975264591027) - and current position to locate is (14.91887199798068,-17.91354381700587,-540.9974742197261) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003089432251880273 mm long - and its vector is (-0.0002355098915565179,-0.0001659621529626065,-0.0001115238591182788) mm - Endpoint of ComputeStep() was (14.91798424829038,-17.91290462706346,-540.9965507178396) - and current position to locate is (14.91774873839882,-17.91307058921642,-540.9966622416987) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005825446105527786 mm long - and its vector is (9.62946639049278e-05,-0.0002143540384089704,0.0005330458772050406) mm - Endpoint of ComputeStep() was (14.91596961632765,-17.91238014660068,-540.9960631954655) - and current position to locate is (14.91606591099156,-17.91259450063908,-540.9955301495883) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001633783713595009 mm long - and its vector is (0.0001553586510141258,0.00152524730492587,-0.000564564939736556) mm - Endpoint of ComputeStep() was (14.91498482523444,-17.91195571530227,-540.9941018823831) - and current position to locate is (14.91514018388545,-17.91043046799734,-540.9946664473229) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009691960669010404 mm long - and its vector is (0.008187517406746593,0.005185651262429702,8.764307347064459e-05) mm - Endpoint of ComputeStep() was (-0.03086853672108847,0.3886519286656657,-561.0957520068572) - and current position to locate is (-0.02268101931434188,0.3938375799280954,-561.0956643637837) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3506210845784388 mm long - and its vector is (0.3494453486432434,-0.009806325938480853,-0.02696162521345968) mm - Endpoint of ComputeStep() was (10.59134463787098,-28.27002305069232,-420.4189046976344) - and current position to locate is (10.94078998651422,-28.2798293766308,-420.4458663228478) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002519217282304547 mm long - and its vector is (0.002222931315046139,0.001181028011473018,0.0001010194048944868) mm - Endpoint of ComputeStep() was (75.85888574379321,-220.7979281726615,493.6892951201035) - and current position to locate is (75.86110867510826,-220.79674714465,493.6893961395083) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1286042708272774 mm long - and its vector is (-0.1036580724247691,-0.0759507081997965,-0.005054940172385614) mm - Endpoint of ComputeStep() was (-0.888841830814287,0.17377073275257,-564.6632976285528) - and current position to locate is (-0.9924999032390561,0.09782002455277354,-564.6683525687251) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8175991050943642 mm long - and its vector is (0.8083073345292924,-0.1211714723542521,0.02061610741043296) mm - Endpoint of ComputeStep() was (-9.108866888229405,-13.32568161406693,-324.3620374833296) - and current position to locate is (-8.300559553700113,-13.44685308642118,-324.3414213759192) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.830370933372791 mm long - and its vector is (2.29044440253584,5.346030711378162,0.408711747582629) mm - Endpoint of ComputeStep() was (-37.0589316789783,-65.29523124715739,515.0092370571263) - and current position to locate is (-34.76848727644246,-59.94920053577923,515.4179488047089) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05001698958115807 mm long - and its vector is (0.003629513042885724,-0.008198158699898206,0.04920687020899095) mm - Endpoint of ComputeStep() was (-0.9173145684289825,0.2654382196332375,-564.6459720676639) - and current position to locate is (-0.9136850553860968,0.2572400609333393,-564.5967651974549) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05417393381264205 mm long - and its vector is (-0.006942840953908958,-0.001621017139873726,0.05370274078347848) mm - Endpoint of ComputeStep() was (-0.8378685089023904,0.423587222525927,-564.5819422328835) - and current position to locate is (-0.8448113498562994,0.4219662053860532,-564.5282394921001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03361698954045894 mm long - and its vector is (0.03050182459972173,-0.01293669185140689,0.005690578686994741) mm - Endpoint of ComputeStep() was (-0.7726089051903512,0.5896885977089061,-564.5339565550913) - and current position to locate is (-0.7421070805906295,0.5767519058574992,-564.5282659764043) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001240319689805648 mm long - and its vector is (-0.0009512480829332315,0.0006651846394623018,0.0004370919961047548) mm - Endpoint of ComputeStep() was (-0.6316650957947395,0.7169393044232146,-564.5012528481715) - and current position to locate is (-0.6326163438776727,0.7176044890626769,-564.5008157561754) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.765002673438793e-05 mm long - and its vector is (-7.902809332160921e-06,-8.575228292451165e-06,4.62010401633961e-05) mm - Endpoint of ComputeStep() was (-0.6313387016060611,0.7193395714754168,-564.5002751689733) - and current position to locate is (-0.6313466044153933,0.7193309962471244,-564.5002289679331) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01340881540194859 mm long - and its vector is (0.008148273288948626,-0.01064832540727478,0.000123040289849996) mm - Endpoint of ComputeStep() was (-0.5279376538013842,0.7975401031977993,-564.5135442579817) - and current position to locate is (-0.5197893805124356,0.7868917777905245,-564.5134212176919) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01218699661805696 mm long - and its vector is (-0.005592943436822873,0.008681150362420564,-0.006471437140703529) mm - Endpoint of ComputeStep() was (-0.4170591235259922,0.8539053688651779,-564.512310097594) - and current position to locate is (-0.422652066962815,0.8625865192275984,-564.5187815347347) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03558490796332822 mm long - and its vector is (-0.02506201977600325,-0.002119537557544016,0.02517316825606031) mm - Endpoint of ComputeStep() was (-0.4158162987450536,0.9808868704685114,-564.5413965189417) - and current position to locate is (-0.4408783185210569,0.9787673329109674,-564.5162233506857) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04413473627218334 mm long - and its vector is (-0.02528087010135582,-0.0273541855861521,-0.02367490408960293) mm - Endpoint of ComputeStep() was (-0.4961077315940424,1.05435362256363,-564.544580541689) - and current position to locate is (-0.5213886016953982,1.026999436977478,-564.5682554457786) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00273065809368722 mm long - and its vector is (-0.001990359639324923,-0.001865581827546814,-0.0001206920688900937) mm - Endpoint of ComputeStep() was (-0.5265560122479818,1.033332170599553,-564.5809259333665) - and current position to locate is (-0.5285463718873067,1.031466588772006,-564.5810466254354) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07417728992614041 mm long - and its vector is (-0.04570894066306908,-0.04538452864684595,-0.03678597074633672) mm - Endpoint of ComputeStep() was (-0.5255644387306925,1.074624948118997,-564.6379983045496) - and current position to locate is (-0.5712733793937615,1.029240419472151,-564.6747842752959) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02887245996120145 mm long - and its vector is (-0.0003674263420739843,-0.02437958779493021,0.01546349381749224) mm - Endpoint of ComputeStep() was (-0.5664576002351583,1.030035312505892,-564.5842039655502) - and current position to locate is (-0.5668250265772323,1.005655724710961,-564.5687404717327) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02357448858314331 mm long - and its vector is (-0.02257907890656319,-0.005832341168784505,0.003453332329627301) mm - Endpoint of ComputeStep() was (-0.5610717075171302,0.9751856971312104,-564.5825841875039) - and current position to locate is (-0.5836507864236934,0.9693533559624259,-564.5791308551743) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.951710592611044e-06 mm long - and its vector is (4.09193463746238e-06,2.734084863065256e-06,5.479860192281194e-07) mm - Endpoint of ComputeStep() was (-0.6315199367226896,0.7196055834704015,-564.4999949982721) - and current position to locate is (-0.6315158447880521,0.7196083175552646,-564.4999944502861) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00362907284430654 mm long - and its vector is (0.001167960249686573,0.003435990760920604,-2.460752625665918e-06) mm - Endpoint of ComputeStep() was (-6.555794480288183,-0.6894574349525222,-539.1654442247615) - and current position to locate is (-6.554626520038497,-0.6860214441916016,-539.1654466855141) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.938173414946979 mm long - and its vector is (7.762798141111617,-1.385816538525937,0.9127292630747661) mm - Endpoint of ComputeStep() was (-127.1225521766284,48.45074241539718,561.4595065466361) - and current position to locate is (-119.3597540355168,47.06492587687124,562.3722358097109) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02918609786120904 mm long - and its vector is (-0.02097926958438012,-0.02025096520513592,0.001263710540570173) mm - Endpoint of ComputeStep() was (0.5290364682331872,1.037681891055239,-580.8102297998361) - and current position to locate is (0.5080571986488071,1.017430925850104,-580.8089660892955) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.71800246213968 mm long - and its vector is (-1.509479878311957,-0.8197949962574498,-0.03064508118066556) mm - Endpoint of ComputeStep() was (-43.41357867538105,60.18177231274696,92.04694415892538) - and current position to locate is (-44.923058553693,59.36197731648951,92.01629907774472) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0116200639345311 mm long - and its vector is (-0.0006159658152841141,-0.01160372664091118,0) mm - Endpoint of ComputeStep() was (-0.2887297475337983,0.1145242542028427,-596.8387347563357) - and current position to locate is (-0.2893457133490824,0.1029205275619315,-596.8387347563357) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5658552827920496 mm long - and its vector is (-0.5470948434734266,0.1437357114943332,-0.01481480845893657) mm - Endpoint of ComputeStep() was (-1.411752464102163,16.57742060830237,-338.4129983480999) - and current position to locate is (-1.958847307575589,16.72115631979671,-338.4278131565588) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.789185646643188 mm long - and its vector is (-1.175932829776723,-1.345592211768723,0.08802759587007358) mm - Endpoint of ComputeStep() was (22.04663194560064,9.400886793166201,-157.5365878657451) - and current position to locate is (20.87069911582391,8.055294581397478,-157.448560269875) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4674578369663124 mm long - and its vector is (-0.1009674741011573,0.4564229455256701,-0.0007023621051871487) mm - Endpoint of ComputeStep() was (28.44075391734507,9.944100321743642,-18.25402415315878) - and current position to locate is (28.33978644324391,10.40052326726931,-18.25472651526397) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9776999005137678 mm long - and its vector is (0.3375590158469848,-0.9175182102755635,-0.01055178173453442) mm - Endpoint of ComputeStep() was (42.88812393216818,13.19943533369577,203.7807319512072) - and current position to locate is (43.22568294801517,12.28191712342021,203.7701801694727) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03410282167145166 mm long - and its vector is (-0.03396693769112202,-0.00234391764210784,0.001937947349460956) mm - Endpoint of ComputeStep() was (2.412758448899606,-2.337357789116334,-529.9649830184898) - and current position to locate is (2.378791511208484,-2.339701706758442,-529.9630450711403) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2708820095962152 mm long - and its vector is (-0.0145737140512292,-0.2700104519503963,-0.01609427908232419) mm - Endpoint of ComputeStep() was (8.140841618130604,-8.337535249798288,-434.4393118849257) - and current position to locate is (8.126267904079375,-8.607545701748684,-434.455406164008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01589677471006076 mm long - and its vector is (0.002216181475083512,0.01574022727983981,-0.0002030542560760296) mm - Endpoint of ComputeStep() was (0.4664366515053699,0.7028301452944956,-559.2964000311488) - and current position to locate is (0.4686528329804535,0.7185703725743354,-559.2966030854049) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.781679900223482 mm long - and its vector is (0.3993685273175416,1.736304247739376,0.01164497877937265) mm - Endpoint of ComputeStep() was (-56.7627768944643,11.6302686012018,-192.8921796346088) - and current position to locate is (-56.36340836714676,13.36657284894117,-192.8805346558294) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7570392420335567 mm long - and its vector is (0.6729870490317325,0.3328013965129735,0.09716005502940561) mm - Endpoint of ComputeStep() was (-96.56063669126908,21.3368416560397,58.24836262747368) - and current position to locate is (-95.88764964223735,21.66964305255267,58.34552268250309) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.977139946268147 mm long - and its vector is (-1.474175310056353,-2.5809252196117,-0.1702774960411944) mm - Endpoint of ComputeStep() was (-174.9631212551656,35.46767973899761,533.8012282215601) - and current position to locate is (-176.4372965652219,32.88675451938591,533.6309507255189) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04495023510349996 mm long - and its vector is (0.02768798454672305,0.03519527378705134,-0.003897672466337099) mm - Endpoint of ComputeStep() was (1.78093012012664,1.235330668754955,-548.516737938874) - and current position to locate is (1.808618104673363,1.270525942542007,-548.5206356113404) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.87437501736065 mm long - and its vector is (2.68542350200029,-7.400620026979418,0.1584479258595479) mm - Endpoint of ComputeStep() was (72.75509392188117,46.08551042334738,348.3665021679382) - and current position to locate is (75.44051742388146,38.68489039636796,348.5249500937977) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006700842373543886 mm long - and its vector is (-0.006235275174917732,0.002454105133879947,0) mm - Endpoint of ComputeStep() was (-0.247085645198822,0.1165536814928055,-597.0470779521514) - and current position to locate is (-0.2533209203737398,0.1190077866266854,-597.0470779521514) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08127501577233269 mm long - and its vector is (-0.07390980352312804,0.03375467270376831,0.001895046866707162) mm - Endpoint of ComputeStep() was (3.545221293036611,3.936388197917716,-411.0182225844228) - and current position to locate is (3.471311489513483,3.970142870621485,-411.0163275375561) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.391160044953871 mm long - and its vector is (-4.104724429391499,-1.553258325129002,0.1446114607261677) mm - Endpoint of ComputeStep() was (22.48694965941867,12.64641207630141,221.9241147457849) - and current position to locate is (18.38222523002717,11.0931537511724,222.0687262065111) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02101894793694984 mm long - and its vector is (-0.01966075126318714,-0.007433103802806262,0) mm - Endpoint of ComputeStep() was (0.2375607776641846,-0.4929314589500428,-593.4418785566802) - and current position to locate is (0.2179000264009975,-0.500364562752849,-593.4418785566802) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007010881337898134 mm long - and its vector is (0.005288645209945653,0.004552581798233923,0.0006757869100511016) mm - Endpoint of ComputeStep() was (-0.8562775484403975,-3.162219112928711,-564.2647803835196) - and current position to locate is (-0.8509889032304518,-3.157666531130477,-564.2641045966095) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.464388757541691 mm long - and its vector is (1.198291567080798,-0.8415514559455559,-0.0179694316398411) mm - Endpoint of ComputeStep() was (-12.48841221929141,-25.98699212880954,-250.8966096858305) - and current position to locate is (-11.29012065221061,-26.8285435847551,-250.9145791174704) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.986699895925592 mm long - and its vector is (-0.6008815328885184,-1.887422495502335,-0.1534737221026461) mm - Endpoint of ComputeStep() was (-21.65325421420772,-50.26176371803176,77.84139102913682) - and current position to locate is (-22.25413574709624,-52.14918621353409,77.68791730703417) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1158158479118042 mm long - and its vector is (0.06592627614311652,-0.09509847113369574,-0.004828822782556585) mm - Endpoint of ComputeStep() was (-23.76191929685164,-55.73653852281608,127.7517064025135) - and current position to locate is (-23.69599302070852,-55.83163699394977,127.7468775797309) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04492825586590558 mm long - and its vector is (0.03827121523555377,0.02339528212423403,0.00255402307618624) mm - Endpoint of ComputeStep() was (-24.35066840294978,-57.65404962532298,154.2505849078985) - and current position to locate is (-24.31239718771423,-57.63065434319874,154.2531389309747) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00956742682495553 mm long - and its vector is (-0.002783484732719693,0.009153571368247206,0) mm - Endpoint of ComputeStep() was (0.189949294924736,-0.0153644809126854,-597.257272648204) - and current position to locate is (0.1871658101920163,-0.00621090954443819,-597.257272648204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01821514359668963 mm long - and its vector is (0.008203992650929554,0.01625917439916783,-0.0003538483982765683) mm - Endpoint of ComputeStep() was (0.1712246965666415,0.1595822819570777,-585.734248892086) - and current position to locate is (0.179428689217571,0.1758414563562455,-585.7346027404843) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.369009725209216 mm long - and its vector is (-1.657654551017217,2.931842407290609,-0.08190248383652587) mm - Endpoint of ComputeStep() was (-24.86202728497172,1.931636666398021,-23.9933271479108) - and current position to locate is (-26.51968183598894,4.86347907368863,-24.07522963174733) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.260860597578091 mm long - and its vector is (-0.7751634065858468,-0.9937012604998032,-0.03806500356375864) mm - Endpoint of ComputeStep() was (-35.90317968994836,2.542864430096232,227.5927320588249) - and current position to locate is (-36.67834309653421,1.549163169596429,227.5546670552612) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08915355683492091 mm long - and its vector is (-0.08901792569152889,-0.00393485888360201,-0.002946606091938975) mm - Endpoint of ComputeStep() was (-38.11990710069697,0.8104816471062924,272.0912087098944) - and current position to locate is (-38.2089250263885,0.8065467882226904,272.0882621038025) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01063658715386277 mm long - and its vector is (0.009816733085685314,-0.004091055523615772,0.0001788924504353417) mm - Endpoint of ComputeStep() was (-47.87435686991735,-4.48878002133717,579.0424129871225) - and current position to locate is (-47.86454013683166,-4.492871076860786,579.0425918795729) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01216719979692259 mm long - and its vector is (0.002114788808318516,0.01198147015760564,-0.0001131019754438967) mm - Endpoint of ComputeStep() was (-0.1029244557859429,-0.6032010625738322,-586.9890584538733) - and current position to locate is (-0.1008096669776244,-0.5912195924162266,-586.9891715558488) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1612670189000456 mm long - and its vector is (0.11801559666673,0.1096151884896186,-0.00799254531978022) mm - Endpoint of ComputeStep() was (6.261307344790707,-0.3517618980193014,-459.3338407553082) - and current position to locate is (6.379322941457437,-0.2421467095296827,-459.341833300628) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8406182330383968 mm long - and its vector is (0.8352028309604442,-0.07976011320650667,-0.05209193040712989) mm - Endpoint of ComputeStep() was (22.75732310147664,1.559531144040363,-199.5079211424542) - and current position to locate is (23.59252593243709,1.479771030833856,-199.5600130728613) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006576904425055442 mm long - and its vector is (1.296219107871366e-05,-0.0006575436733493589,-5.001740078114381e-06) mm - Endpoint of ComputeStep() was (68.56356344359999,7.122400221980069,575.6540792558126) - and current position to locate is (68.56357640579107,7.121742678306719,575.6540742540725) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1196897092010792 mm long - and its vector is (0.116600274297692,0.02693603474478934,-0.002110107715111553) mm - Endpoint of ComputeStep() was (0.4484398590802553,-2.331371810768318,-544.6383701321428) - and current position to locate is (0.5650401333779473,-2.304435776023529,-544.6404802398579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.843350649483168 mm long - and its vector is (-6.591821685538083,-4.248221725078238,0.1365593328600312) mm - Endpoint of ComputeStep() was (38.44975584157342,-34.0836827630806,306.9757585454197) - and current position to locate is (31.85793415603534,-38.33190448815883,307.1123178782797) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.467621290783192 mm long - and its vector is (2.189455268666805,7.105494747254411,-0.6954119396484089) mm - Endpoint of ComputeStep() was (24.19932997335554,85.875596050689,382.9387447075741) - and current position to locate is (26.38878524202235,92.98109079794341,382.2433327679257) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4340871746303295 mm long - and its vector is (0.3931736129745591,0.1821850346407583,0.02558902874318392) mm - Endpoint of ComputeStep() was (-9.711613305526235,-4.491878030067221,-399.3899205716553) - and current position to locate is (-9.318439692551676,-4.309692995426462,-399.3643315429121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.634896412304268 mm long - and its vector is (-2.6279622572942,0.1544003975184687,-0.1124899775856107) mm - Endpoint of ComputeStep() was (-32.57250851989492,-20.57295956049311,121.5688363883284) - and current position to locate is (-35.20047077718912,-20.41855916297464,121.4563464107428) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08799877500664491 mm long - and its vector is (0.06680745219922812,-0.05723729680297396,0.002107270273654649) mm - Endpoint of ComputeStep() was (-58.69163218083217,-37.43377751450997,590.1983120183932) - and current position to locate is (-58.62482472863294,-37.49101481131294,590.2004192886668) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.99573652142888 mm long - and its vector is (-5.59937560805362,-4.174356944431352,-0.4025746858233106) mm - Endpoint of ComputeStep() was (-69.31960598353955,10.05616658958794,279.6303679286133) - and current position to locate is (-74.91898159159317,5.88180964515659,279.22779324279) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4971774121808422 mm long - and its vector is (0.4936503285945406,-0.04259431780604039,0.04099336960996425) mm - Endpoint of ComputeStep() was (-86.41079522276316,7.723407908558966,419.5280235385186) - and current position to locate is (-85.91714489416862,7.680813590752925,419.5690169081286) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01891461629257 mm long - and its vector is (0.005002298605091937,0.0182401981187148,0.0001867906600523384) mm - Endpoint of ComputeStep() was (-87.05687848205933,7.840519915805997,434.4959555812959) - and current position to locate is (-87.05187618345424,7.858760113924712,434.496142371956) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04002548887372091 mm long - and its vector is (0.03432759206327773,0.02042718566252155,0.002527106769889542) mm - Endpoint of ComputeStep() was (-98.83273703029015,9.79422745997276,590.2800219335527) - and current position to locate is (-98.79840943822687,9.814654645635281,590.2825490403226) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3106124668349188 mm long - and its vector is (-0.04447882488514665,-0.06723580843392973,0.2999684729339833) mm - Endpoint of ComputeStep() was (-99.05079383023933,9.974002912857182,590.2808426889789) - and current position to locate is (-99.09527265512448,9.906767104423253,590.5808111619128) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1616782395640053 mm long - and its vector is (0.09242929286604351,0.09224873273584677,0.09532497195084488) mm - Endpoint of ComputeStep() was (-99.24238295816725,9.991580650650853,590.6413761849815) - and current position to locate is (-99.14995366530121,10.0838293833867,590.7367011569323) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06790882917457383 mm long - and its vector is (-0.01149280750290416,-0.00455204545326815,-0.06677427152544624) mm - Endpoint of ComputeStep() was (-99.17423077936172,10.19645741507662,590.7332016695459) - and current position to locate is (-99.18572358686463,10.19190536962335,590.6664273980205) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.80738776531074 mm long - and its vector is (-2.661014293089831,-3.995083461385263,-0.263226508157814) mm - Endpoint of ComputeStep() was (-20.66784851939144,-32.01644568095842,105.9258202183314) - and current position to locate is (-23.32886281248127,-36.01152914234368,105.6625937101736) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9094583694554944 mm long - and its vector is (0.4981361832855411,-0.759903525680409,-0.03900641399621918) mm - Endpoint of ComputeStep() was (7.742521349820517,-10.58402800031041,-278.6069755974857) - and current position to locate is (8.240657533106058,-11.34393152599081,-278.6459820114819) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.222392529610176e-05 mm long - and its vector is (-1.232672021644898e-05,8.127932574364394e-05,1.580210891916067e-06) mm - Endpoint of ComputeStep() was (0.3118138527687605,-1.396041451598664,-564.4891861197752) - and current position to locate is (0.3118015260485441,-1.39596017227292,-564.4891845395643) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09287298061951059 mm long - and its vector is (0.00777894962611074,-0.09254657862510962,9.621150047678384e-05) mm - Endpoint of ComputeStep() was (-0.126110795221497,-1.418242723194738,-544.7898866128359) - and current position to locate is (-0.1183318455953863,-1.510789301819848,-544.7897904013354) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001643157998826372 mm long - and its vector is (-0.001642332379874489,4.437648193245103e-05,-2.726336322211864e-05) mm - Endpoint of ComputeStep() was (-0.185852813467259,-1.525903397908248,-540.8916814997868) - and current position to locate is (-0.1874951458471334,-1.525859021426315,-540.8917087631501) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008130336218875768 mm long - and its vector is (-0.0001489427893476836,4.509835463695211e-05,-0.0007980011617974014) mm - Endpoint of ComputeStep() was (-0.1898240902554691,-1.525257173000879,-540.8912400647721) - and current position to locate is (-0.1899730330448168,-1.525212074646242,-540.8920380659339) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008206462607419393 mm long - and its vector is (-0.0004755148110585916,0.0004017582400261954,-0.0005347300873381755) mm - Endpoint of ComputeStep() was (-0.1912208847393795,-1.527601403852478,-540.8927235720288) - and current position to locate is (-0.191696399550438,-1.527199645612452,-540.8932583021161) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001383481896401448 mm long - and its vector is (-0.0002789936635272661,0.0008342101007472458,-0.001067838096901141) mm - Endpoint of ComputeStep() was (-0.193054668804591,-1.529565193607586,-540.8947514268892) - and current position to locate is (-0.1933336624681183,-1.528730983506839,-540.8958192649861) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003050130114439891 mm long - and its vector is (0.001805901793479503,-0.001916176588141694,-0.001539571274861373) mm - Endpoint of ComputeStep() was (-0.1972117504819176,-1.530482650605909,-540.8981880689989) - and current position to locate is (-0.195405848688438,-1.532398827194051,-540.8997276402738) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002097337205462109 mm long - and its vector is (0.0002963870948961556,0.002012230708293483,0.0005117671540801894) mm - Endpoint of ComputeStep() was (0.300662820550867,-1.395762712960716,-564.4835100158119) - and current position to locate is (0.3009592076457631,-1.393750482252422,-564.4829982486579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003611732522997099 mm long - and its vector is (0.001582744480028264,0.003099710680530388,-0.0009650520325976686) mm - Endpoint of ComputeStep() was (0.2898598110252462,-1.387576346153114,-564.4813708474151) - and current position to locate is (0.2914425555052744,-1.384476635472583,-564.4823358994477) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007720507582103283 mm long - and its vector is (4.776088872532336e-05,-0.0003127257870798594,0.0007042612106715751) mm - Endpoint of ComputeStep() was (0.2819800742556858,-1.377262659980563,-564.4784908308332) - and current position to locate is (0.2820278351444112,-1.377575385767643,-564.4777865696225) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002693313542246204 mm long - and its vector is (0.0007507963154497199,-0.0007201145815189935,0.002484286158846771) mm - Endpoint of ComputeStep() was (0.2746543056595271,-1.37021694141591,-564.4734251792063) - and current position to locate is (0.2754051019749769,-1.370937055997429,-564.4709408930474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003832254743812815 mm long - and its vector is (0.001692023822506883,0.002658474154587864,-0.002180767519689653) mm - Endpoint of ComputeStep() was (0.2666779899163241,-1.359595867515229,-564.4638865991723) - and current position to locate is (0.268370013738831,-1.356937393360641,-564.466067366692) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003207827472476972 mm long - and its vector is (0.00230597020219353,0.0008353012081943056,0.002067590484443826) mm - Endpoint of ComputeStep() was (0.2545709186568546,-1.346725099107777,-564.4548030662788) - and current position to locate is (0.2568768888590481,-1.345889797899583,-564.4527354757944) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01012199917293423 mm long - and its vector is (-0.005040924809261577,-0.001370362424834681,-0.00866983570483626) mm - Endpoint of ComputeStep() was (0.2377286514584277,-1.330161403773509,-564.4440881118528) - and current position to locate is (0.2326877266491661,-1.331531766198344,-564.4527579475576) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003980124470764825 mm long - and its vector is (0.002947556746020652,0.002638533252307118,0.0004375412074750784) mm - Endpoint of ComputeStep() was (0.2172050486338677,-1.315483244135427,-564.4452351980181) - and current position to locate is (0.2201526053798884,-1.31284471088312,-564.4447976568106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01424551219121043 mm long - and its vector is (-0.00397396432504965,0.0004274031949536017,0.01367331531275795) mm - Endpoint of ComputeStep() was (0.1925645974371409,-1.309463701425852,-564.4529214227786) - and current position to locate is (0.1885906331120913,-1.309036298230898,-564.4392481074658) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01683331313488353 mm long - and its vector is (0.01567780485924897,-0.005808825592991562,0.001955610166305632) mm - Endpoint of ComputeStep() was (0.195811029991136,-1.283858853314297,-564.422347288636) - and current position to locate is (0.211488834850385,-1.289667678907289,-564.4203916784697) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005252095648393248 mm long - and its vector is (-0.004442389233496546,0.001173267975163039,0.002544234434253667) mm - Endpoint of ComputeStep() was (0.2185610573027369,-1.289769222002091,-564.4079963183109) - and current position to locate is (0.2141186680692404,-1.288595954026928,-564.4054520838766) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0119004853682456 mm long - and its vector is (-0.01147186505939929,0.003160208322337932,0.0001759187829293296) mm - Endpoint of ComputeStep() was (-0.4219183095358419,-0.2319639918694964,-586.1415535517772) - and current position to locate is (-0.4333901745952412,-0.2288037835471584,-586.1413776329942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005645939625226009 mm long - and its vector is (-0.004887478642158105,0.002817516890954441,0.0002253560368217222) mm - Endpoint of ComputeStep() was (0.6868847912574875,0.6626223620587762,-555.3058450426714) - and current position to locate is (0.6819973126153294,0.6654398789497307,-555.3056196866346) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6502487950593349 mm long - and its vector is (-0.0759548624869133,-0.643181969759322,0.0580629668311019) mm - Endpoint of ComputeStep() was (31.51798150890676,24.96323482050944,-242.4706413337951) - and current position to locate is (31.44202664641985,24.32005285075012,-242.412578366964) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.553052883606861 mm long - and its vector is (-0.6784003197260731,-1.386185027722085,0.1738888564407404) mm - Endpoint of ComputeStep() was (60.98104169884792,51.48518427074638,89.38082626747737) - and current position to locate is (60.30264137912184,50.09899924302429,89.55471512391811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06468400343958315 mm long - and its vector is (-0.01724297490898152,-0.0620119295413204,0.0064203358029431) mm - Endpoint of ComputeStep() was (64.38382439179891,53.4949826603568,133.3161676879061) - and current position to locate is (64.36658141688993,53.43297073081548,133.322588023709) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.345209809340293 mm long - and its vector is (0.1607440008094052,2.878258063988009,1.697121254300441) mm - Endpoint of ComputeStep() was (-5.404922305433367,-0.05407456233396957,-553.5088216988279) - and current position to locate is (-5.244178304623961,2.824183501654039,-551.8117004445274) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.419226207593878 mm long - and its vector is (1.677325081994501,2.807699007566565,0.9972535840590808) mm - Endpoint of ComputeStep() was (-9.068082496056936,3.86394656563684,-548.3074877302831) - and current position to locate is (-7.390757414062436,6.671645573203405,-547.310234146224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.425248165730138 mm long - and its vector is (-1.730135466590712,-1.696616257004544,0.09976577113536678) mm - Endpoint of ComputeStep() was (-8.363015319616039,7.881807525256266,-543.591097290294) - and current position to locate is (-10.09315078620675,6.185191268251723,-543.4913315191586) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.840647893348629e-05 mm long - and its vector is (-4.075315366947052e-06,-1.284623410047203e-05,4.649250774946267e-05) mm - Endpoint of ComputeStep() was (-10.83315971531331,5.271008286029744,-540.9999511045668) - and current position to locate is (-10.83316379062868,5.270995439795644,-540.999904612059) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.801758691380305e-05 mm long - and its vector is (2.35053184134415e-05,4.760734541076062e-05,-5.716453915738384e-05) mm - Endpoint of ComputeStep() was (-10.83328112589501,5.271222793008985,-540.999763516193) - and current position to locate is (-10.8332576205766,5.271270400354395,-540.9998206807321) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.83454127396659e-05 mm long - and its vector is (4.5120354741357e-07,-1.006826387150994e-05,2.649318594194483e-05) mm - Endpoint of ComputeStep() was (-10.83333731367694,5.271531069667563,-540.9997202607508) - and current position to locate is (-10.83333686247339,5.271521001403691,-540.9996937675648) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.805094290329829e-05 mm long - and its vector is (-3.498195886031397e-05,-7.699177656306233e-06,-6.934648445167113e-05) mm - Endpoint of ComputeStep() was (-10.83334935237315,5.271808079617852,-540.9997193398059) - and current position to locate is (-10.83338433433201,5.271800380440196,-540.9997886862903) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.142382580149965e-05 mm long - and its vector is (-1.877580461595585e-05,1.621849659905195e-05,7.75517178226437e-05) mm - Endpoint of ComputeStep() was (-10.83334491493784,5.272080413751752,-540.9998377063324) - and current position to locate is (-10.83336369074246,5.272096632248351,-540.9997601546146) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.350424169487415e-05 mm long - and its vector is (-6.73796175476582e-06,-6.168137591799905e-06,-8.300308627440245e-05) mm - Endpoint of ComputeStep() was (-10.83326394367472,5.272363591976098,-540.9997880901573) - and current position to locate is (-10.83327068163648,5.272357423838506,-540.9998710932435) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.476397557859937e-05 mm long - and its vector is (4.41927556416033e-06,-9.364512633780464e-06,-1.052382447142008e-05) mm - Endpoint of ComputeStep() was (-10.8331098994841,5.272561405601937,-540.9999850868934) - and current position to locate is (-10.83310548020853,5.272552041089303,-540.9999956107179) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05283707506768114 mm long - and its vector is (0.04007010784949827,-0.006040172307359981,0.03390662585889004) mm - Endpoint of ComputeStep() was (-10.7277888195399,5.422223203097724,-541.097794068392) - and current position to locate is (-10.6877187116904,5.416183030790364,-541.0638874425331) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06883931710590736 mm long - and its vector is (0.05675684431504457,-0.02548723246098206,0.02946036633318272) mm - Endpoint of ComputeStep() was (-10.58673724449851,5.591186909739166,-541.1070309952438) - and current position to locate is (-10.52998040018347,5.565699677278184,-541.0775706289106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0307286318595598 mm long - and its vector is (0.02027989546581566,-0.01765617226048555,0.01487394490254701) mm - Endpoint of ComputeStep() was (-10.40466158951017,5.728059436471487,-541.0557069270976) - and current position to locate is (-10.38438169404435,5.710403264211001,-541.0408329821951) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06777303147839246 mm long - and its vector is (0.01191885347103216,0.06669967334452487,-0.00150940499565877) mm - Endpoint of ComputeStep() was (-10.19075884940053,5.67449534851726,-541.098659697725) - and current position to locate is (-10.1788399959295,5.741195021861785,-541.1001691027207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0406824681613631 mm long - and its vector is (-0.009501996561489534,-0.03257897526915343,0.02243625742983113) mm - Endpoint of ComputeStep() was (-9.995657438810129,5.66618225152617,-541.1315129738614) - and current position to locate is (-10.00515943537162,5.633603276257016,-541.1090767164316) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0323517503355223 mm long - and its vector is (0.009760381475237168,0.02434387883912503,-0.01894059836160977) mm - Endpoint of ComputeStep() was (-9.916459776835435,5.569797620533221,-541.1453762374408) - and current position to locate is (-9.906699395360198,5.594141499372346,-541.1643168358024) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05022663315373058 mm long - and its vector is (-0.02977979861030811,-0.03346656354224731,-0.02271271444283229) mm - Endpoint of ComputeStep() was (-9.817334108254128,5.617421371367671,-541.3157904774414) - and current position to locate is (-9.847113906864436,5.583954807825424,-541.3385031918842) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06621040950296268 mm long - and its vector is (-0.03068130702351901,0.03684496612058741,-0.04566097017641368) mm - Endpoint of ComputeStep() was (-9.702342950904217,5.598530493440825,-541.4240187096258) - and current position to locate is (-9.733024257927736,5.635375459561413,-541.4696796798022) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07088084645739606 mm long - and its vector is (-0.05431080719790593,0.02726126970061227,-0.03648635074023332) mm - Endpoint of ComputeStep() was (-9.924484669904453,5.531423734818511,-541.1847034533373) - and current position to locate is (-9.978795477102359,5.558685004519123,-541.2211898040775) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.614409655737409 mm long - and its vector is (-1.610799966772491,0.09968675940645788,-0.04128623963208611) mm - Endpoint of ComputeStep() was (-9.276480140784416,-7.386762855445271,-203.5318246196867) - and current position to locate is (-10.88728010755691,-7.287076096038813,-203.5731108593188) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002294005642646382 mm long - and its vector is (-4.727323291275204e-06,-0.00022935160971084,-3.322987822684809e-07) mm - Endpoint of ComputeStep() was (-0.02953442621225183,0.09458593847245907,-590.9850860300999) - and current position to locate is (-0.0295391535355431,0.09435658686274823,-590.9850863623986) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.700901355806707 mm long - and its vector is (1.700820183527259,-0.0001307267412897772,0.01661650991977126) mm - Endpoint of ComputeStep() was (-2.497011420772115,-6.846665786383105,-188.4419859473397) - and current position to locate is (-0.7961912372448565,-6.846796513124395,-188.42536943742) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.521518591637543 mm long - and its vector is (-1.464567766191327,-0.4118855599381348,-0.02025755282575403) mm - Endpoint of ComputeStep() was (-3.415038206164149,-12.74158613947215,120.7658559346618) - and current position to locate is (-4.879605972355477,-13.15347169941029,120.745598381836) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003550174554304511 mm long - and its vector is (-0.001690521396248812,0.003115475809046586,0.0001992166110085236) mm - Endpoint of ComputeStep() was (51.05263447400397,-36.15858079597065,592.6796004283784) - and current position to locate is (51.05094395260772,-36.1554653201616,592.6797996449894) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00254555430160275 mm long - and its vector is (-0.002318144605050754,0.001048927067022198,-7.618596032443747e-05) mm - Endpoint of ComputeStep() was (-0.8683125033421244,1.208469132411548,-521.8961571614333) - and current position to locate is (-0.8706306479471752,1.209518059478571,-521.8962333473936) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1527628739739768 mm long - and its vector is (-0.1522991256638784,0.01159488223655902,-0.002651545347077899) mm - Endpoint of ComputeStep() was (-1.845944279095098,4.606160619998866,-451.023191720517) - and current position to locate is (-1.998243404758977,4.617755502235425,-451.0258432658641) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.848670634115808 mm long - and its vector is (1.245969835690105,-1.363468331610388,0.07807938708840823) mm - Endpoint of ComputeStep() was (-9.091728133371999,30.7244595332443,118.0607472893936) - and current position to locate is (-7.845758297681894,29.36099120163391,118.1388266764821) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0263478629381874 mm long - and its vector is (-0.003290981749755062,-0.02604614429868946,0.00223107321801308) mm - Endpoint of ComputeStep() was (-14.70996234236841,57.91226986531419,597.7396573762027) - and current position to locate is (-14.71325332411816,57.8862237210155,597.7418884494207) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001007528508372917 mm long - and its vector is (0.0007765250649315325,-0.0006419676240287941,-2.973483788082376e-07) mm - Endpoint of ComputeStep() was (-0.5084290690110903,-0.7938700090745255,-589.1837142889658) - and current position to locate is (-0.5076525439461588,-0.7945119766985543,-589.1837145863142) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01596601380252533 mm long - and its vector is (0.005865882378193965,0.01484838248213294,0.0001748094159665925) mm - Endpoint of ComputeStep() was (-0.5443364456394201,-0.8378787735932552,-584.2691610148424) - and current position to locate is (-0.5384705632612261,-0.8230303911111223,-584.2689862054265) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6679345612226738 mm long - and its vector is (-0.3568950675383205,-0.564537678217131,0.007726494402675144) mm - Endpoint of ComputeStep() was (7.091981729302039,-2.853919693810163,-322.6054460619659) - and current position to locate is (6.735086661763718,-3.418457372027293,-322.5977195675633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.304868614272769 mm long - and its vector is (-1.507804283869454,-5.086065217573223,0.00989236235932367) mm - Endpoint of ComputeStep() was (33.35298487677912,-9.912415730788643,395.7226335736504) - and current position to locate is (31.84518059290966,-14.99848094836187,395.7325259360097) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2231274064097611 mm long - and its vector is (-0.2152949826202359,-0.05826529937439595,0.006250187078080671) mm - Endpoint of ComputeStep() was (35.03651492388643,-15.6545848046323,499.5454476313803) - and current position to locate is (34.82121994126619,-15.7128501040067,499.5516978184584) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01441448059811942 mm long - and its vector is (0.01439104500846064,-0.0008216291608877935,0) mm - Endpoint of ComputeStep() was (0.1603965783119202,-0.2887024104595184,-595.7928531038793) - and current position to locate is (0.1747876233203808,-0.2895240396204062,-595.7928531038793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001580803835484818 mm long - and its vector is (0.001437467854516428,-0.0006562426441752423,4.441312285052845e-05) mm - Endpoint of ComputeStep() was (-0.3794224104367143,0.04359524511931081,-564.4071432686742) - and current position to locate is (-0.3779849425821978,0.04293900247513557,-564.4070988555513) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03561446290308642 mm long - and its vector is (0.03228409657181769,0.01502636411903652,-0.0005791871709561747) mm - Endpoint of ComputeStep() was (-0.1812771618162212,0.2433514022366901,-533.2764883337995) - and current position to locate is (-0.1489930652444035,0.2583777663557266,-533.2770675209705) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01294658148364172 mm long - and its vector is (0.006406831887392883,-0.01124176823061873,-0.0004348842700210298) mm - Endpoint of ComputeStep() was (31.30886079224684,-20.71786220670539,578.7202015256961) - and current position to locate is (31.31526762413423,-20.72910397493601,578.7197666414261) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.021633399478137e-05 mm long - and its vector is (9.167866373034975e-06,4.508110739626092e-06,2.53775169767323e-08) mm - Endpoint of ComputeStep() was (0.008806382557099207,-0.2056906847916599,-590.9984241170083) - and current position to locate is (0.008815550423472242,-0.2056861766809203,-590.9984240916308) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001982422444230303 mm long - and its vector is (0.001222806745232785,-0.001558988523322924,6.555299648880464e-05) mm - Endpoint of ComputeStep() was (-0.8814076709873909,0.3883886543864401,-564.4199063422515) - and current position to locate is (-0.8801848642421581,0.3868296658631172,-564.419840789255) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3787688063067605 mm long - and its vector is (-0.07205193890652239,-0.3714630454727104,-0.01701565687824313) mm - Endpoint of ComputeStep() was (-21.80859927549252,-6.623056318654275,-315.0613763931764) - and current position to locate is (-21.88065121439904,-6.994519364126986,-315.0783920500546) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.957607167067454 mm long - and its vector is (1.225735268188963,-2.691611357931798,0.01554042660436039) mm - Endpoint of ComputeStep() was (-59.63647859484961,-21.53118788033554,145.1140658037062) - and current position to locate is (-58.41074332666064,-24.22279923826734,145.1296062303106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001438946841383331 mm long - and its vector is (-0.0008859614097544155,1.509577849198585e-05,0.001133760340735535) mm - Endpoint of ComputeStep() was (0.01249088622575267,-0.2105358533292545,-590.9954874786505) - and current position to locate is (0.01160492481599825,-0.2105207575507625,-590.9943537183098) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002032522736547974 mm long - and its vector is (0.0001078508690087465,0.0006379979050356865,0.001926778538859253) mm - Endpoint of ComputeStep() was (0.01481751270580806,-0.2152374460595715,-590.9929717447524) - and current position to locate is (0.0149253635748168,-0.2145994481545358,-590.9910449662135) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002266336900926731 mm long - and its vector is (-0.0008036522828048336,0.0004412035452067697,0.002072622828336534) mm - Endpoint of ComputeStep() was (0.02028040921363563,-0.2182213532027624,-590.9881975634352) - and current position to locate is (0.01947675693083079,-0.2177801496575556,-590.9861249406068) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002110120554934265 mm long - and its vector is (-0.000410874747757993,0.001979769156705558,0.000603576659727878) mm - Endpoint of ComputeStep() was (0.02508763309450108,-0.2181794566630848,-590.9809956782802) - and current position to locate is (0.02467675834674308,-0.2161996875063792,-590.9803921016205) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005160552928291029 mm long - and its vector is (0.003459274077600105,-0.003604209259176511,-0.001293988020734105) mm - Endpoint of ComputeStep() was (0.03034212389926096,-0.2138462624299815,-590.9718017471763) - and current position to locate is (0.03380139797686106,-0.217450471689158,-590.973095735197) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00292633196459952 mm long - and its vector is (-1.073164851121688e-05,-0.001361784782344277,-0.002590143973861814) mm - Endpoint of ComputeStep() was (0.03271259397524137,-0.2243666846095746,-590.969454980759) - and current position to locate is (0.03270186232673016,-0.2257284693919189,-590.9720451247329) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003464032325191897 mm long - and its vector is (0.002850799652674943,0.0005790460815256193,0.00188073574054215) mm - Endpoint of ComputeStep() was (0.03399954428806623,-0.2331797029986953,-590.971718031285) - and current position to locate is (0.03685034394074117,-0.2326006569171696,-590.9698372955445) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001861578415072205 mm long - and its vector is (-0.001777422254502913,-0.0005242181915477706,0.0001773121888390961) mm - Endpoint of ComputeStep() was (0.03858549656272487,-0.2375945402842398,-590.9672079535862) - and current position to locate is (0.03680807430822196,-0.2381187584757876,-590.9670306413974) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003013660404526974 mm long - and its vector is (-0.001981229411075529,0.0003434035283606252,0.002244761250381089) mm - Endpoint of ComputeStep() was (0.03589494344504995,-0.2446523509194074,-590.966837063138) - and current position to locate is (0.03391371403397442,-0.2443089473910468,-590.9645923018876) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005460813999795264 mm long - and its vector is (6.149523380873101e-05,-0.0001223842392378272,0.0005286258881369577) mm - Endpoint of ComputeStep() was (0.03364057170709091,-0.2501015944732838,-590.9659016054434) - and current position to locate is (0.03370206694089965,-0.2502239787125216,-590.9653729795552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001166243626668349 mm long - and its vector is (-0.0002842325194129455,-0.0003128170592941459,0.001086959778035634) mm - Endpoint of ComputeStep() was (0.03274289344314764,-0.2561741966210612,-590.9673362150044) - and current position to locate is (0.03245866092373469,-0.2564870136803553,-590.9662492552263) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002405854908845099 mm long - and its vector is (-0.001711019022819588,0.0003272186814292088,-0.001659361226643341) mm - Endpoint of ComputeStep() was (0.03152024966008406,-0.2622013909001362,-590.9664084800241) - and current position to locate is (0.02980923063726448,-0.261874172218707,-590.9680678412508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003288214715129148 mm long - and its vector is (-0.003012825899128876,0.00131727888869837,-3.527565695549129e-06) mm - Endpoint of ComputeStep() was (0.02723024807279352,-0.267767646234722,-590.9661751589531) - and current position to locate is (0.02421742217366464,-0.2664503673460236,-590.9661786865188) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003318918930252683 mm long - and its vector is (-0.00128418864016535,0.002955175638203966,0.0007956251312180029) mm - Endpoint of ComputeStep() was (0.0200404025812443,-0.2693495051292235,-590.9621524433639) - and current position to locate is (0.01875621394107895,-0.2663943294910195,-590.9613568182327) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.270453386975958 mm long - and its vector is (-1.049488865456967,-3.611116176396802,-2.023656396768388) mm - Endpoint of ComputeStep() was (-15.30491662541267,1.76769738190168,-586.6452107202264) - and current position to locate is (-16.35440549086963,-1.843418794495123,-588.6688671169948) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.077363017534786 mm long - and its vector is (-0.03530026187311819,0.02024989299218849,1.076594122637289) mm - Endpoint of ComputeStep() was (-51.60654232288753,0.5921467623361478,-589.8705545277427) - and current position to locate is (-51.64184258476065,0.6123966553283363,-588.7939604051054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.784862372075004 mm long - and its vector is (0.2546088928902748,2.354290662896996,-1.465588010887245) mm - Endpoint of ComputeStep() was (-78.91198168792059,3.965060316170628,-588.1458077049748) - and current position to locate is (-78.65737279503031,6.319350979067623,-589.611395715862) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02867160345561643 mm long - and its vector is (-0.01270687335043874,-0.006885408672620663,0.02476262025277265) mm - Endpoint of ComputeStep() was (-79.14019035864715,6.505985679965689,-589.8072572763334) - and current position to locate is (-79.15289723199758,6.499100271293068,-589.7824946560806) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002962832042189149 mm long - and its vector is (0.0001334242768393779,0.0002585606089127168,-5.592951788457867e-05) mm - Endpoint of ComputeStep() was (-81.27105615507209,7.153916124610656,-590.9595929938434) - and current position to locate is (-81.27092273079525,7.154174685219568,-590.9596489233613) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003752719344181791 mm long - and its vector is (0.0003394579243831686,0.0001386376529968203,-7.985576689861773e-05) mm - Endpoint of ComputeStep() was (-81.27141241866748,7.15477939952007,-590.9606806867585) - and current position to locate is (-81.2710729607431,7.154918037173067,-590.9607605425253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004011190369837593 mm long - and its vector is (0.0002469734590420103,0.0002924473230363489,0.0001198964370132671) mm - Endpoint of ComputeStep() was (-81.27148937371591,7.155616464589202,-590.961606358118) - and current position to locate is (-81.27124240025687,7.155908911912238,-590.961486461681) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004924681326014082 mm long - and its vector is (6.706482594154295e-06,0.0003630339016407191,0.0003326954628164458) mm - Endpoint of ComputeStep() was (-81.27122995274385,7.157098641492031,-590.9627849334025) - and current position to locate is (-81.27122324626126,7.157461675393672,-590.9624522379397) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008547599201705679 mm long - and its vector is (0.0003568990400424354,-0.0007554372450986335,-0.0001804221856218646) mm - Endpoint of ComputeStep() was (-81.27044780128713,7.158215305262453,-590.9640737929827) - and current position to locate is (-81.27009090224709,7.157459868017354,-590.9642542151684) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001815517566811449 mm long - and its vector is (0.0002109556949108082,0.001624001958827392,0.0007837214861865505) mm - Endpoint of ComputeStep() was (-81.26741070267268,7.157739269040984,-590.9655546148529) - and current position to locate is (-81.26719974697777,7.159363270999812,-590.9647708933667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001966077060371112 mm long - and its vector is (-0.0008534847841588089,0.001652184657451095,0.0006382073238455632) mm - Endpoint of ComputeStep() was (-81.26507500043716,7.159601574603035,-590.9625463540478) - and current position to locate is (-81.26592848522132,7.161253759260486,-590.961908146724) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008993138903758977 mm long - and its vector is (0.0006636936489883283,-0.0003586966936719449,-0.0004895027024076626) mm - Endpoint of ComputeStep() was (-81.26514749066706,7.16252161131017,-590.9617782867928) - and current position to locate is (-81.26448379701807,7.162162914616498,-590.9622677894952) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001086693620884732 mm long - and its vector is (-0.0004299068311865994,0.0005582476614653942,0.0008273105164562367) mm - Endpoint of ComputeStep() was (-81.26282603472809,7.16315691053798,-590.9620770661438) - and current position to locate is (-81.26325594155928,7.163715158199445,-590.9612497556274) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006356540099665251 mm long - and its vector is (-0.0002682476407755985,6.594857892849859e-05,0.0005724945489191668) mm - Endpoint of ComputeStep() was (-81.26275524152159,7.164688927082281,-590.9611273213964) - and current position to locate is (-81.26302348916236,7.16475487566121,-590.9605548268474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005925458346002613 mm long - and its vector is (-0.0003687549935023071,-0.0004188804321820783,0.0001991720472460656) mm - Endpoint of ComputeStep() was (-81.2637967757092,7.165443225293326,-590.9605388461118) - and current position to locate is (-81.2641655307027,7.165024344861144,-590.9603396740646) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007857950936742096 mm long - and its vector is (-3.371777727068093e-05,-0.0006246035278492101,-0.0004756127350447059) mm - Endpoint of ComputeStep() was (-81.26528897311201,7.165202040807786,-590.960493390584) - and current position to locate is (-81.26532269088928,7.164577437279937,-590.9609690033191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009183806074923756 mm long - and its vector is (0.000225298127176643,0.0008302603341254766,-0.0003214521296968087) mm - Endpoint of ComputeStep() was (-81.266226441684,7.164537793903839,-590.9617048132961) - and current position to locate is (-81.26600114355682,7.165368054237964,-590.9620262654258) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008567781025150492 mm long - and its vector is (-3.040239747065243e-06,0.0007816094653358974,0.0003509218112185408) mm - Endpoint of ComputeStep() was (-81.2667898047325,7.165740574724455,-590.9628628143321) - and current position to locate is (-81.26679284497224,7.166522184189791,-590.9625118925209) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001802481916517254 mm long - and its vector is (0.001463378589875219,8.43431844641529e-05,0.00104897587641517) mm - Endpoint of ComputeStep() was (-81.26648251191146,7.167597727769784,-590.9630313034431) - and current position to locate is (-81.26501913332159,7.167682070954248,-590.9619823275667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001269520329116832 mm long - and its vector is (-0.0003664630096125165,-0.0004940609179806543,0.001110536148871688) mm - Endpoint of ComputeStep() was (-81.26494256427094,7.168392690025108,-590.9616409169466) - and current position to locate is (-81.26530902728055,7.167898629107127,-590.9605303807978) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004244974011520872 mm long - and its vector is (-0.003497286917605813,0.002401341288884751,0.0001494944438036327) mm - Endpoint of ComputeStep() was (0.4176812900880908,-0.2543219071133824,-564.3720401569095) - and current position to locate is (0.414184003170485,-0.2519205658244977,-564.3718906624657) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.508710598752699 mm long - and its vector is (0.3009385618393887,-1.478331389423364,-0.01341476173305978) mm - Endpoint of ComputeStep() was (7.926303107240247,-1.923269817368027,-242.8058214800496) - and current position to locate is (8.227241669079635,-3.401601206791391,-242.8192362417827) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.098343571840473 mm long - and its vector is (-0.02566103825224886,4.098260930929568,0.004345800070893802) mm - Endpoint of ComputeStep() was (20.05633508695837,-3.942789944063612,337.3914121508424) - and current position to locate is (20.03067404870612,0.1554709868659563,337.3957579509133) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02273183034290096 mm long - and its vector is (0.02125317416052397,-0.008061444175519877,0.0002276326994206102) mm - Endpoint of ComputeStep() was (24.39863289947751,-0.200463357398783,579.8162262428984) - and current position to locate is (24.41988607363803,-0.2085248015743029,579.8164538755979) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01872601126288527 mm long - and its vector is (0.01842179385916154,0.003360243352416595,9.886071416076447e-05) mm - Endpoint of ComputeStep() was (24.35491645729984,-0.0721435039306311,587.2873945507004) - and current position to locate is (24.373338251159,-0.0687832605782145,587.2874934114145) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.94867398996197 mm long - and its vector is (-3.310994632542529,-2.151533485929171,-0.01563589467257032) mm - Endpoint of ComputeStep() was (14.10902422820232,-27.90666278704712,120.7709980421077) - and current position to locate is (10.79802959565979,-30.05819627297629,120.7553621474352) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.161511141885319 mm long - and its vector is (0.06916741865470666,0.1457952975244559,-0.006741540587995587) mm - Endpoint of ComputeStep() was (1.283030943612752,2.462916905456296,-541.6911858244986) - and current position to locate is (1.352198362267459,2.608712202980751,-541.6979273650866) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8813911131399643 mm long - and its vector is (-0.620393554034901,-0.6257445389126417,0.02014707063210608) mm - Endpoint of ComputeStep() was (-1.518200907670233,12.74771230529828,-318.9081559570129) - and current position to locate is (-2.138594461705134,12.12196776638564,-318.8880088863808) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9467526730888197 mm long - and its vector is (-0.3100829009372683,-0.8936057991749813,0.04071724730377468) mm - Endpoint of ComputeStep() was (-4.586135561832063,25.64749269804815,-40.68779591963869) - and current position to locate is (-4.896218462769331,24.75388689887317,-40.64707867233491) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001040233732341629 mm long - and its vector is (-0.0006086183029138104,-0.0008436043529474191,1.294197772949701e-06) mm - Endpoint of ComputeStep() was (0.3287814628074509,0.1594322864722285,-540.9224385124479) - and current position to locate is (0.3281728445045371,0.1585886821192811,-540.9224372182501) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0946631979917084 mm long - and its vector is (0.06595437322212133,0.06785119395064765,0.002712413384074353) mm - Endpoint of ComputeStep() was (0.2970871159830243,-0.3551533495617069,-527.2924553903367) - and current position to locate is (0.3630414892051456,-0.2873021556110592,-527.2897429769527) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.309929739662612 mm long - and its vector is (-4.342011674270696,4.57695345251479,0.1168119578152158) mm - Endpoint of ComputeStep() was (-7.72846382809597,-24.67179366904339,127.0830745915391) - and current position to locate is (-12.07047550236667,-20.0948402165286,127.1998865493543) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0274164824304967 mm long - and its vector is (0.001101320516250892,-0.02094508778563869,-0.0176565540135698) mm - Endpoint of ComputeStep() was (0.509557741645321,-0.2905651514254902,-527.276733355235) - and current position to locate is (0.5106590621615719,-0.3115102392111289,-527.2943899092486) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05853088536482647 mm long - and its vector is (0.02490883339991101,-0.05296599493831944,0.0001339419271744191) mm - Endpoint of ComputeStep() was (-0.7978921080494588,-0.7392053484627302,-550.8939906828529) - and current position to locate is (-0.7729832746495477,-0.7921713434010497,-550.8938567409257) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.637039011318242 mm long - and its vector is (4.919602361588264,4.453387507190886,0.1230412630443425) mm - Endpoint of ComputeStep() was (-14.98777198085446,-8.968415475030081,315.286639776391) - and current position to locate is (-10.06816961926619,-4.515027967839195,315.4096810394353) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04803794195018282 mm long - and its vector is (0.04796099982758274,-0.002717559377198198,3.511949807943893e-05) mm - Endpoint of ComputeStep() was (-0.07684413754257087,1.047381617457404,-581.0452165392837) - and current position to locate is (-0.02888313771498813,1.044664058080206,-581.0451814197856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001763435942063048 mm long - and its vector is (-4.659998972078583e-05,0.001756571411586805,0.0001482957811731467) mm - Endpoint of ComputeStep() was (1.051114411817697,-0.7825493763923184,-538.4271348798849) - and current position to locate is (1.051067811827976,-0.7807928049807316,-538.4269865841037) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.928781858844753 mm long - and its vector is (-3.290713495951692,-3.668377455348853,0.08427422338294832) mm - Endpoint of ComputeStep() was (84.7072582209021,-58.93864062704625,192.3090465889226) - and current position to locate is (81.41654472495041,-62.6070180823951,192.3933208123055) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7592380345254915 mm long - and its vector is (0.183722144669952,-0.7318344872631322,-0.08430213449440771) mm - Endpoint of ComputeStep() was (1.308102287450185,-27.9508117930338,-315.512938934392) - and current position to locate is (1.491824432120137,-28.68264628029693,-315.5972410688864) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.685172387392497 mm long - and its vector is (-2.799834735378216,-2.383651892379092,-0.2441815622181309) mm - Endpoint of ComputeStep() was (6.094175717583731,-89.77239322147366,227.9772479389032) - and current position to locate is (3.294340982205515,-92.15604511385276,227.7330663766851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05819928883810223 mm long - and its vector is (0.04628730373058731,0.03527289484751539,-0.0006823662428132593) mm - Endpoint of ComputeStep() was (0.386384972298939,-0.702554423429667,-569.0730754830618) - and current position to locate is (0.4326722760295263,-0.6672815285821516,-569.0737578493046) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005396166422021231 mm long - and its vector is (-0.00164787205489042,-0.005128657815183457,0.0003162258047950672) mm - Endpoint of ComputeStep() was (0.3872549422403305,1.88717202579184,-516.5576748379636) - and current position to locate is (0.3856070701854401,1.882043367976656,-516.5573586121589) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08539253830400612 mm long - and its vector is (-0.009893128010081131,0.08471352537986121,-0.004198837207241013) mm - Endpoint of ComputeStep() was (1.358336921474274,4.372690536803578,-468.599280870253) - and current position to locate is (1.348443793464193,4.457404062183439,-468.6034797074603) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.416468381237409 mm long - and its vector is (2.022399751873577,1.316917589816725,-0.122256872089654) mm - Endpoint of ComputeStep() was (13.61196199715843,31.85032819668779,29.33139103624421) - and current position to locate is (15.63436174903201,33.16724578650452,29.20913416415456) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.314009596274758 mm long - and its vector is (-1.16825521839089,0.6014536624341886,-0.007379413872968144) mm - Endpoint of ComputeStep() was (20.63636218837216,45.95928210295624,279.9341929179124) - and current position to locate is (19.46810696998127,46.56073576539043,279.9268135040394) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4313262386220024 mm long - and its vector is (0.4048408163219293,0.1482028529248254,-0.01349636797590392) mm - Endpoint of ComputeStep() was (21.47242486159052,52.53005465957476,405.597644691309) - and current position to locate is (21.87726567791245,52.67825751249958,405.5841483233331) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.007273604219312 mm long - and its vector is (-0.8501863455465077,-3.912466030925041,0.167434983730292) mm - Endpoint of ComputeStep() was (29.17252339520246,18.22417827868908,23.18771701940523) - and current position to locate is (28.32233704965595,14.31171224776404,23.35515200313552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01415630378907162 mm long - and its vector is (-0.0135215005019802,0.004183677018254173,0.0002584719527618518) mm - Endpoint of ComputeStep() was (28.65470016832824,14.56034311938669,36.71775005444152) - and current position to locate is (28.64117866782626,14.56452679640494,36.71800852639428) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.505393639246468 mm long - and its vector is (2.282539196783794,1.029976705171094,-0.0784862378200728) mm - Endpoint of ComputeStep() was (39.89728647704238,21.56211247503193,455.8979620185098) - and current position to locate is (42.17982567382617,22.59208918020303,455.8194757806897) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.085505042187296 mm long - and its vector is (-4.873000767336563,2.697275784743546,2.451925464009939) mm - Endpoint of ComputeStep() was (68.72636215747269,50.51788795257752,41.15498241834773) - and current position to locate is (63.85336139013613,53.21516373732106,43.60690788235767) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1161025382852733 mm long - and its vector is (0.09663120957970639,-0.06435864474836461,0.0004166264513969509) mm - Endpoint of ComputeStep() was (1.145758266909231,1.13983753037374,-570.0768936137898) - and current position to locate is (1.242389476488938,1.075478885625375,-570.0764769873384) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08638528769424916 mm long - and its vector is (0.08150423611098345,-0.02857670117028244,-0.001688068780481444) mm - Endpoint of ComputeStep() was (2.17537032666245,2.683683943454625,-550.4869473043281) - and current position to locate is (2.256874562773433,2.655107242284342,-550.4886353731085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.840754028925653 mm long - and its vector is (7.911046877183708,-3.945913073255838,-0.06355411297261071) mm - Endpoint of ComputeStep() was (66.03813333633244,112.8626679446422,544.6044510172795) - and current position to locate is (73.94918021351614,108.9167548713864,544.5408969043069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01515562671483862 mm long - and its vector is (-0.01310397327945623,-0.007373962971740866,0.001898308589829867) mm - Endpoint of ComputeStep() was (77.8583165621971,114.8655760518492,596.293612376336) - and current position to locate is (77.84521258891765,114.8582020888775,596.2955106849258) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8215447892216158 mm long - and its vector is (0.6380638669114518,0.5120363063887741,-0.07502775072555323) mm - Endpoint of ComputeStep() was (38.01519546030755,-4.259230437013948,-281.1990220207008) - and current position to locate is (38.653259327219,-3.747194130625174,-281.2740497714263) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.159989518631403 mm long - and its vector is (1.106273506046861,-0.3098336456162638,-0.1604298139300653) mm - Endpoint of ComputeStep() was (75.46046835539127,-7.407769111976699,-20.39355352423888) - and current position to locate is (76.56674186143813,-7.717602757592963,-20.55398333816895) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003573699636115828 mm long - and its vector is (-0.003530096680918859,-0.0002609697304167824,0.0004915702516896658) mm - Endpoint of ComputeStep() was (77.55408342614052,-7.854277549360858,-13.53618031803342) - and current position to locate is (77.5505533294596,-7.854538519091275,-13.53568874778173) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.314644055807399 mm long - and its vector is (1.289888684937864,0.1775153117855304,-0.1815612514295992) mm - Endpoint of ComputeStep() was (114.8954142166459,-13.47951444623888,246.2785269620013) - and current position to locate is (116.1853029015837,-13.30199913445335,246.0969657105717) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1578282512677002 mm long - and its vector is (0.1494265630411178,0.04606248589857387,-0.02144076838135334) mm - Endpoint of ComputeStep() was (166.8398481087845,-25.06992074727299,573.8405775239721) - and current position to locate is (166.9892746718257,-25.02385826137442,573.8191367555908) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.214623693551422 mm long - and its vector is (7.178783643001985,0.5961252091442368,0.4006184987534311) mm - Endpoint of ComputeStep() was (-49.44102501053444,-10.24664770545283,303.3028579131694) - and current position to locate is (-42.26224136753245,-9.650522496308593,303.7034764119228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3700781818223134 mm long - and its vector is (0.306472085034784,0.2062049367282484,0.02263284834572232) mm - Endpoint of ComputeStep() was (-50.81124199880377,-11.85171838609941,439.5205622977094) - and current position to locate is (-50.50476991376898,-11.64551344937117,439.5431951460552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.105894253791336 mm long - and its vector is (-0.1039192201722405,-0.01988316253151634,-0.004364460168517326) mm - Endpoint of ComputeStep() was (-0.343293224536514,0.6676840683797332,-541.1069638927186) - and current position to locate is (-0.4472124447087545,0.6478009058482168,-541.1113283528871) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04155460961728792 mm long - and its vector is (-0.006057569636454652,0.004763878029625968,0.0408337715214202) mm - Endpoint of ComputeStep() was (-0.4014063567578421,0.67183801534121,-541.1073374477207) - and current position to locate is (-0.4074639263942968,0.676601893370836,-541.0665036761993) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04274151351813232 mm long - and its vector is (0.02020168812756379,-0.01754074750365264,-0.03333243092890825) mm - Endpoint of ComputeStep() was (-0.3731563323656987,0.6717794854942961,-541.043173245978) - and current position to locate is (-0.3529546442381349,0.6542387379906435,-541.0765056769069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01118694982031697 mm long - and its vector is (0.01085478559160558,-0.002705822618458531,0) mm - Endpoint of ComputeStep() was (-0.6497644543647767,-0.5130205035209656,-596.4081033773505) - and current position to locate is (-0.6389096687731711,-0.5157263261394242,-596.4081033773505) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006219779933284851 mm long - and its vector is (0.0006143605489268289,-8.689085437577071e-05,4.321712083310558e-05) mm - Endpoint of ComputeStep() was (-1.702415213046249,0.03748200810972523,-524.2620137840671) - and current position to locate is (-1.701800852497322,0.03739511725534946,-524.2619705669463) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.937668238651058 mm long - and its vector is (-6.74137043165657,-4.167275308594692,-0.4408154630378931) mm - Endpoint of ComputeStep() was (-60.04410280639514,3.531859938084296,334.9290154571752) - and current position to locate is (-66.78547323805171,-0.6354153705103958,334.4881999941373) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7914338097678763 mm long - and its vector is (-0.7247192609157542,0.3173366209366622,-0.02114088725477359) mm - Endpoint of ComputeStep() was (-3.67066079904467,-4.43482724708377,-523.8991290249038) - and current position to locate is (-4.395380059960424,-4.117490626147108,-523.9202699121586) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.464073726344644 mm long - and its vector is (0.9600610003240524,-0.6907673396158458,-0.8629224961429145) mm - Endpoint of ComputeStep() was (-6.494174466312556,-7.783939767837342,-523.320340411515) - and current position to locate is (-5.534113465988503,-8.474707107453188,-524.1832629076579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4484092251373066 mm long - and its vector is (-0.385081584628522,0.2281876305796224,0.02670976635397437) mm - Endpoint of ComputeStep() was (-7.307858729906064,-11.30838348390857,-525.5470613887501) - and current position to locate is (-7.692940314534586,-11.08019585332895,-525.5203516223961) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.794343965589583e-05 mm long - and its vector is (-4.606065955314875e-06,9.341172606980308e-06,-2.592995315353619e-05) mm - Endpoint of ComputeStep() was (-8.169473279012379,-12.45644737096124,-526.0000324425109) - and current position to locate is (-8.169477885078335,-12.45643802978863,-526.0000583724641) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.906950373242836e-05 mm long - and its vector is (1.593113465858664e-05,-3.022691724119397e-05,3.521858343447093e-05) mm - Endpoint of ComputeStep() was (-8.169504383411384,-12.45652951720683,-526.0001249064891) - and current position to locate is (-8.169488452276726,-12.45655974412407,-526.0000896879056) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.307636672201879e-05 mm long - and its vector is (-8.316105919448091e-07,-6.384762437861013e-06,1.138132677169779e-05) mm - Endpoint of ComputeStep() was (-8.169548114223597,-12.45664273365417,-526.0001406032297) - and current position to locate is (-8.169548945834189,-12.4566491184166,-526.000129221903) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.449184594168601e-05 mm long - and its vector is (6.52957445979041e-06,-4.400962521877716e-05,-2.046967892965768e-07) mm - Endpoint of ComputeStep() was (-8.169648818108229,-12.45666371984768,-526.0001757294217) - and current position to locate is (-8.169642288533769,-12.45670772947289,-526.0001759341185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.25156850581407e-05 mm long - and its vector is (2.329684456547909e-05,-1.892609423848057e-05,1.250319019163726e-05) mm - Endpoint of ComputeStep() was (-8.16971298085595,-12.45677378094357,-526.0001441972837) - and current position to locate is (-8.169689684011384,-12.45679270703781,-526.0001316940935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.700940905306511e-05 mm long - and its vector is (-2.898600850720356e-05,5.727623094742285e-05,-1.922252795338864e-05) mm - Endpoint of ComputeStep() was (-8.169769873363222,-12.45683535157872,-526.0001378404932) - and current position to locate is (-8.169798859371729,-12.45677807534778,-526.0001570630211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01226941984445738 mm long - and its vector is (0.01134162952569517,0.004635148843495786,-0.0006492289427342257) mm - Endpoint of ComputeStep() was (0.7854836780400718,-0.03379324805374866,-585.4720807214431) - and current position to locate is (0.796825307565767,-0.02915809921025287,-585.4727299503859) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008511336741568339 mm long - and its vector is (0.0008253804268303355,-0.0002041823488017624,-3.853895077554625e-05) mm - Endpoint of ComputeStep() was (1.842027240563858,0.3755171389333973,-564.4560084827219) - and current position to locate is (1.842852620990688,0.3753129565845956,-564.4560470216727) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1106793438037569 mm long - and its vector is (-0.06860242613476908,-0.08646174198225098,0.008245692611808408) mm - Endpoint of ComputeStep() was (3.958662950494999,0.408506237164544,-546.4083239519084) - and current position to locate is (3.89006052436023,0.322044495182293,-546.4000782592966) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02224370620242304 mm long - and its vector is (0.02096845967868277,0.007172102104810729,-0.001914971467499527) mm - Endpoint of ComputeStep() was (1.827236427353437,0.4377958481768214,-564.3930245935412) - and current position to locate is (1.84820488703212,0.4449679502816322,-564.3949395650087) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02007135650513191 mm long - and its vector is (-0.008179432064655545,0.01439778285834403,-0.01134284319823564) mm - Endpoint of ComputeStep() was (1.844648588253958,0.4924037850862134,-564.3321634743025) - and current position to locate is (1.836469156189302,0.5068015679445574,-564.3435063175008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01522567134852271 mm long - and its vector is (-0.006944697506881203,-0.01227177222184084,0.005744201518609771) mm - Endpoint of ComputeStep() was (1.798922875798914,0.5536550932299845,-564.2888027648391) - and current position to locate is (1.791978178292033,0.5413833210081437,-564.2830585633205) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003145710324680957 mm long - and its vector is (3.366592703457627e-05,-0.0001200841972490707,0.0002887928762902447) mm - Endpoint of ComputeStep() was (-34.87132554721025,59.3405749728159,-526.0192486791634) - and current position to locate is (-34.87129188128321,59.34045488861865,-526.0189598862871) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009611377906813 mm long - and its vector is (-8.36881297558989e-05,0.000863920031406451,0.0004128248162942327) mm - Endpoint of ComputeStep() was (-34.8745908161017,59.3404441737265,-526.0196062255203) - and current position to locate is (-34.87467450423146,59.34130809375791,-526.019193400704) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009409821262746662 mm long - and its vector is (1.017021930493911e-05,-0.0009379047942630336,7.535599183938757e-05) mm - Endpoint of ComputeStep() was (-34.87786368676119,59.3413664399047,-526.0180367864194) - and current position to locate is (-34.87785351654188,59.34042853511044,-526.0179614304276) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001439602296968495 mm long - and its vector is (0.0001013139012968622,-2.722464727611396e-05,0.001435774733522521) mm - Endpoint of ComputeStep() was (-34.88167317403883,59.33932903313763,-526.017712748764) - and current position to locate is (-34.88157186013753,59.33930180849035,-526.0162769740305) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001096820275812759 mm long - and its vector is (-0.0001151176823199762,-0.0003582317689847514,-0.001030258528885497) mm - Endpoint of ComputeStep() was (-34.8862786695626,59.3389630859656,-526.015633273306) - and current position to locate is (-34.88639378724492,59.33860485419661,-526.0166635318349) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001795924395245879 mm long - and its vector is (9.978844339286752e-05,-0.001760094725923977,-0.0003427145397836284) mm - Endpoint of ComputeStep() was (-34.89084158296468,59.33793149360178,-526.0145003909868) - and current position to locate is (-34.89074179452129,59.33617139887586,-526.0148431055266) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003049415678099704 mm long - and its vector is (0.002305304879214987,-5.851443921045529e-05,0.001995264757397308) mm - Endpoint of ComputeStep() was (-34.89335504093126,59.33305685255983,-526.0119151313082) - and current position to locate is (-34.89104973605205,59.33299833812062,-526.0099198665508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003850934756394081 mm long - and its vector is (-0.003024378785177362,0.0003906264481301491,-0.002351646750639702) mm - Endpoint of ComputeStep() was (-34.89379991319919,59.32998434581477,-526.0068835974733) - and current position to locate is (-34.89682429198437,59.3303749722629,-526.009235244224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002656724564895027 mm long - and its vector is (0.002214093669239914,-0.001467790201793773,-3.957980629820668e-05) mm - Endpoint of ComputeStep() was (-0.304205963824754,-0.5308248107937784,-564.2493850961583) - and current position to locate is (-0.3019918701555141,-0.5322926009955722,-564.2494246759646) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.16006615825234 mm long - and its vector is (-0.07692930137806542,1.156072429306345,0.05772271918016258) mm - Endpoint of ComputeStep() was (-39.95514502321961,-16.77027929913494,-314.9152154251395) - and current position to locate is (-40.03207432459768,-15.6142068698286,-314.8574927059594) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005977656172434594 mm long - and its vector is (0.0002056589811658682,0.005974109161860586,-9.870232247521926e-06) mm - Endpoint of ComputeStep() was (-34.07498844666492,-2.296462740982624,578.8006095730524) - and current position to locate is (-34.07478278768375,-2.290488631820763,578.8005997028201) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004528186862757793 mm long - and its vector is (-0.004373870791723744,0.001163385999969901,0.000142350189435092) mm - Endpoint of ComputeStep() was (0.4293361386707268,-0.6780247739387284,-564.3294450545643) - and current position to locate is (0.4249622678790031,-0.6768613879387585,-564.3293027043749) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.775896798757382e-06 mm long - and its vector is (-5.092094221836874e-06,8.335669670955781e-06,3.941393060813425e-07) mm - Endpoint of ComputeStep() was (0.4250399343971354,-0.6769224548327029,-564.3270077829537) - and current position to locate is (0.4250348423029136,-0.6769141191630319,-564.3270073888144) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0146997568458371 mm long - and its vector is (-0.003252449919082412,0.01433194414408501,0.0003159080584964613) mm - Endpoint of ComputeStep() was (0.3016860904112867,-2.17232714921145,-513.2605592160619) - and current position to locate is (0.2984336404922043,-2.157995205067365,-513.2602433080034) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.491487868901508 mm long - and its vector is (-1.206333451002219,0.8770938135841178,0.001452668547337055) mm - Endpoint of ComputeStep() was (-6.524699049417562,-12.29249465689031,-60.3464869611696) - and current position to locate is (-7.73103250041978,-11.41540084330619,-60.34503429262227) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1298176827285193 mm long - and its vector is (0.06463919312498589,0.1123519697823827,0.007172192633485786) mm - Endpoint of ComputeStep() was (-9.432667327799319,-13.80076749834395,-7.642469833169251) - and current position to locate is (-9.368028134674333,-13.68841552856157,-7.635297640535765) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1901944211682089 mm long - and its vector is (-0.03746345550635688,-0.05175400405921948,0.1791422072233999) mm - Endpoint of ComputeStep() was (-4.170718582612924,-8.16322076727281,-58.66092529574846) - and current position to locate is (-4.208182038119281,-8.214974771332029,-58.48178308852506) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 17.1379997526216 mm long - and its vector is (1.783477645148039,-9.710230499957163,14.00862829287068) mm - Endpoint of ComputeStep() was (75.21921691732813,112.689614353018,15.21240144317165) - and current position to locate is (77.00269456247617,102.9793838530609,29.22102973604233) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 26.53258511528661 mm long - and its vector is (23.79111848625388,6.990053985893411,-9.439274301939378) mm - Endpoint of ComputeStep() was (100.0660501784085,174.2216851947609,140.1077912736292) - and current position to locate is (123.8571686646623,181.2117391806543,130.6685169716899) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02178385781922838 mm long - and its vector is (-0.01113346521468095,0.003378790700024448,0.01841646511161343) mm - Endpoint of ComputeStep() was (0.4526048672049414,-0.6571674647446066,-564.3139630776802) - and current position to locate is (0.4414714019902605,-0.6537886740445822,-564.2955466125686) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01184384885724729 mm long - and its vector is (-0.00246117511020616,-0.007655202606725919,0.008695817723491928) mm - Endpoint of ComputeStep() was (0.4289427289374089,-0.640119538999374,-564.2870592290591) - and current position to locate is (0.4264815538272028,-0.6477747416060999,-564.2783634113356) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006364940542306102 mm long - and its vector is (0.005621710360696419,0.002984442915224261,-4.405920219596737e-05) mm - Endpoint of ComputeStep() was (0.4252201041773417,-0.6451835958711045,-564.2638006881675) - and current position to locate is (0.4308418145380381,-0.6421991529558803,-564.2638447473697) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0043562107144581 mm long - and its vector is (0.0004532738367410971,0.001428550627870728,-0.004090275995736192) mm - Endpoint of ComputeStep() was (0.4355454701376844,-0.6342224148312865,-564.2605375822076) - and current position to locate is (0.4359987439744255,-0.6327938642034158,-564.2646278582033) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007322614883297883 mm long - and its vector is (0.004318218413792096,-0.005072392079608301,0.003040479740207047) mm - Endpoint of ComputeStep() was (0.4408816804468956,-0.6252342308870515,-564.2589511757569) - and current position to locate is (0.4451998988606877,-0.6303066229666598,-564.2559106960167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005713312930711487 mm long - and its vector is (0.003030577895222208,-0.004752860298446793,-0.0009315907087739106) mm - Endpoint of ComputeStep() was (0.4487781053495201,-0.6292578361515632,-564.2496211353553) - and current position to locate is (0.4518086832447423,-0.63401069645001,-564.250552726064) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008246139407840899 mm long - and its vector is (8.459507417030165e-05,-0.0006781075773394374,-0.0004615213302940901) mm - Endpoint of ComputeStep() was (0.4530979602879859,-0.6365744980283707,-564.2465494446493) - and current position to locate is (0.4531825553621562,-0.6372526056057102,-564.2470109659796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002459710849880327 mm long - and its vector is (-0.0009839414704245764,-0.002039396416323891,0.0009606762747580433) mm - Endpoint of ComputeStep() was (0.4569660174158543,-0.6391546880782015,-564.2471737627152) - and current position to locate is (0.4559820759454297,-0.6411940844945254,-564.2462130864404) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001825452673212609 mm long - and its vector is (-0.0004939665336410881,-0.001353229659918576,-0.001121179741744527) mm - Endpoint of ComputeStep() was (0.4587887892078265,-0.6426645636761116,-564.2456748376662) - and current position to locate is (0.4582948226741854,-0.6440177933360302,-564.246796017408) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004631162259148175 mm long - and its vector is (0.00400459600315195,-0.0001697634791613112,0.002319925663300637) mm - Endpoint of ComputeStep() was (0.4583952583190906,-0.6461145665609771,-564.2471228208534) - and current position to locate is (0.4623998543222426,-0.6462843300401384,-564.2448028951901) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.852499070612967e-06 mm long - and its vector is (-2.119988061766165e-06,1.908484943857758e-06,-9.315840543422382e-09) mm - Endpoint of ComputeStep() was (-1.63896751691194,-1.010484598320944,-540.9984595829255) - and current position to locate is (-1.638969636900002,-1.010482689836,-540.9984595922414) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.914766232654177 mm long - and its vector is (-0.6205645937940751,2.847457970046651,0.05239164788422812) mm - Endpoint of ComputeStep() was (-21.50795286851174,-14.57140267920999,-40.85602806867826) - and current position to locate is (-22.12851746230582,-11.72394470916334,-40.80363642079403) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000194689942452898 mm long - and its vector is (-0.0001235378936605969,4.459506734577623e-05,0.0001437144477449692) mm - Endpoint of ComputeStep() was (-1.639167420936122,-1.011836573838363,-540.9982094940389) - and current position to locate is (-1.639290958829783,-1.011791978771017,-540.9980657795911) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002834474860483262 mm long - and its vector is (-0.0001500911462088972,-3.286355184251022e-05,-0.0002381913351428011) mm - Endpoint of ComputeStep() was (-1.639394101551724,-1.013332648501147,-540.9977882183235) - and current position to locate is (-1.639544192697933,-1.01336551205299,-540.9980264096587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000178335514317259 mm long - and its vector is (0.0001014662033591573,-1.63808905657703e-05,0.0001457389161032552) mm - Endpoint of ComputeStep() was (-1.639305552178472,-1.014769422971571,-540.9983503537352) - and current position to locate is (-1.639204085975112,-1.014785803862137,-540.9982046148191) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001790423411949323 mm long - and its vector is (0.0001578333598826198,4.019032041768789e-05,7.436080011302693e-05) mm - Endpoint of ComputeStep() was (-1.638825790352136,-1.016108516461068,-540.9982926642485) - and current position to locate is (-1.638667956992253,-1.01606832614065,-540.9982183034484) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002183616515661054 mm long - and its vector is (-4.241407541405451e-05,-1.872108314215915e-05,-0.0002133831720811941) mm - Endpoint of ComputeStep() was (-1.637768446554689,-1.017413587959117,-540.9982790727446) - and current position to locate is (-1.637810860630103,-1.017432309042259,-540.9984924559167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003613663875922816 mm long - and its vector is (-0.0001199742456496899,-0.0002586370778567826,0.0002220331246007845) mm - Endpoint of ComputeStep() was (-1.636872099592553,-1.018429165163032,-540.9991463980123) - and current position to locate is (-1.636992073838203,-1.018687802240889,-540.9989243648877) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003350268419749232 mm long - and its vector is (-0.0002360725403682817,-0.0002202357384926135,8.949279310854763e-05) mm - Endpoint of ComputeStep() was (-1.635995450985884,-1.019906162254548,-540.9992936809822) - and current position to locate is (-1.636231523526252,-1.02012639799304,-540.9992041881891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002723366103695322 mm long - and its vector is (0.0002073016090611279,0.0001516951438285119,-9.045361002790742e-05) mm - Endpoint of ComputeStep() was (-1.635502192711367,-1.021267971080202,-540.9994471817211) - and current position to locate is (-1.635294891102306,-1.021116275936373,-540.9995376353311) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.793147479332793 mm long - and its vector is (0.7556019378931005,2.621072076116883,0.6005994709918241) mm - Endpoint of ComputeStep() was (0.2760086681049303,-0.1281150217571602,-547.3021250934413) - and current position to locate is (1.031610605998031,2.492957054359723,-546.7015256224495) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.541220920533428 mm long - and its vector is (0.5822027100118712,-2.076980770320634,2.808458027494225) mm - Endpoint of ComputeStep() was (6.399280448024122,4.414696785521143,-546.3930486823544) - and current position to locate is (6.981483158035993,2.33771601520051,-543.5845906548602) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2875205606257549 mm long - and its vector is (0.1490942889050704,-0.08454060042249445,-0.2308502819548721) mm - Endpoint of ComputeStep() was (11.06360059919586,3.272315063320234,-541.2904248087129) - and current position to locate is (11.21269488810093,3.18777446289774,-541.5212750906678) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1685292992855862 mm long - and its vector is (-0.004251110781781975,0.09361459040715081,0.1400726998301707) mm - Endpoint of ComputeStep() was (12.94231435386733,2.741062009296997,-541.17023161544) - and current position to locate is (12.93806324308555,2.834676599704148,-541.0301589156098) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2582534830864674 mm long - and its vector is (0.008039150224892211,0.2449935499040139,0.08129202971622362) mm - Endpoint of ComputeStep() was (15.13574635949452,2.83911273991084,-541.2608621041278) - and current position to locate is (15.14378550971941,3.084106289814854,-541.1795700744116) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.012276455749784 mm long - and its vector is (-0.5925500435833531,0.1179577635912219,-0.8122031979272606) mm - Endpoint of ComputeStep() was (16.48602810788424,4.022699318133778,-542.0225014704544) - and current position to locate is (15.89347806430089,4.140657081725,-542.8347046683816) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.44458743905725 mm long - and its vector is (1.413550321806753,0.2849231811570583,0.08675907814949824) mm - Endpoint of ComputeStep() was (16.06189586740997,3.665544384150865,-544.0184011848995) - and current position to locate is (17.47544618921672,3.950467565307923,-543.93164210675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.924875501710653e-05 mm long - and its vector is (2.163675422472977e-05,-2.894341740766748e-05,1.53164691027996e-05) mm - Endpoint of ComputeStep() was (12.94158196707103,2.857482795297782,-540.9999059822699) - and current position to locate is (12.94160360382525,2.857453851880374,-540.9998906658008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.781451490124978e-05 mm long - and its vector is (3.686617793263736e-05,-5.651288027763712e-06,-2.991948701946967e-05) mm - Endpoint of ComputeStep() was (12.94167290590422,2.857483897215739,-540.99981094826) - and current position to locate is (12.94170977208215,2.857478245927711,-540.999840867747) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.458603656431146e-05 mm long - and its vector is (2.878416330176492e-05,2.103365862771156e-05,-5.385548502090387e-05) mm - Endpoint of ComputeStep() was (12.94178325724815,2.857508152938959,-540.9997899116952) - and current position to locate is (12.94181204141145,2.857529186597586,-540.9998437671802) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.545184551147213e-05 mm long - and its vector is (8.385370290397987e-05,8.512122998016736e-06,-4.480128438899555e-05) mm - Endpoint of ComputeStep() was (12.94184138573693,2.857556760504951,-540.9997836050023) - and current position to locate is (12.94192523943983,2.857565272627949,-540.9998284062867) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3432503634066106 mm long - and its vector is (-0.2479131657529856,0.2374014294067428,0.0006599551032309137) mm - Endpoint of ComputeStep() was (0.9153933440136074,1.256166465156625,-369.6021514850132) - and current position to locate is (0.6674801782606218,1.493567894563368,-369.6014915299099) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6528817452350344 mm long - and its vector is (-0.6406648854024493,-0.1252724236382132,0.0104832127336465) mm - Endpoint of ComputeStep() was (2.912793685279,3.154791534934423,-212.5314144328006) - and current position to locate is (2.272128799876551,3.02951911129621,-212.520931220067) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.771953677859082 mm long - and its vector is (-0.4033386835765036,-0.6580798931849126,0.0126980816137916) mm - Endpoint of ComputeStep() was (7.003914214817327,5.762747929580907,79.42828928178824) - and current position to locate is (6.600575531240823,5.104668036395995,79.44098736340203) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004775248781180986 mm long - and its vector is (-7.605252943695961e-05,0.000470462008077363,3.019140513060847e-05) mm - Endpoint of ComputeStep() was (-0.007608431505697261,-0.07242504182899555,-563.7353569508872) - and current position to locate is (-0.00768448403513422,-0.07195457982091819,-563.7353267594821) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004281405755739642 mm long - and its vector is (-0.00278843379091831,0.003246758813461821,0.0001167452189747564) mm - Endpoint of ComputeStep() was (-0.4931953603673281,-0.04963358723434381,-587.0658464551132) - and current position to locate is (-0.4959837941582464,-0.04638682842088199,-587.0657297098942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1237217673529598 mm long - and its vector is (0.006077743332675634,0.123546416674478,0.002533708708256199) mm - Endpoint of ComputeStep() was (-0.256964463664841,-0.4440585042673005,-568.2481709801286) - and current position to locate is (-0.2508867203321654,-0.3205120875928225,-568.2456372714204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001040000903526418 mm long - and its vector is (-0.0005216031579895475,0.0008993508952039875,2.645736583417602e-05) mm - Endpoint of ComputeStep() was (-1.100332560706524,-2.391114361876032,-522.054436943985) - and current position to locate is (-1.100854163864514,-2.390215010980828,-522.0544104866192) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4794812362492596 mm long - and its vector is (-0.4347290033065496,-0.2017755985825129,-0.01412647924576049) mm - Endpoint of ComputeStep() was (-3.515215054937285,-7.705799158532054,-371.8295851732095) - and current position to locate is (-3.949944058243835,-7.907574757114567,-371.8437116524552) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3365103874468178 mm long - and its vector is (-0.3215900975459123,0.09905199499514517,0.0027842965897662) mm - Endpoint of ComputeStep() was (-3.907694468815931,-10.99570721083262,-257.1027996704599) - and current position to locate is (-4.229284566361843,-10.89665521583747,-257.1000153738702) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.259893401334396 mm long - and its vector is (-1.82336865717842,4.448521906261547,4.009020452130471) mm - Endpoint of ComputeStep() was (-84.28484791259103,-60.34778076095923,-350.1922233530167) - and current position to locate is (-86.10821656976945,-55.89925885469768,-346.1832029008862) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 15.92519470205725 mm long - and its vector is (-10.77959507720519,11.72044450667676,-0.2081750125172448) mm - Endpoint of ComputeStep() was (-140.3332550222366,-106.0387956670576,-361.2364083666697) - and current position to locate is (-151.1128500994418,-94.31835116038087,-361.444583379187) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000475564906626759 mm long - and its vector is (-0.0002721601490591752,-0.0003899880255712959,-4.16641341871582e-07) mm - Endpoint of ComputeStep() was (-1.38053121462617,-0.03244780217136926,-590.9784764794531) - and current position to locate is (-1.380803374775229,-0.03283779019694056,-590.9784768960944) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00271720047409349 mm long - and its vector is (0.00192076005717734,-0.001921939947902303,2.460858240738162e-06) mm - Endpoint of ComputeStep() was (-1.379781112275906,-0.02931557084275849,-589.1516915738728) - and current position to locate is (-1.377860352218729,-0.03123751079066079,-589.1516891130145) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1337568446274062 mm long - and its vector is (-0.1319548702044029,0.02184940163028848,0.001187165707733584) mm - Endpoint of ComputeStep() was (-1.182613934668502,0.06744031774507929,-569.2659528386391) - and current position to locate is (-1.314568804872905,0.08928971937536777,-569.2647656729314) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005564746261774024 mm long - and its vector is (0.004258225322865794,0.003579253523643383,-0.0001512027483840939) mm - Endpoint of ComputeStep() was (-1.242978835896537,0.1469793457207465,-564.3018215380596) - and current position to locate is (-1.238720610573671,0.1505585992443899,-564.301972740808) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03488098559945657 mm long - and its vector is (0.02488403045232379,-0.02435773191295135,-0.002041832729219095) mm - Endpoint of ComputeStep() was (-0.837801007206488,-0.0832998067023055,-556.5992125545955) - and current position to locate is (-0.8129169767541642,-0.1076575386152568,-556.6012543873247) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.799246215127385 mm long - and its vector is (-1.02948428964735,1.47221783471848,0.100118365729486) mm - Endpoint of ComputeStep() was (11.03474436279899,-15.78202524838717,-202.9149284372943) - and current position to locate is (10.00526007315164,-14.30980741366869,-202.8148100715649) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4652526290041297 mm long - and its vector is (-0.4383093791993176,-0.1559423186394362,0.005185572149698281) mm - Endpoint of ComputeStep() was (15.86811296562616,-23.86863282899115,5.285276428112638) - and current position to locate is (15.42980358642684,-24.02457514763058,5.290462000262337) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7221651038938854 mm long - and its vector is (-0.5819541140240112,0.426112218818723,0.03578020997673548) mm - Endpoint of ComputeStep() was (24.4031960590324,-35.24944210748072,284.9186597917453) - and current position to locate is (23.82124194500839,-34.82332988866199,284.954440001722) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3254546636208062 mm long - and its vector is (-0.03714961511798887,0.1902496367825215,0.2614301433906121) mm - Endpoint of ComputeStep() was (-2.21257770683309,-0.3348010586364667,-589.0493924691961) - and current position to locate is (-2.249727321951079,-0.1445514218539452,-588.7879623258054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7016987666437994 mm long - and its vector is (-0.4073050680589394,0.0299294522669169,0.5706031620399017) mm - Endpoint of ComputeStep() was (-3.015164834262386,-0.2867789562149949,-589.3268829037195) - and current position to locate is (-3.422469902321326,-0.256849503948078,-588.7562797416796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01084321141536547 mm long - and its vector is (0.003355969413696647,-0.007738110616279222,0.006814275250007995) mm - Endpoint of ComputeStep() was (-1.385758579192493,-0.03396085631634942,-590.9773118265441) - and current position to locate is (-1.382402609778796,-0.04169896693262864,-590.9704975512941) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.970845818229449 mm long - and its vector is (-0.9093453562011788,8.918900405465607,0.3199707408273298) mm - Endpoint of ComputeStep() was (19.87511505182675,-36.25011402125249,542.7955002660152) - and current position to locate is (18.96576969562557,-27.33121361578689,543.1154710068425) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04712037367761737 mm long - and its vector is (-0.04672007293402936,-0.006121881631614756,-0.0002948997215526106) mm - Endpoint of ComputeStep() was (-0.4470807883803876,0.7244283085233761,-573.035319647168) - and current position to locate is (-0.4938008613144169,0.7183064268917614,-573.0356145468895) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01115430732591957 mm long - and its vector is (-0.004245380291578282,-0.01031044875432419,0.0002999409698531963) mm - Endpoint of ComputeStep() was (-0.5221985535737736,1.022179651248828,-564.2637861830468) - and current position to locate is (-0.5264439338653519,1.011869202494504,-564.263486242077) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7365795997907527 mm long - and its vector is (0.6602299993150336,-0.3264495397994369,0.008749445531691435) mm - Endpoint of ComputeStep() was (-2.863962734887973,2.803312011307002,-308.4769625631575) - and current position to locate is (-2.203732735572939,2.476862471507566,-308.4682131176258) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.623888148896924 mm long - and its vector is (-2.556168897101491,0.5919456057261252,-0.01974809545760081) mm - Endpoint of ComputeStep() was (-5.266533515072386,4.73819141498387,155.7598356805335) - and current position to locate is (-7.822702412173877,5.330137020709995,155.7400875850759) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005997069137494551 mm long - and its vector is (-0.005760792620512434,0.0003794578075597688,0.001622996733090076) mm - Endpoint of ComputeStep() was (-0.5243931880735787,1.023952220497275,-564.2590321815379) - and current position to locate is (-0.5301539806940911,1.024331678304835,-564.2574091848048) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003658358862797393 mm long - and its vector is (0.003483869653131189,0.0010177695305289,-0.0004586796177363794) mm - Endpoint of ComputeStep() was (-0.5311718745852116,1.030631457327718,-564.2511618753749) - and current position to locate is (-0.5276880049320805,1.031649226858247,-564.2516205549927) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002194654458925168 mm long - and its vector is (0.00153877115545531,0.001512226386228388,-0.0004023218637030368) mm - Endpoint of ComputeStep() was (-0.5239024335589606,1.029217474346845,-564.2462821234597) - and current position to locate is (-0.5223636624035053,1.030729700733073,-564.2466844453234) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008504411481221872 mm long - and its vector is (0.0001797165782184695,0.0007115984650738483,0.0004296274228181574) mm - Endpoint of ComputeStep() was (-0.5178315378332464,1.02897554006017,-564.2456748260593) - and current position to locate is (-0.517651821255028,1.029687138525244,-564.2452451986364) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001528332770727487 mm long - and its vector is (0.0009301261595314747,-0.0003550267994554268,0.001159578525630423) mm - Endpoint of ComputeStep() was (-0.5141698510847363,1.03290848348738,-564.2470518962459) - and current position to locate is (-0.5132397249252049,1.032553456687924,-564.2458923177203) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001182796883548283 mm long - and its vector is (-0.0004252587434568911,0.0007367752667517546,-0.0008217820119398311) mm - Endpoint of ComputeStep() was (-0.5082877248965184,1.033761598179924,-564.2473717277365) - and current position to locate is (-0.5087129836399753,1.034498373446676,-564.2481935097485) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001412231224960555 mm long - and its vector is (0.0009919831721963979,-0.0004280082940943952,0.0009094917916172562) mm - Endpoint of ComputeStep() was (-0.5060060270480876,1.039008569796547,-564.2490234830899) - and current position to locate is (-0.5050140438758912,1.038580561502452,-564.2481139912983) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0019814959728327 mm long - and its vector is (0.000940000928293161,-0.0008926432345313096,-0.001498636914334384) mm - Endpoint of ComputeStep() was (-0.5030647003574359,1.043186919012142,-564.2496350062474) - and current position to locate is (-0.5021246994291427,1.042294275777611,-564.2511336431618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002113311687026517 mm long - and its vector is (0.001082189623538454,-0.0008729003701526405,-0.001591539144669696) mm - Endpoint of ComputeStep() was (-0.5014600379141382,1.047286947847107,-564.2534199931488) - and current position to locate is (-0.5003778482905997,1.046414047476954,-564.2550115322935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00266762936451206 mm long - and its vector is (0.0008836360465795945,-0.0003510690334931343,0.002492425384502894) mm - Endpoint of ComputeStep() was (-0.4947294717569414,1.05058655308976,-564.2564263275443) - and current position to locate is (-0.4938458357103618,1.050235484056267,-564.2539339021598) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001311021677687234 mm long - and its vector is (0.0009337963213609246,-0.0006546420666537767,0.0006467194400556764) mm - Endpoint of ComputeStep() was (-0.489210903665303,1.054351289711961,-564.2564600408097) - and current position to locate is (-0.4882771073439421,1.053696647645307,-564.2558133213696) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003846516601054257 mm long - and its vector is (0.001425825298072947,-0.00265189495396978,-0.002393776375242851) mm - Endpoint of ComputeStep() was (-0.4829150996990212,1.059495112091198,-564.2590432105674) - and current position to locate is (-0.4814892744009483,1.056843217137228,-564.2614369869426) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005702461699757275 mm long - and its vector is (0.000665378331475619,-0.005549563788532552,-0.001130346349668798) mm - Endpoint of ComputeStep() was (-0.4794404861793542,1.05872549473926,-564.2694722235184) - and current position to locate is (-0.4787751078478786,1.053175930950728,-564.2706025698681) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00813972304046647 mm long - and its vector is (-0.006328309671493615,0.00391296235235683,0.003300956453244908) mm - Endpoint of ComputeStep() was (-0.4850220603633068,1.049455409923438,-564.2781683744048) - and current position to locate is (-0.4913503700348004,1.053368372275794,-564.2748674179516) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.785248787657484 mm long - and its vector is (0.5802633634386836,-1.671492562269841,-0.2377399359803576) mm - Endpoint of ComputeStep() was (-3.947991193113793,-0.566118590124802,-572.4359392661618) - and current position to locate is (-3.36772782967511,-2.237611152394643,-572.6736792021421) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.201356812094087 mm long - and its vector is (-2.050382450692452,0.7620507677989687,-0.2473504545022251) mm - Endpoint of ComputeStep() was (-4.470867238309884,-4.766894887257951,-571.3216902896052) - and current position to locate is (-6.521249689002336,-4.004844119458983,-571.5690407441074) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.503579536672989 mm long - and its vector is (-0.4448591133958715,1.359977172530275,-0.4618591587561696) mm - Endpoint of ComputeStep() was (-7.80505004503252,-3.7120209865423,-569.4702557657452) - and current position to locate is (-8.249909158428391,-2.352043814012025,-569.9321149245013) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.350984348934206 mm long - and its vector is (-0.1256833792810088,-0.1883091282325269,1.331879150471991) mm - Endpoint of ComputeStep() was (-10.20456746717258,-1.766261635304529,-570.0337457144481) - and current position to locate is (-10.33025084645359,-1.954570763537055,-568.7018665639761) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.313452407549494 mm long - and its vector is (0.3047553367512332,-0.0706421352114619,-0.01965414086095052) mm - Endpoint of ComputeStep() was (9.660451375382227,-2.411395082865266,-414.1352816266577) - and current position to locate is (9.96520671213346,-2.482037218076728,-414.1549357675187) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1230124364387841 mm long - and its vector is (-0.05485811223216608,-0.1100956502728434,0.001262866552224295) mm - Endpoint of ComputeStep() was (13.71486418536855,-3.670871405220277,-354.9137930926651) - and current position to locate is (13.66000607313639,-3.78096705549312,-354.9125302261129) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008788088481479257 mm long - and its vector is (0.007567817113230735,-0.004457880738153785,0.0002931597233555294) mm - Endpoint of ComputeStep() was (-0.2471637900441596,0.739612868077963,-564.2748191380334) - and current position to locate is (-0.2395959729309289,0.7351549873398092,-564.2745259783101) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.490148897598907 mm long - and its vector is (1.27764803688213,-0.7606661069985794,0.09770519193011751) mm - Endpoint of ComputeStep() was (-18.65559192315084,9.394825138758161,-256.2774334884777) - and current position to locate is (-17.37794388626871,8.634159031759582,-256.1797282965476) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.714103710223988 mm long - and its vector is (-2.590097088285503,0.7902501406527946,-0.1823752677991592) mm - Endpoint of ComputeStep() was (-44.98157247569647,21.24766486903817,190.5031129719393) - and current position to locate is (-47.57166956398197,22.03791500969096,190.3207377041401) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.657283450269211e-05 mm long - and its vector is (2.678204126027595e-05,-4.972277739767605e-05,3.294431280664867e-06) mm - Endpoint of ComputeStep() was (-71.93344376244754,36.03720604049724,574.0119056235408) - and current position to locate is (-71.93341698040628,36.03715631771984,574.0119089179721) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08449580055430629 mm long - and its vector is (0.07718429392901505,-0.03429579734970556,-0.002433796651416742) mm - Endpoint of ComputeStep() was (1.282307559275835,0.644502952167876,-549.3848931738185) - and current position to locate is (1.35949185320485,0.6102071548181704,-549.3873269704699) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.771554157808772e-05 mm long - and its vector is (-6.220736914386293e-05,6.165626768250831e-05,4.77117532682314e-06) mm - Endpoint of ComputeStep() was (28.75555201495356,-47.73618568727466,574.2264066727765) - and current position to locate is (28.75548980758442,-47.73612403100697,574.2264114439519) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05687977224216335 mm long - and its vector is (-0.02632575424330597,-0.01903130705394318,-0.04669124656356871) mm - Endpoint of ComputeStep() was (28.68011047724789,-47.66340985768001,574.2392740683174) - and current position to locate is (28.65378472300459,-47.68244116473395,574.1925828217538) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0540946063374967 mm long - and its vector is (-0.03938208346874816,-0.02239033787127198,-0.02956265729733332) mm - Endpoint of ComputeStep() was (28.59368320507834,-47.61368671371699,574.2205737969501) - and current position to locate is (28.55430112160959,-47.63607705158826,574.1910111396528) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05521257944847168 mm long - and its vector is (-0.02505830353690186,-0.04293389751627785,0.02402479546776704) mm - Endpoint of ComputeStep() was (28.58832828662717,-47.69363289848632,574.1236459958019) - and current position to locate is (28.56326998309027,-47.7365667960026,574.1476707912697) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03756712007443515 mm long - and its vector is (0.033859104718168,0.01500144481004639,0.006309214846737632) mm - Endpoint of ComputeStep() was (28.60126092417546,-47.81362682617497,574.1270141064017) - and current position to locate is (28.63512002889363,-47.79862538136492,574.1333233212484) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05763479465790636 mm long - and its vector is (0.01345058202718619,0.01427545761704607,0.05419467416834323) mm - Endpoint of ComputeStep() was (28.68149978105339,-47.87288274320093,574.1413725099835) - and current position to locate is (28.69495036308058,-47.85860728558388,574.1955671841519) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05234504486286241 mm long - and its vector is (-0.02069463561633,0.02465640330559893,0.04127708267833441) mm - Endpoint of ComputeStep() was (28.72301055565837,-47.91644848763686,574.2441862079781) - and current position to locate is (28.70231592004204,-47.89179208433126,574.2854632906565) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.072159684445992e-05 mm long - and its vector is (1.377354861398228e-05,-2.744270909293967e-05,1.001792838906113e-06) mm - Endpoint of ComputeStep() was (0.3439570021788699,1.144161927830476,-564.1649849943157) - and current position to locate is (0.3439707757274839,1.144134485121383,-564.1649839925228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09204927796964323 mm long - and its vector is (0.09100608377339078,-0.01345058640488705,0.003169229611103219) mm - Endpoint of ComputeStep() was (-0.1980815576371153,1.446103150138438,-547.3180772576244) - and current position to locate is (-0.1070754738637245,1.432652563733551,-547.3149080280133) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.305910724656471 mm long - and its vector is (0.234499436169644,-1.284630820323938,0.01168292269753124) mm - Endpoint of ComputeStep() was (-12.17326246572774,3.291531114137164,-103.6349012587748) - and current position to locate is (-11.9387630295581,2.006900293813226,-103.6232183360773) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2878467353168935 mm long - and its vector is (-0.271360157958151,-0.09583672572497415,-0.005893191651144214) mm - Endpoint of ComputeStep() was (-14.37403484220106,2.100020964118057,6.997885167984677) - and current position to locate is (-14.64539500015922,2.004184238393083,6.991991976333533) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001157144848361711 mm long - and its vector is (-0.0001067001519747812,4.429096778602037e-05,6.574932854164217e-06) mm - Endpoint of ComputeStep() was (3.860768884719677,1.447830793801357,-525.4110254493204) - and current position to locate is (3.860662184567702,1.447875084769144,-525.4110188743875) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5120071664675884 mm long - and its vector is (0.4128215795121779,0.3010831233902129,-0.0328425762210145) mm - Endpoint of ComputeStep() was (13.5911468574236,3.224243228028865,-386.816881487048) - and current position to locate is (14.00396843693578,3.525326351419078,-386.849724063269) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.446555992453892 mm long - and its vector is (-2.992202140698588,-1.692173311482042,0.2490462652330336) mm - Endpoint of ComputeStep() was (50.66121503978561,9.740328479041548,95.80257500193784) - and current position to locate is (47.66901289908702,8.048155167559505,96.05162126717087) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04116374792748141 mm long - and its vector is (-0.03783110509759524,0.01601830169458474,0.002583726253533314) mm - Endpoint of ComputeStep() was (87.52961592659716,15.33490576303309,584.055919792053) - and current position to locate is (87.49178482149956,15.35092406472767,584.0585035183066) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7984579578302267 mm long - and its vector is (-0.7834915787935413,-0.06863977066165816,-0.1377121572902524) mm - Endpoint of ComputeStep() was (3.56568529024482,4.378446148030871,-525.1934768102724) - and current position to locate is (2.782193711451278,4.309806377369213,-525.3311889675626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.805738895031427e-05 mm long - and its vector is (-2.01253075293728e-05,1.848838757378957e-05,2.648615441103175e-05) mm - Endpoint of ComputeStep() was (2.50986488252819,4.980325850549767,-526.0000738249718) - and current position to locate is (2.50984475722066,4.980344338937341,-526.0000473388174) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.719587394455302e-05 mm long - and its vector is (-1.946272613784217e-05,-2.5917577797685e-05,-3.430644210311584e-05) mm - Endpoint of ComputeStep() was (2.509836451491599,4.980437588491773,-526.0001130742978) - and current position to locate is (2.509816988765461,4.980411670913975,-526.0001473807399) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.930300965400273e-05 mm long - and its vector is (5.381032035023381e-05,2.49092430966158e-05,-9.088378192245727e-07) mm - Endpoint of ComputeStep() was (2.509780005878778,4.980488899981591,-526.0002203787573) - and current position to locate is (2.509833816199128,4.980513809224687,-526.0002212875951) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.702104061866579e-05 mm long - and its vector is (-1.004118356418005e-05,6.502707359334892e-05,-4.003617152648076e-05) mm - Endpoint of ComputeStep() was (2.509894237648237,4.9804741362449,-526.0003008786377) - and current position to locate is (2.509884196464673,4.980539163318493,-526.0003409148093) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.646910841194593 mm long - and its vector is (0.1396489916613337,1.640873873577876,0.0186120654896591) mm - Endpoint of ComputeStep() was (13.68449647399308,-7.204200886590394,-11.84976144998416) - and current position to locate is (13.82414546565441,-5.563327013012518,-11.8311493844945) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007408254827624998 mm long - and its vector is (0.00163774532741634,0.007224945886620482,-1.366634409039058e-05) mm - Endpoint of ComputeStep() was (14.19107419866309,-5.621182631006799,1.554442806282179) - and current position to locate is (14.19271194399051,-5.613957685120178,1.554429139938088) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01716639700678786 mm long - and its vector is (-0.01585066314984318,-0.006565457549214559,0.0005800267875883947) mm - Endpoint of ComputeStep() was (0.9698533336521504,0.5863851976140765,-585.1000937004492) - and current position to locate is (0.9540026705023072,0.5798197400648619,-585.0995136736616) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3519905024438383 mm long - and its vector is (0.08076536869282691,0.3418019875313298,-0.02335958797175408) mm - Endpoint of ComputeStep() was (-23.8114829268232,20.50100142312916,-361.7747625028159) - and current position to locate is (-23.73071755813038,20.84280341066049,-361.7981220907877) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6516107156712321 mm long - and its vector is (0.425309114549961,-0.4831340965433384,0.101440261314508) mm - Endpoint of ComputeStep() was (-44.28824707315359,37.50021630523906,-196.2714506552819) - and current position to locate is (-43.86293795860363,37.01708220869573,-196.1700103939674) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01739070100585114 mm long - and its vector is (-0.01191893818572154,0.01265819003170554,0.0003816007351815642) mm - Endpoint of ComputeStep() was (-0.7441519461841675,-3.603731004118373,-499.4182639236837) - and current position to locate is (-0.756070884369889,-3.591072814086667,-499.4178823229485) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7061257327309117 mm long - and its vector is (0.3774582234908284,0.5960457822964713,0.0294663426726558) mm - Endpoint of ComputeStep() was (-7.385695508066861,-22.50385806770275,-31.92544976014102) - and current position to locate is (-7.008237284576032,-21.90781228540628,-31.89598341746836) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09921573791817997 mm long - and its vector is (0.08115644741571248,-0.05707348669119483,0.0001039731680627654) mm - Endpoint of ComputeStep() was (-8.073926346393343,-23.34016966401112,13.67258595812319) - and current position to locate is (-7.99276989897763,-23.39724315070231,13.67268993129125) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1436147545338099 mm long - and its vector is (-0.09263572525175234,0.1095525065369696,-0.006486018682949179) mm - Endpoint of ComputeStep() was (-0.3541497546087394,7.24651815172451,-467.3151610609114) - and current position to locate is (-0.4467854798604918,7.35607065826148,-467.3216470795943) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004860916691005289 mm long - and its vector is (0.0003844913940323075,0.0002973900579024136,-3.260696985307732e-06) mm - Endpoint of ComputeStep() was (-0.0681350725509018,-0.546425998968564,-590.9616222432365) - and current position to locate is (-0.06775058115686949,-0.5461286089106616,-590.9616255039335) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.459599593786213 mm long - and its vector is (-2.368926873332125,-0.6540407490969562,-0.1002313777161703) mm - Endpoint of ComputeStep() was (-17.68532404272376,2.306093218246589,-121.3711138581456) - and current position to locate is (-20.05425091605588,1.652052469149632,-121.4713452358618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001147709784196912 mm long - and its vector is (-0.0006635522459396553,-0.0003817990525969428,-0.0008550822469715058) mm - Endpoint of ComputeStep() was (-0.06760299083381634,-0.549178302797773,-590.9603783299333) - and current position to locate is (-0.06826654307975599,-0.54956010185037,-590.9612334121803) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001122877012127974 mm long - and its vector is (-0.0008417613604620872,0.0003172958512441815,0.0006720222758076488) mm - Endpoint of ComputeStep() was (-0.06844191040635655,-0.5527251046792753,-590.9599587151081) - and current position to locate is (-0.06928367176681864,-0.5524078088280311,-590.9592866928323) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.365700827973125 mm long - and its vector is (0.2864151934184814,-0.1599343449050599,-0.161630559855098) mm - Endpoint of ComputeStep() was (0.3203769928384287,-4.601120786053668,-586.2624439783503) - and current position to locate is (0.6067921862569101,-4.761055130958728,-586.4240745382054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4099016606075091 mm long - and its vector is (-0.2715014588947819,-0.1869246991631002,-0.2436503355827426) mm - Endpoint of ComputeStep() was (0.444479369643608,-32.56293729662129,-564.9140420814217) - and current position to locate is (0.1729779107488261,-32.74986199578439,-565.1576924170045) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009913226286023401 mm long - and its vector is (-4.214028189278296e-05,-0.0005175746004084658,-0.0008444295610843255) mm - Endpoint of ComputeStep() was (0.0656742902157884,-34.07285085902886,-564.4979239351684) - and current position to locate is (0.06563214993389561,-34.07336843362927,-564.4987683647295) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007206053762237265 mm long - and its vector is (9.262500284781816e-06,0.0003236403507642649,0.0006437726599415328) mm - Endpoint of ComputeStep() was (0.06529792900690946,-34.07611407864002,-564.4973832527306) - and current position to locate is (0.06530719150719425,-34.07579043828925,-564.4967394800707) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008296232526123881 mm long - and its vector is (0.0008082668176933733,0.0001784700609803735,5.592790023456473e-05) mm - Endpoint of ComputeStep() was (0.06584877454198336,-34.0790638931883,-564.494120570746) - and current position to locate is (0.06665704135967673,-34.07888542312732,-564.4940646428457) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007475880353746795 mm long - and its vector is (-0.0007165470480211683,0.0001265057230668276,0.0001715939994255677) mm - Endpoint of ComputeStep() was (0.06784489658630823,-34.07814383593792,-564.4896510903033) - and current position to locate is (0.06712834953828706,-34.07801733021485,-564.4894794963038) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001372694278275515 mm long - and its vector is (0.0008567160339091467,0.0009756336001842669,-0.0004454955634400903) mm - Endpoint of ComputeStep() was (0.06968054037187346,-34.07762207439328,-564.4837058637924) - and current position to locate is (0.07053725640578261,-34.07664644079309,-564.4841513593558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004029151032909586 mm long - and its vector is (0.002505406261901585,0.002501643374529294,-0.001923220719390883) mm - Endpoint of ComputeStep() was (0.07614960931623344,-34.07691590232309,-564.4771905735552) - and current position to locate is (0.07865501557813502,-34.07441425894856,-564.4791137942746) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0048740290545653 mm long - and its vector is (-0.0009994128645070127,-0.004041952454201692,0.002533762717575883) mm - Endpoint of ComputeStep() was (0.08883517445175786,-34.0737044008977,-564.4739659585513) - and current position to locate is (0.08783576158725084,-34.0777463533519,-564.4714321958337) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0106944244984159 mm long - and its vector is (-0.0009341179362066937,0.01011211287519842,-0.003353104864572742) mm - Endpoint of ComputeStep() was (0.1007783712687505,-34.0762703956548,-564.4705866729223) - and current position to locate is (0.09984425333254376,-34.0661582827796,-564.4739397777869) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.011671229214756 mm long - and its vector is (0.000605476606999597,0.0002337321585770269,-0.01165316947185602) mm - Endpoint of ComputeStep() was (0.1121479671313726,-34.06895962678328,-564.4733566877769) - and current position to locate is (0.1127534437383722,-34.06872589462471,-564.4850098572488) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003982148586130624 mm long - and its vector is (-0.0006015396057501704,0.001993040278144065,-0.003394620437461526) mm - Endpoint of ComputeStep() was (0.1125177846825716,-34.0747893270191,-564.4885280434349) - and current position to locate is (0.1119162450768214,-34.07279628674095,-564.4919226638724) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003130261026838153 mm long - and its vector is (0.002848885711087906,-0.001032399121164929,-0.0007851982908277932) mm - Endpoint of ComputeStep() was (0.1105650981725351,-34.07416502579425,-564.4950252917587) - and current position to locate is (0.113413983883623,-34.07519742491542,-564.4958104900495) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002954196089700922 mm long - and its vector is (0.001780376845677473,-0.001968977586315646,-0.001296402749289882) mm - Endpoint of ComputeStep() was (0.1156053181093477,-34.07332373959489,-564.4956468400443) - and current position to locate is (0.1173856949550252,-34.07529271718121,-564.4969432427936) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001091550810123444 mm long - and its vector is (-0.0003108037033919125,0.001035269841210607,0.0001519887657650543) mm - Endpoint of ComputeStep() was (0.1178774678815041,-34.07485818472304,-564.4988974234241) - and current position to locate is (0.1175666641781122,-34.07382291488183,-564.4987454346583) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001257938650244116 mm long - and its vector is (-2.473945902536911e-05,0.0001233367784991765,-3.077569772358402e-07) mm - Endpoint of ComputeStep() was (-0.2490004491657541,0.01218620217091112,-590.9899241358423) - and current position to locate is (-0.2490251886247795,0.0123095389494103,-590.9899244435993) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9114739211563019 mm long - and its vector is (0.02910518630210701,0.909049148892656,-0.05972639262421353) mm - Endpoint of ComputeStep() was (3.006964869325502,32.05834034032977,-66.93473686579074) - and current position to locate is (3.036070055627609,32.96738948922243,-66.99446325841495) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.780922722125247 mm long - and its vector is (-0.9994150780773587,-3.636451251385367,0.2697562393947806) mm - Endpoint of ComputeStep() was (7.636363381051519,69.12161788045651,437.4264609599118) - and current position to locate is (6.63694830297416,65.48516662907114,437.6962171993065) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04525156614934173 mm long - and its vector is (-0.04052267470787463,-0.0201315557614663,0.0005809785805013234) mm - Endpoint of ComputeStep() was (4.504736948512725,75.59644947487463,584.1605318486203) - and current position to locate is (4.46421427380485,75.57631791911317,584.1611128272008) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004487548865461495 mm long - and its vector is (0.0008390434857588058,-0.00295859407644284,0.003268152679993364) mm - Endpoint of ComputeStep() was (-0.2522339128346259,0.01221238755554389,-590.9891886066165) - and current position to locate is (-0.2513948693488671,0.00925379347910105,-590.9859204539365) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0472575456200162 mm long - and its vector is (0.01569179305710616,-0.04456341215940385,0.001070301542540619) mm - Endpoint of ComputeStep() was (0.1870135428832658,-0.6619281594816823,-580.9575759507002) - and current position to locate is (0.2027053359403719,-0.7064915716410861,-580.9565056491576) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9389563131751729 mm long - and its vector is (-0.5293724915135192,0.7753198274569695,-0.01681928751099804) mm - Endpoint of ComputeStep() was (-7.553458831527821,0.9055469037564652,-263.8891594323692) - and current position to locate is (-8.08283132304134,1.680866731213435,-263.9059787198802) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9446907538381437 mm long - and its vector is (-0.385326986884543,-0.8625311643250777,-0.001929801488586236) mm - Endpoint of ComputeStep() was (-18.27532753427307,5.458296194421,82.913745904314) - and current position to locate is (-18.66065452115762,4.595765030095922,82.91181610282541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.670287351734788e-05 mm long - and its vector is (-3.869270315304263e-05,5.433367333598782e-05,0) mm - Endpoint of ComputeStep() was (1.0511403465271,0.1537422662973404,-600.2959524291254) - and current position to locate is (1.051101653823947,0.1537965999706764,-600.2959524291254) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008200419874195241 mm long - and its vector is (0.0003481057806578036,0.0007424438829213287,8.264824032266915e-06) mm - Endpoint of ComputeStep() was (-1.206624539503331,1.103269044510862,-564.4513004736617) - and current position to locate is (-1.206276433722674,1.104011488393783,-564.4512922088377) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.113028332135491 mm long - and its vector is (-5.634869346150367,-2.302515967512727,-0.5619457808855657) mm - Endpoint of ComputeStep() was (-71.96074480085015,-10.72864476263923,193.5933763837662) - and current position to locate is (-77.59561414700052,-13.03116073015196,193.0314306028806) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01299278325983107 mm long - and its vector is (0.005709062266398002,-0.002586392614887689,-0.01138110706904172) mm - Endpoint of ComputeStep() was (-1.193784642504821,1.088144704640256,-564.4414202213832) - and current position to locate is (-1.188075580238423,1.085558312025369,-564.4528013284522) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01724748825821107 mm long - and its vector is (0.0165893364300258,0.003426437157911133,-0.003244887737878344) mm - Endpoint of ComputeStep() was (-1.185080463566925,1.06497602191721,-564.4592227911324) - and current position to locate is (-1.168491127136899,1.068402459075121,-564.4624676788703) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01520704626529522 mm long - and its vector is (0.001581801872474031,0.01326520361532002,-0.00726543405414759) mm - Endpoint of ComputeStep() was (-1.161153557940701,1.061291443395413,-564.4738534391144) - and current position to locate is (-1.159571756068227,1.074556647010733,-564.4811188731685) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00533957409139699 mm long - and its vector is (-0.002448308159228807,-0.0003230486049485837,-0.004734181896992595) mm - Endpoint of ComputeStep() was (-1.16523888216741,1.081205245407389,-564.4786417713404) - and current position to locate is (-1.167687190326639,1.08088219680244,-564.4833759532374) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007048802068557097 mm long - and its vector is (-0.0006345925066548741,0.006908429014019335,-0.001247602304601969) mm - Endpoint of ComputeStep() was (-1.174562357711859,1.079905365213966,-564.4852879743793) - and current position to locate is (-1.175196950218514,1.086813794227986,-564.4865355766839) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004651035861232358 mm long - and its vector is (-0.002331392746488747,-0.003830268143209192,-0.001235228074165207) mm - Endpoint of ComputeStep() was (-1.179381898656344,1.088849961310438,-564.4849506932416) - and current position to locate is (-1.181713291402833,1.085019693167229,-564.4861859213157) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.466406901857531 mm long - and its vector is (4.448594177589772,0.1571371040845353,0.3662081192367168) mm - Endpoint of ComputeStep() was (1.240960643777629,-14.09448489358576,-596.4884778769116) - and current position to locate is (5.689554821367402,-13.93734778950122,-596.1222697576749) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8481320710439314 mm long - and its vector is (-0.5732505993313235,-0.189265408468394,-0.5957267540213707) mm - Endpoint of ComputeStep() was (3.101449267626053,-19.52464202106693,-591.8566990616606) - and current position to locate is (2.52819866829473,-19.71390742953532,-592.452425815682) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8896201755749259 mm long - and its vector is (0.462972175971472,-0.2416165459512811,-0.7202098762088553) mm - Endpoint of ComputeStep() was (-0.2554501827833908,-26.69860414638002,-591.8986062379545) - and current position to locate is (0.2075219931880812,-26.9402206923313,-592.6188161141633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3468479144099906 mm long - and its vector is (0.2893062268425726,-0.1457013917976795,-0.1240019647783583) mm - Endpoint of ComputeStep() was (-0.8091525141960887,-27.27143414407027,-594.601623444655) - and current position to locate is (-0.5198462873535161,-27.41713553586795,-594.7256254094334) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.474526840169344 mm long - and its vector is (-0.3409643620917724,-1.430235797721128,0.1113475149257965) mm - Endpoint of ComputeStep() was (-0.558242864538999,-27.74209310228058,-599.0172147546368) - and current position to locate is (-0.8992072266307714,-29.17232890000171,-598.905867239711) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03046849336624536 mm long - and its vector is (-0.006976176241667464,0.01611118937316292,-0.0249016391034047) mm - Endpoint of ComputeStep() was (-0.9127264391962496,-29.37301420567946,-599.0319218557005) - and current position to locate is (-0.9197026154379171,-29.3569030163063,-599.0568234948039) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1889740197861181 mm long - and its vector is (-0.1756346353385778,0.05879373490807893,0.03750935562186442) mm - Endpoint of ComputeStep() was (-1.160990366379338,-29.95720750415771,-599.2456921945711) - and current position to locate is (-1.336625001717916,-29.89841376924963,-599.2081828389493) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.190684456058664 mm long - and its vector is (0.05755443483790645,0.123978237448874,-0.1329565547536049) mm - Endpoint of ComputeStep() was (-1.408643280405431,-30.29447554548572,-599.6086746564843) - and current position to locate is (-1.351088845567525,-30.17049730803685,-599.7416312112379) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2932588009684945 mm long - and its vector is (-0.2747650019071732,0.07206672015433568,0.07287870689458487) mm - Endpoint of ComputeStep() was (-1.997784729306945,-31.66313232208486,-600.7037789889207) - and current position to locate is (-2.272549731214118,-31.59106560193052,-600.6309002820261) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6959067610397557 mm long - and its vector is (0.03652157481628837,-0.6900313343301399,-0.0825175876789217) mm - Endpoint of ComputeStep() was (-3.300392828718114,-31.68538859873958,-600.2970638777376) - and current position to locate is (-3.263871253901826,-32.37541993306972,-600.3795814654165) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1554556618748779 mm long - and its vector is (-0.01570981811305039,0.1449582105659744,-0.05391457700216051) mm - Endpoint of ComputeStep() was (-3.613323583584583,-32.5856422389479,-600.8429740789143) - and current position to locate is (-3.629033401697634,-32.44068402838192,-600.8968886559164) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.965843888199975 mm long - and its vector is (3.685993495396062,-7.054698896842709,0.3151892732265651) mm - Endpoint of ComputeStep() was (-27.14949170074177,33.09130889818651,509.5619077635578) - and current position to locate is (-23.46349820534571,26.0366100013438,509.8770970367843) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.297138111940896 mm long - and its vector is (-0.07711438301820017,1.288511768539983,-0.127898693172682) mm - Endpoint of ComputeStep() was (-15.33143206297522,34.31602524091782,-214.6877262668981) - and current position to locate is (-15.40854644599342,35.60453700945781,-214.8156249600708) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.655804274216617 mm long - and its vector is (-0.8709532175841304,1.394625330925052,-0.1953163424705053) mm - Endpoint of ComputeStep() was (-31.27886684502842,67.35535049000858,82.6648348834664) - and current position to locate is (-32.14982006261255,68.74997582093363,82.46951854099589) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1156741045634506 mm long - and its vector is (0.1124833066872171,-0.02549534861259417,0.008831272976635773) mm - Endpoint of ComputeStep() was (-35.12450860145239,74.41015763850588,136.6985196295878) - and current position to locate is (-35.01202529476517,74.38466228989328,136.7073509025645) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7428633197700465 mm long - and its vector is (-0.3940403323735353,0.6236645538757273,-0.08729634907439277) mm - Endpoint of ComputeStep() was (-43.70236728181512,92.56219060921912,305.7983322708231) - and current position to locate is (-44.09640761418866,93.18585516309484,305.7110359217487) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01341791985942617 mm long - and its vector is (0.005024501684562838,-0.01244166211467779,0) mm - Endpoint of ComputeStep() was (-0.03958930000662804,-0.4791690444946289,-594.488445660934) - and current position to locate is (-0.0345647983220652,-0.4916107066093067,-594.488445660934) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002820009129016089 mm long - and its vector is (-6.058460827270545e-05,0.0002754160180504783,1.92662923836906e-07) mm - Endpoint of ComputeStep() was (-0.03309443601326413,-0.5045731560775054,-590.9854694930274) - and current position to locate is (-0.03315502062153684,-0.5042977400594549,-590.9854693003645) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.134585365623906 mm long - and its vector is (0.662597424535337,-0.9193520774832198,0.05513948235483213) mm - Endpoint of ComputeStep() was (-3.870935636820912,14.94077244915358,-263.5647845171879) - and current position to locate is (-3.208338212285575,14.02142037167036,-263.5096450348331) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004379214336769186 mm long - and its vector is (-0.001509066882616317,-0.00126570966937023,-0.003911293185637987) mm - Endpoint of ComputeStep() was (-0.03925638890413721,-0.5032269912227179,-590.9834617506143) - and current position to locate is (-0.04076545578675353,-0.5044927008920881,-590.9873730437999) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002185984360598254 mm long - and its vector is (0.001517503000137602,0.00105195937307434,-0.001170082794828886) mm - Endpoint of ComputeStep() was (-0.04432716470332171,-0.5022296806336832,-590.9899577314884) - and current position to locate is (-0.04280966170318411,-0.5011777212606089,-590.9911278142832) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001959734182025233 mm long - and its vector is (-0.0004168183497503045,0.001597730551443466,0.001055498750588413) mm - Endpoint of ComputeStep() was (-0.04598024361347892,-0.5006843922157512,-590.9931266452675) - and current position to locate is (-0.04639706196322923,-0.4990866616643078,-590.9920711465169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0021797652474606 mm long - and its vector is (-0.001468181286679027,0.001286754939592794,-0.0009695782428025268) mm - Endpoint of ComputeStep() was (-0.04818426166679075,-0.4987516456834253,-590.988920274835) - and current position to locate is (-0.04965244295346978,-0.4974648907438325,-590.9898898530778) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004091900352706701 mm long - and its vector is (-0.0002082646685710385,-0.003851553663694274,-0.001365946082387381) mm - Endpoint of ComputeStep() was (-0.05338779710250145,-0.4974242012045454,-590.9894350588822) - and current position to locate is (-0.05359606177107249,-0.5012757548682397,-590.9908010049646) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00386243094418831 mm long - and its vector is (-0.002219477822244742,-0.001795608625791645,-0.002601553508611687) mm - Endpoint of ComputeStep() was (-0.05430122730979304,-0.5033616386383273,-590.9887597130418) - and current position to locate is (-0.05652070513203778,-0.5051572472641189,-590.9913612665504) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003108672533915392 mm long - and its vector is (0.001032840705883907,0.002591633758195044,0.001371320335579185) mm - Endpoint of ComputeStep() was (-0.05902834760286753,-0.5040657852677244,-590.9915353138024) - and current position to locate is (-0.05799550689698362,-0.5014741515095293,-590.9901639934668) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.097781581603394 mm long - and its vector is (-2.054041242336856,0.4250768826588676,-0.03019574014197701) mm - Endpoint of ComputeStep() was (-7.609922712391327,-1.52886745965999,-164.1824121389789) - and current position to locate is (-9.663963954728183,-1.103790577001123,-164.2126078791209) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1085672262351795 mm long - and its vector is (0.1064239678845595,0.02142388342674373,0.001341227431936431) mm - Endpoint of ComputeStep() was (-10.91969804770166,-1.317783901427294,-61.1541932301199) - and current position to locate is (-10.8132740798171,-1.29636001800055,-61.15285200268796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07212234804873822 mm long - and its vector is (-0.06097752652339494,0.03850062043314062,-0.001037580558431728) mm - Endpoint of ComputeStep() was (-17.43877324870473,-0.6119876713905712,589.5169060603781) - and current position to locate is (-17.49975077522813,-0.5734870509574306,589.5158684798197) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01264800475672682 mm long - and its vector is (-0.004108562956937623,-0.01196209575095702,0) mm - Endpoint of ComputeStep() was (0.9701611232757569,0.1383795815706253,-596.5439279648317) - and current position to locate is (0.9660525603188193,0.1264174858196683,-596.5439279648317) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.119528145302456 mm long - and its vector is (0.06694294105841919,0.09885370807393745,0.00579349306781296) mm - Endpoint of ComputeStep() was (0.2342956756674086,-0.4652248592856762,-541.8976435337383) - and current position to locate is (0.3012386167258278,-0.3663711512117387,-541.8918500406705) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9749065004065562 mm long - and its vector is (-0.8263916413666692,-0.5127041251518314,-0.06822037574329443) mm - Endpoint of ComputeStep() was (-41.65829048891827,-18.42763550991687,106.5170885243576) - and current position to locate is (-42.48468213028494,-18.9403396350687,106.4488681486143) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.141001498082133 mm long - and its vector is (-1.834857017321823,2.548652295298005,-0.05967926450011873) mm - Endpoint of ComputeStep() was (-72.40408078327096,-29.87050375120245,559.5481302863367) - and current position to locate is (-74.23893780059278,-27.32185145590444,559.4884510218366) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2249630839478053 mm long - and its vector is (-0.04984733733494132,0.1817796897755811,0.1227997413882349) mm - Endpoint of ComputeStep() was (-0.02699326167464083,-0.4622954027976506,-541.8830911009825) - and current position to locate is (-0.07684059900958215,-0.2805157130220695,-541.7602913595942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.680887821737088 mm long - and its vector is (0.05911179155411439,1.675200239754155,-0.1248752260896424) mm - Endpoint of ComputeStep() was (-12.28524289527057,33.84910079511041,-118.5916369971165) - and current position to locate is (-12.22613110371646,35.52430103486456,-118.7165122232061) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001232315483015057 mm long - and its vector is (0.001047987043804599,0.000647488979151789,-3.290330641902983e-05) mm - Endpoint of ComputeStep() was (0.9821278887844733,0.6745760844882719,-564.423661974736) - and current position to locate is (0.9831758758282779,0.6752235734674237,-564.4236948780424) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08397167530086026 mm long - and its vector is (-0.02847119790453512,-0.07899238225123945,-0.0009147070503559007) mm - Endpoint of ComputeStep() was (2.933247395849097,-0.2476076211207445,-544.8020418279258) - and current position to locate is (2.904776197944562,-0.326600003371984,-544.8029565349761) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01689195178250934 mm long - and its vector is (0.008761106273066588,-0.002770227457278396,0.01417416282288286) mm - Endpoint of ComputeStep() was (0.94219598721648,0.6830277847200636,-564.3968397752586) - and current position to locate is (0.9509570934895466,0.6802575572627853,-564.3826656124357) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02591327193092118 mm long - and its vector is (0.01146966334695354,0.02001573102653886,0.01180317738351278) mm - Endpoint of ComputeStep() was (0.9079878733387217,0.6828149612268585,-564.3452473677386) - and current position to locate is (0.9194575366856752,0.7028306922533973,-564.3334441903551) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0209387730678848 mm long - and its vector is (0.01196063866327846,0.01164699130181746,-0.01263815389881984) mm - Endpoint of ComputeStep() was (0.889635540776907,0.7389229671911095,-564.3284057729177) - and current position to locate is (0.9015961794401854,0.750569958492927,-564.3410439268165) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009504844176675187 mm long - and its vector is (-0.0002557231754908296,-0.0006287866225594962,0.009480574658937257) mm - Endpoint of ComputeStep() was (0.884396727982294,0.7974192332461846,-564.3384006377967) - and current position to locate is (0.8841410048068031,0.7967904466236251,-564.3289200631377) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01880300006987399 mm long - and its vector is (-0.0158142938792859,-0.009160167194925073,0.004421793492269899) mm - Endpoint of ComputeStep() was (0.8987048480232376,0.791701428173067,-564.287375690454) - and current position to locate is (0.8828905541439517,0.7825412609781419,-564.2829538969618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006838279120415916 mm long - and its vector is (6.260261542667678e-05,0.006505478212533333,-0.002106393948793084) mm - Endpoint of ComputeStep() was (0.8738414209200697,0.7888316963282714,-564.2637951870097) - and current position to locate is (0.8739040235354963,0.7953371745408048,-564.2659015809585) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006164468648940735 mm long - and its vector is (0.002025991593099352,-0.003595833955781114,0.004578865574671909) mm - Endpoint of ComputeStep() was (0.8638398677317817,0.8054976584489287,-564.2534693950456) - and current position to locate is (0.865865859324881,0.8019018244931476,-564.2488905294709) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003499832851865648 mm long - and its vector is (-0.000395265699278724,0.003448210722034162,-0.0004499309218317649) mm - Endpoint of ComputeStep() was (-10.4788658418082,8.08713364083793,-540.9845439226264) - and current position to locate is (-10.47926110750748,8.090581851559964,-540.9849938535482) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004619304746300827 mm long - and its vector is (-0.003406286028374339,-0.0007841300612572155,-0.003019988721689515) mm - Endpoint of ComputeStep() was (-10.49466671793977,8.094664514767187,-540.9686777076402) - and current position to locate is (-10.49807300396815,8.09388038470593,-540.9716976963618) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004613934614767288 mm long - and its vector is (0.002640029739918504,0.003639354797346783,0.001036210529150594) mm - Endpoint of ComputeStep() was (-10.51443520180219,8.101490016977406,-540.9567368976221) - and current position to locate is (-10.51179517206227,8.105129371774753,-540.955700687093) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005540582870308095 mm long - and its vector is (0.002937463100053606,0.004461653643710761,-0.001470719498115614) mm - Endpoint of ComputeStep() was (-10.52820843127024,8.119887806376493,-540.9437108547262) - and current position to locate is (-10.52527096817019,8.124349460020204,-540.9451815742243) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003895874260828212 mm long - and its vector is (-0.002812556058907845,-0.002293304444744848,-0.001417081294562195) mm - Endpoint of ComputeStep() was (-10.54688291523759,8.140090462098831,-540.9277613297179) - and current position to locate is (-10.54969547129649,8.137797157654086,-540.9291784110125) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00411755216000625 mm long - and its vector is (-0.001918936087854206,-0.003547352790285174,0.0008295831859186364) mm - Endpoint of ComputeStep() was (-10.56169490445158,8.148357701520458,-540.9117771067417) - and current position to locate is (-10.56361384053944,8.144810348730173,-540.9109475235558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004610005707528101 mm long - and its vector is (0.003201792652729907,-0.001311259261351339,0.003046518600285708) mm - Endpoint of ComputeStep() was (-10.57442159311072,8.153268450349387,-540.8959484531899) - and current position to locate is (-10.57121980045799,8.151957191088036,-540.8929019345896) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002318390442049694 mm long - and its vector is (0.0003024526147790141,-0.002172304645259526,-0.0007513648819212904) mm - Endpoint of ComputeStep() was (-25.57120762110776,2.652981543663873,-526.012643783644) - and current position to locate is (-25.57090516849298,2.650809239018613,-526.0133951485259) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002117603954868712 mm long - and its vector is (-0.001158297805748276,0.001609245381361202,0.000743587254760314) mm - Endpoint of ComputeStep() was (-25.57495534407446,2.642692861763267,-526.0021389938937) - and current position to locate is (-25.57611364188021,2.644302107144628,-526.0013954066389) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 12.7936456714057 mm long - and its vector is (-12.69657723048699,1.218493748787704,-0.9947709183135771) mm - Endpoint of ComputeStep() was (-37.64492742498509,-22.98050986908251,-403.3503524518254) - and current position to locate is (-50.34150465547208,-21.7620161202948,-404.345123370139) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 42.05064890208836 mm long - and its vector is (-35.60876113682859,-21.6281392165191,-5.700596233540779) mm - Endpoint of ComputeStep() was (-65.83024049373263,-70.03287673068745,-124.4544728499239) - and current position to locate is (-101.4390016305612,-91.66101594720655,-130.1550690834647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.346116678396853 mm long - and its vector is (-0.4864508440777797,2.192739877276367,0.677879691058763) mm - Endpoint of ComputeStep() was (-100.0628428621634,-104.3579713100367,-88.0966414382612) - and current position to locate is (-100.5492937062411,-102.1652314327603,-87.41876174720244) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 24.58722223249699 mm long - and its vector is (17.64880539892291,16.90875080270411,-2.673071527886506) mm - Endpoint of ComputeStep() was (-28.80255265238021,-144.837419919018,116.3583777209041) - and current position to locate is (-11.15374725345731,-127.9286691163139,113.6853061930176) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.451964684150273 mm long - and its vector is (-0.4803706576704254,-1.367452528786544,-0.08671249497143663) mm - Endpoint of ComputeStep() was (2.990335804045658,-134.4969450521355,138.9112330729932) - and current position to locate is (2.509965146375233,-135.8643975809221,138.8245205780218) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01810621071276657 mm long - and its vector is (0.01091384958249347,-0.01443754156691895,-0.0005292893058594927) mm - Endpoint of ComputeStep() was (-0.07724737068941873,0.2972653167149516,-582.5255095510752) - and current position to locate is (-0.06633352110692525,0.2828277751480326,-582.526038840381) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06983015317412206 mm long - and its vector is (-0.0467417168989015,-0.05183936974354936,0.002035175239598175) mm - Endpoint of ComputeStep() was (1.108944641547585,0.1657463191824075,-550.7140295234113) - and current position to locate is (1.062202924648684,0.1139069494388581,-550.7119943481717) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 10.69568009587882 mm long - and its vector is (4.706699723011589,9.576469979052632,-0.7319652799722007) mm - Endpoint of ComputeStep() was (52.82289670407308,61.47085704705289,563.1962827314356) - and current position to locate is (57.52959642708467,71.04732702610552,562.4643174514634) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02116274971108259 mm long - and its vector is (-0.00255167149771296,0.02099104119997719,-0.000852723426760349) mm - Endpoint of ComputeStep() was (58.45726486267905,71.88309384644937,579.8945190635078) - and current position to locate is (58.45471319118134,71.90408488764935,579.893666340081) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01025513344978029 mm long - and its vector is (0.009139477642407634,-0.004641770900188025,-0.0003027761663361161) mm - Endpoint of ComputeStep() was (2.191216339454618,0.3697534840137406,-512.627651862485) - and current position to locate is (2.200355817097026,0.3651117131135526,-512.6279546386513) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001032911979333524 mm long - and its vector is (-7.727061904461152e-05,-0.001029946840847729,-1.207946650083613e-05) mm - Endpoint of ComputeStep() was (39.88396032216372,-0.1409951375757481,574.8904977239783) - and current position to locate is (39.88388305154467,-0.1420250844165958,574.8904856445118) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1171235143314082 mm long - and its vector is (0.05159157085358235,-0.105091779357798,-0.003456202773463701) mm - Endpoint of ComputeStep() was (-1.074750430664069,-0.3624139194048407,-543.708679868509) - and current position to locate is (-1.023158859810487,-0.4675056987626387,-543.7121360712824) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.752660049352499 mm long - and its vector is (1.740860442252756,0.1964067232422195,0.05144480791196315) mm - Endpoint of ComputeStep() was (-9.220742211245886,-21.46716234738928,-186.3821896339012) - and current position to locate is (-7.47988176899313,-21.27075562414706,-186.3307448259893) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 14.92545490005925 mm long - and its vector is (8.558884278171895,-8.523769539168676,8.76698675313844) mm - Endpoint of ComputeStep() was (-55.87593734522093,-58.92538568766197,-175.6934696619232) - and current position to locate is (-47.31705306704904,-67.44915522683064,-166.9264829087847) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.183843073337091 mm long - and its vector is (-0.6788371784974245,1.436681758627131,1.498097519682915) mm - Endpoint of ComputeStep() was (-62.44980242833441,-82.39140879668467,-159.4539451666248) - and current position to locate is (-63.12863960683183,-80.95472703805754,-157.9558476469419) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.435465261197332 mm long - and its vector is (1.010426839272171,-2.172214509709249,0.4381926115146655) mm - Endpoint of ComputeStep() was (-76.09776227775367,-85.73661490813157,-151.7552332551493) - and current position to locate is (-75.0873354384815,-87.90882941784082,-151.3170406436346) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01555502911242229 mm long - and its vector is (0.002885810261403776,-0.01382481475965847,-0.006519626268783441) mm - Endpoint of ComputeStep() was (-75.48629031134413,-88.11913617114674,-151.0476779886579) - and current position to locate is (-75.48340450108273,-88.13296098590639,-151.0541976149267) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1444437798465637 mm long - and its vector is (0.07298537306412811,-0.0442014754978004,0.1165477173473164) mm - Endpoint of ComputeStep() was (-78.04437594232218,-89.42592127598559,-149.9408106999588) - and current position to locate is (-77.97139056925805,-89.47012275148339,-149.8242629826115) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.781181149856739 mm long - and its vector is (1.53917721034324,-0.88378892113559,4.439543202378303) mm - Endpoint of ComputeStep() was (-98.59321687159573,-89.2070563201116,-142.6223643141504) - and current position to locate is (-97.05403966125249,-90.09084524124719,-138.1828211117721) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.232845697583032 mm long - and its vector is (0.5479900828181457,2.379860848421302,2.118315490116032) mm - Endpoint of ComputeStep() was (-116.014322982708,-95.7858403226741,-126.8798102214971) - and current position to locate is (-115.4663328998898,-93.4059794742528,-124.7614947313811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.759909355923791 mm long - and its vector is (2.592269471055729,0.7640634600682148,3.918301047014111) mm - Endpoint of ComputeStep() was (-129.8290317099348,-91.75907608887049,-115.5805649057803) - and current position to locate is (-127.2367622388791,-90.99501262880227,-111.6622638587662) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.308851954666239 mm long - and its vector is (2.474638402185917,0.5161808314557845,2.13499962191166) mm - Endpoint of ComputeStep() was (-136.8083417690432,-83.77715128616924,-102.3130928327425) - and current position to locate is (-134.3337033668572,-83.26097045471346,-100.1780932108308) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.654600141644227e-05 mm long - and its vector is (-3.736750854410609e-05,2.693777364015659e-05,-6.675020927104924e-06) mm - Endpoint of ComputeStep() was (-1.80490234623005,4.921448858396819,-564.4878798527358) - and current position to locate is (-1.804939713738595,4.921475796170459,-564.4878865277567) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005052045730381126 mm long - and its vector is (-0.003313475690591927,-0.0004001697780529057,0.003792612431880116) mm - Endpoint of ComputeStep() was (-1.801712603348176,4.917310983597922,-564.4855065535651) - and current position to locate is (-1.805026079038768,4.916910813819869,-564.4817139411332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001817474503286338 mm long - and its vector is (-0.0006167171419483308,-0.001706704941569104,0.0001001587706923601) mm - Endpoint of ComputeStep() was (0.7695250974515294,1.248197090872872,-540.8969253200423) - and current position to locate is (0.7689083803095811,1.246490385931303,-540.8968251612716) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.533244956855627 mm long - and its vector is (5.724730177363913,-6.325053485052557,0.1934742910710838) mm - Endpoint of ComputeStep() was (5.787584221191462,39.18644021450307,559.59463159719) - and current position to locate is (11.51231439855538,32.86138672945052,559.788105888261) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001993162820668558 mm long - and its vector is (-0.0004210793851795458,8.524540230814281e-06,0.001948157466244993) mm - Endpoint of ComputeStep() was (0.7712068888553201,1.249849659497695,-540.8963430553234) - and current position to locate is (0.7707858094701405,1.249858184037926,-540.8943948978572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7376404292931887 mm long - and its vector is (0.5844644811362452,0.4495403275341872,-0.02069219994189098) mm - Endpoint of ComputeStep() was (-6.30591405139536,17.5410248312645,-355.073383919125) - and current position to locate is (-5.721449570259115,17.99056515879868,-355.0940761190669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.520797476276299 mm long - and its vector is (1.420187674179857,-0.53640457222469,0.09034416888994912) mm - Endpoint of ComputeStep() was (-15.18222616642129,42.61132817096822,-60.19105704451886) - and current position to locate is (-13.76203849224143,42.07492359874353,-60.10071287562891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03853957155194691 mm long - and its vector is (-0.01561570909077359,0.03522711265761273,-0.0007062144205747245) mm - Endpoint of ComputeStep() was (-0.5193255230045426,-0.06506152901689274,-578.8678240460025) - and current position to locate is (-0.5349412320953162,-0.02983441635928001,-578.8685302604231) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.660234393618833 mm long - and its vector is (-0.9093187230826114,-4.562878095326852,-0.2665849780195799) mm - Endpoint of ComputeStep() was (-14.36248469251983,-44.33041378884882,218.4420713473423) - and current position to locate is (-15.27180341560244,-48.89329188417567,218.1754863693228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4532268336900867 mm long - and its vector is (0.4358937748593803,-0.124055367551513,-0.004630939131573086) mm - Endpoint of ComputeStep() was (-16.80467931181323,-61.18305081747798,403.1141082049624) - and current position to locate is (-16.36878553695385,-61.3071061850295,403.1094772658308) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002865581368594216 mm long - and its vector is (0.001458256734130775,-0.002466788170353618,0) mm - Endpoint of ComputeStep() was (0.06323898285627366,0.1718154644966126,-598.4447787072365) - and current position to locate is (0.06469723959040444,0.1693486763262589,-598.4447787072365) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03621636385214092 mm long - and its vector is (0.03448786137889714,-0.01102221653912872,-0.0008503944644644434) mm - Endpoint of ComputeStep() was (0.7507404795325086,-0.128200130707656,-500.8633689026553) - and current position to locate is (0.7852283409114057,-0.1392223472467847,-500.8642192971198) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.105865065286481 mm long - and its vector is (1.10289046935832,0.07730199227952994,-0.02438354382104535) mm - Endpoint of ComputeStep() was (8.781304217769302,-5.41580722891265,-155.9223431367844) - and current position to locate is (9.884194687127621,-5.33850523663312,-155.9467266806054) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.024050960675299 mm long - and its vector is (1.473527943567191,-1.386661920456303,-0.05163728588610184) mm - Endpoint of ComputeStep() was (15.61003945217773,-12.38423854436916,196.6520210831997) - and current position to locate is (17.08356739574492,-13.77090046482546,196.6003837973136) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.544081601380954e-05 mm long - and its vector is (-7.51795680359324e-06,1.348694253539007e-05,-3.880359145114198e-08) mm - Endpoint of ComputeStep() was (-0.3024485814660978,0.3540662591678415,-590.9978758700183) - and current position to locate is (-0.3024560994229014,0.3540797461103769,-590.9978759088219) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.893128855671711e-05 mm long - and its vector is (2.215498045599062e-05,-3.200765514144166e-05,5.586430233961437e-07) mm - Endpoint of ComputeStep() was (-0.3025254770710776,0.354174424999982,-590.9896998297556) - and current position to locate is (-0.3025033220906216,0.3541424173448405,-590.9896992711126) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008090297637345926 mm long - and its vector is (-0.004407123196373985,0.003130932864040259,0.006018923524493403) mm - Endpoint of ComputeStep() was (-0.2855575098794512,0.3389148207036903,-590.9693702431158) - and current position to locate is (-0.2899646330758252,0.3420457535677305,-590.9633513195913) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007659597740177832 mm long - and its vector is (-0.003912609133466471,-0.003385120199808966,-0.005648175682722467) mm - Endpoint of ComputeStep() was (0.452286362858721,-35.21488798074934,-564.4809859206068) - and current position to locate is (0.4483737537252546,-35.21827310094915,-564.4866340962895) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007323141232582681 mm long - and its vector is (-0.006790537448699396,0.0009203809492674964,-0.002582614485049817) mm - Endpoint of ComputeStep() was (0.4351908175945028,-35.25929116060831,-564.4665896873802) - and current position to locate is (0.4284002801458034,-35.25837077965905,-564.4691723018652) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01431328853865632 mm long - and its vector is (-0.005949912442734628,0.01172244086886565,0.005661550210902533) mm - Endpoint of ComputeStep() was (0.3936640748819301,-35.2882373782737,-564.4438378879752) - and current position to locate is (0.3877141624391955,-35.27651493740483,-564.4381763377643) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01403012083237764 mm long - and its vector is (0.01044652396954132,-0.007862572053468853,0.005088652889412515) mm - Endpoint of ComputeStep() was (0.3532273391451518,-35.29660673753868,-564.3984223587964) - and current position to locate is (0.3636738631146931,-35.30446930959215,-564.393333705907) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006107394209970621 mm long - and its vector is (-0.004282515591982394,-0.00243610634272784,-0.003609114867572316) mm - Endpoint of ComputeStep() was (0.335019526251854,-35.31777871513573,-564.3503492686284) - and current position to locate is (0.3307370106598716,-35.32021482147846,-564.353958383496) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00477754105105922 mm long - and its vector is (-0.00245639139105186,0.0005457540371196501,-0.004061181153247162) mm - Endpoint of ComputeStep() was (0.2788204511616412,-35.33361483736361,-564.3243575672552) - and current position to locate is (0.2763640597705893,-35.33306908332649,-564.3284187484085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01356052032168645 mm long - and its vector is (0.005760910539359287,-0.01089036483623573,0.005665648673016221) mm - Endpoint of ComputeStep() was (0.2343354563689548,-35.34508199206529,-564.3087743843108) - and current position to locate is (0.2400963669083141,-35.35597235690152,-564.3031087356378) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00889444162103856 mm long - and its vector is (-0.000308089833764208,-0.007966161048962306,-0.003944166647897873) mm - Endpoint of ComputeStep() was (0.214944276373814,-35.36823096786379,-564.2763849224821) - and current position to locate is (0.2146361865400498,-35.37619712891275,-564.28032908913) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009822607807719713 mm long - and its vector is (0.002014497267090937,0.00597340958046999,0.007532848258733793) mm - Endpoint of ComputeStep() was (0.1890591425692374,-35.40541248268543,-564.2503218260683) - and current position to locate is (0.1910736398363283,-35.39943907310496,-564.2427889778096) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7650558000607163 mm long - and its vector is (-0.5718420405982796,0.4700205916768923,-0.1933589956806827) mm - Endpoint of ComputeStep() was (-6.200353851624702,-40.86959923505918,-558.6386132579279) - and current position to locate is (-6.772195892222982,-40.39957864338229,-558.8319722536086) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01112980224354663 mm long - and its vector is (0.00877150515022862,-0.00486633513959589,0.004822030452942272) mm - Endpoint of ComputeStep() was (-25.37854716794583,-52.79056103291172,-540.9492728003635) - and current position to locate is (-25.3697756627956,-52.79542736805131,-540.9444507699105) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001633599700966735 mm long - and its vector is (-8.572207148915822e-05,0.0001390408569008628,-2.417933387732774e-06) mm - Endpoint of ComputeStep() was (-25.3887439864806,-52.80613081352342,-540.8874650100709) - and current position to locate is (-25.38882970855209,-52.80599177266652,-540.8874674280042) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.85273754439976 mm long - and its vector is (-2.080484952180214,1.742250156296926,-0.8799194587364241) mm - Endpoint of ComputeStep() was (-71.70166334875482,-55.35326364935058,-428.3709140960078) - and current position to locate is (-73.78214830093503,-53.61101349305365,-429.2508335547442) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004216136880558409 mm long - and its vector is (-0.0002235710908702337,-0.0003480654281044493,-8.139119756833679e-05) mm - Endpoint of ComputeStep() was (-0.3016410563536934,0.3534995349212173,-590.9976334822642) - and current position to locate is (-0.3018646274445637,0.3531514694931129,-590.9977148734617) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005658845873797937 mm long - and its vector is (0.0004429114577456095,0.0003521939081066461,-3.775966661123675e-06) mm - Endpoint of ComputeStep() was (-0.3012995865552691,0.3524327194757466,-590.998476610481) - and current position to locate is (-0.3008566750975235,0.3527849133838533,-590.9984803864477) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002436396441912301 mm long - and its vector is (-0.0001766451872676766,0.0001040437071710976,-0.0001316497665584393) mm - Endpoint of ComputeStep() was (-0.3004484643307853,0.3527188603348929,-590.9990803181717) - and current position to locate is (-0.3006251095180529,0.352822904042064,-590.9992119679382) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002020907365529415 mm long - and its vector is (9.238277872603007e-05,-0.0001739801812294384,4.513296505592734e-05) mm - Endpoint of ComputeStep() was (-0.3001873787008412,0.3529402976808038,-590.9996554270072) - and current position to locate is (-0.3000949959221152,0.3527663174995744,-590.9996102940421) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001479343284404319 mm long - and its vector is (-5.752975306139163e-07,0.0001463913936460282,2.130245127318631e-05) mm - Endpoint of ComputeStep() was (-0.2994991882839764,0.3527957744372768,-590.9997966329499) - and current position to locate is (-0.299499763581507,0.3529421658309229,-590.9997753304987) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.483796564435361e-05 mm long - and its vector is (1.214557545731187e-05,5.874327015420455e-05,-4.47485676886572e-05) mm - Endpoint of ComputeStep() was (-0.2988895165941839,0.3527024324925321,-590.9999244060954) - and current position to locate is (-0.2988773710187266,0.3527611757626863,-590.9999691546631) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.025319031635558e-05 mm long - and its vector is (1.162250399827647e-05,4.13978286164518e-05,4.22088157847611e-05) mm - Endpoint of ComputeStep() was (-0.2982514077462959,0.3525548311152359,-590.9999391381916) - and current position to locate is (-0.2982397852422976,0.3525962289438524,-590.9998969293758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001808274082195694 mm long - and its vector is (9.120014918667652e-05,-3.156620231647977e-05,-0.0001529204342887169) mm - Endpoint of ComputeStep() was (-0.2976856543025684,0.3523791181419478,-590.9995216349415) - and current position to locate is (-0.2975944541533817,0.3523475519396314,-590.9996745553758) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001642148929905877 mm long - and its vector is (-2.547917336215288e-05,-0.0001299401626911334,-9.712310190934659e-05) mm - Endpoint of ComputeStep() was (-0.297006789012192,0.3522160320200966,-590.9996527634676) - and current position to locate is (-0.2970322681855541,0.3520860918574055,-590.9997498865695) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000178174614125311 mm long - and its vector is (1.661118841511655e-05,0.0001377329045498255,0.0001118029898634632) mm - Endpoint of ComputeStep() was (-0.2964932219383697,0.3518515484364645,-590.9995410357341) - and current position to locate is (-0.2964766107499546,0.3519892813410143,-590.9994292327442) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002874010102723583 mm long - and its vector is (0.000105690954108506,0.0002641773494843069,4.048568814596365e-05) mm - Endpoint of ComputeStep() was (-0.295915586848182,0.3517200744946786,-590.9991371986891) - and current position to locate is (-0.2958098958940735,0.3519842518441629,-590.999096713001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002802668528397577 mm long - and its vector is (-0.0001328857901803926,-0.0001735863142958705,0.0001753814900666839) mm - Endpoint of ComputeStep() was (-0.2952519989810694,0.3517040352341741,-590.9989513453024) - and current position to locate is (-0.2953848847712497,0.3515304489198782,-590.9987759638124) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003242718138778934 mm long - and its vector is (-0.0002147046473837677,-0.0002261722904750019,8.8883174385046e-05) mm - Endpoint of ComputeStep() was (-0.2950520141574499,0.351422530414758,-590.9982464969861) - and current position to locate is (-0.2952667188048337,0.351196358124283,-590.9981576138117) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006126409100961631 mm long - and its vector is (0.0003228785162533443,-0.0004551866634789903,0.0002527517553971848) mm - Endpoint of ComputeStep() was (-0.295646055255624,0.3514205074430035,-590.9972693534295) - and current position to locate is (-0.2953231767393707,0.3509653207795245,-590.9970166016741) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009951099420027151 mm long - and its vector is (0.0008637671883660047,0.000194686226238916,-0.0004541445962331636) mm - Endpoint of ComputeStep() was (-0.2948225276887485,0.3511411985576447,-590.9959889879854) - and current position to locate is (-0.2939587605003825,0.3513358847838836,-590.9964431325816) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001036285777050021 mm long - and its vector is (-0.0004468206709006828,-0.0009349262235364142,1.234732019383955e-05) mm - Endpoint of ComputeStep() was (-0.2929846951906379,0.3508771527854921,-590.9959286937998) - and current position to locate is (-0.2934315158615385,0.3499422265619557,-590.9959163464796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001276453388704062 mm long - and its vector is (-0.0009922002229558746,-0.0006946695976707273,-0.0004028723385545163) mm - Endpoint of ComputeStep() was (-0.2932481440027541,0.3492534482455137,-590.9951803025064) - and current position to locate is (-0.2942403442257099,0.348558778647843,-590.9955831748449) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05474365363598773 mm long - and its vector is (0.05238660768213821,-0.01561208291125915,0.002962062819506173) mm - Endpoint of ComputeStep() was (-1.335001869602396,3.98318257893086,-553.973283018733) - and current position to locate is (-1.282615261920258,3.967570496019601,-553.9703209559135) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005769267293115533 mm long - and its vector is (0.00216581113376102,0.005319868956758178,-0.0005410189601207094) mm - Endpoint of ComputeStep() was (-1.354931402281494,4.345007559690179,-550.5484582249567) - and current position to locate is (-1.352765591147733,4.350327428646938,-550.5489992439168) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.179353076586097 mm long - and its vector is (4.090857918188567,-0.8367151613446566,0.178273303496546) mm - Endpoint of ComputeStep() was (-14.8631728362978,65.8922397337241,49.06370630625736) - and current position to locate is (-10.77231491810924,65.05552457237944,49.2419796097539) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1443984755657231 mm long - and its vector is (0.05354506210876586,0.1334838594743815,-0.01288042426695313) mm - Endpoint of ComputeStep() was (-12.33714287639533,72.98249719273967,124.8865444862179) - and current position to locate is (-12.28359781428656,73.11598105221405,124.8736640619509) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02049336174104707 mm long - and its vector is (-0.01471379705247566,0.01426284917630227,-0.0002306189975342932) mm - Endpoint of ComputeStep() was (-0.8746631884877922,-0.3747787848362985,-533.9978001461284) - and current position to locate is (-0.8893769855402679,-0.3605159356599962,-533.9980307651259) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.543325070607055 mm long - and its vector is (6.926861562725559,-2.981812718742699,0.1706895486795474) mm - Endpoint of ComputeStep() was (-31.71977654891856,-9.122687064702273,564.6317077714763) - and current position to locate is (-24.792914986193,-12.10449978344497,564.8023973201558) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.281269421530203 mm long - and its vector is (0.4087062183954018,0.7750611664774976,-0.9348212373560045) mm - Endpoint of ComputeStep() was (-21.07346640740442,-13.54734537435955,565.2322850466567) - and current position to locate is (-20.66476018900902,-12.77228420788205,564.2974638093007) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.548866839993001 mm long - and its vector is (-1.426185637612454,0.5965454163016961,-0.09548079067172921) mm - Endpoint of ComputeStep() was (-15.9443187699066,13.61965090532843,-231.4431016884522) - and current position to locate is (-17.37050440751906,14.21619632163013,-231.5385824791239) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01265165932956694 mm long - and its vector is (-0.001701422170427236,0.01251840060691478,-0.0006777113206908325) mm - Endpoint of ComputeStep() was (-72.60690059037687,53.29656629500742,594.9727090941067) - and current position to locate is (-72.60860201254729,53.30908469561434,594.972031382786) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03086379804619007 mm long - and its vector is (-0.03084953024227355,0.0009383568974841161,0) mm - Endpoint of ComputeStep() was (-0.254951788187027,0.7240507006645204,-591.5685629025334) - and current position to locate is (-0.2858013184293006,0.7249890575620045,-591.5685629025334) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.093615405026877 mm long - and its vector is (-2.00929035606606,-2.348612967419835,0.1312465942679353) mm - Endpoint of ComputeStep() was (43.47623530444734,0.5749188146064403,69.40483041109746) - and current position to locate is (41.46694494838128,-1.773694152813394,69.5360770053654) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002001602502354324 mm long - and its vector is (-0.001853574927729085,-0.0007423509885156054,0.000139955616447196) mm - Endpoint of ComputeStep() was (41.73107569185313,-1.769850117008528,73.05461924063054) - and current position to locate is (41.7292221169254,-1.770592467997044,73.05475919624699) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02140084468082921 mm long - and its vector is (0.004063632055292032,0.02100917395229618,-0.0003125018629361875) mm - Endpoint of ComputeStep() was (80.93371317396077,-1.649674561696088,579.4800149853936) - and current position to locate is (80.93777680601606,-1.628665387743792,579.4797024835307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1090714107292757 mm long - and its vector is (-0.1060358698692726,0.02514029526418282,0.004575204210823358) mm - Endpoint of ComputeStep() was (-0.07568031018318083,-2.405967673418592,-547.0749916063958) - and current position to locate is (-0.1817161800524535,-2.38082737815441,-547.0704164021849) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004365041844487894 mm long - and its vector is (-0.0004419585110645996,0.004325713364453421,0.0003827098995543565) mm - Endpoint of ComputeStep() was (-0.1391636345488858,-2.576189824168411,-544.8131233345823) - and current position to locate is (-0.1396055930599504,-2.571864110803957,-544.8127406246828) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03714655180181366 mm long - and its vector is (0.01481932030272248,0.03399703911491958,0.002110778990981999) mm - Endpoint of ComputeStep() was (0.257320576061571,-3.773123566059586,-529.6538960517274) - and current position to locate is (0.2721398963642935,-3.739126526944667,-529.6517852727364) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07602800973681942 mm long - and its vector is (-0.07083792761269248,-0.02760590600941537,0.0004002867474355298) mm - Endpoint of ComputeStep() was (1.942934388275553,-7.167513150430477,-463.3580651325772) - and current position to locate is (1.87209646066286,-7.195119056439892,-463.3576648458298) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.070988615351647 mm long - and its vector is (8.990213496543081,1.200344642160424,-0.134419070263732) mm - Endpoint of ComputeStep() was (20.80993530379732,-48.16446223622748,437.3916302256707) - and current position to locate is (29.8001488003404,-46.96411759406705,437.2572111554069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02319329603688802 mm long - and its vector is (-0.01566179576236948,0.01697598103820397,-0.002110261202574293) mm - Endpoint of ComputeStep() was (-121.3608915584147,23.75415009347229,596.7022868251918) - and current position to locate is (-121.3765533541771,23.7711260745105,596.7001765639892) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001385714672139547 mm long - and its vector is (-0.0004923758696356723,-0.001295280609007632,-4.393121002976841e-06) mm - Endpoint of ComputeStep() was (-0.08275355891652462,0.4260835468134047,-564.4162893734465) - and current position to locate is (-0.0832459347861603,0.424788266204397,-564.4162937665675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001290088293382184 mm long - and its vector is (-0.00100885783030337,-0.0008023050357791051,5.329458247160801e-05) mm - Endpoint of ComputeStep() was (-0.07895709967845183,0.4248160120727379,-564.3346891207366) - and current position to locate is (-0.07996595750875519,0.4240137070369588,-564.3346358261541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05353533288764165 mm long - and its vector is (0.02064314912438703,0.04939515529269853,0.0001043802142248751) mm - Endpoint of ComputeStep() was (1.186656014165665,-0.1387278685429911,-526.7197416254745) - and current position to locate is (1.207299163290052,-0.08933271325029254,-526.7196372452603) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.011488794023416 mm long - and its vector is (6.338398519598101,-4.891458104509935,-0.2868702064408808) mm - Endpoint of ComputeStep() was (33.41959956858868,-15.05142537935444,440.1262644266969) - and current position to locate is (39.75799808818678,-19.94288348386437,439.8393942202561) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1468260595316586 mm long - and its vector is (-0.1343995502912676,0.05910108723187962,0.001309246771597827) mm - Endpoint of ComputeStep() was (0.147574289140319,-0.2806076150064268,-568.0790416832185) - and current position to locate is (0.01317473884905146,-0.2215065277745472,-568.0777324364469) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.134220138215773 mm long - and its vector is (-0.3308474603556828,2.103156753059181,0.1488866293644548) mm - Endpoint of ComputeStep() was (3.694193723541318,-45.70557406297993,70.81595993325311) - and current position to locate is (3.363346263185635,-43.60241730992075,70.96484656261757) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.497603208358851 mm long - and its vector is (0.7489350993300476,1.2963234486567,0.03817202039471113) mm - Endpoint of ComputeStep() was (19.38838565163115,-21.69741961163129,-157.7287464194972) - and current position to locate is (20.1373207509612,-20.40109616297459,-157.6905743991025) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6089304068775517 mm long - and its vector is (0.2455492667708015,-0.5472429846074611,-0.1050091129678776) mm - Endpoint of ComputeStep() was (36.51612298739031,-16.38209651246543,-371.9878762207219) - and current position to locate is (36.76167225416111,-16.92933949707289,-372.0928853336898) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001989634789350819 mm long - and its vector is (5.151241076051249e-05,-0.0001920841490035685,6.051213858881965e-06) mm - Endpoint of ComputeStep() was (-2.595184566621057,0.462315925025939,-540.9741776383726) - and current position to locate is (-2.595133054210296,0.4621238408769354,-540.9741715871587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003578654803688774 mm long - and its vector is (-0.003441748319262139,0.0009388184305441638,-0.0002824157667191685) mm - Endpoint of ComputeStep() was (-2.74059134376925,0.4881248650947486,-539.1090860524521) - and current position to locate is (-2.744033092088512,0.4890636835252928,-539.1093684682188) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008495267081010474 mm long - and its vector is (-0.0002364821026237252,0.0006368866562950215,0.0005100463017697621) mm - Endpoint of ComputeStep() was (-2.581757531472929,0.4621019426448926,-540.9679427047582) - and current position to locate is (-2.581994013575553,0.4627388293011876,-540.9674326584565) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006094447647941663 mm long - and its vector is (-2.239041971252576e-05,0.0005820803486895065,-0.0001791760533933484) mm - Endpoint of ComputeStep() was (-2.562560297000021,0.4641069763050383,-540.9654165273522) - and current position to locate is (-2.562582687419733,0.4646890566537278,-540.9655957034056) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004582500388532349 mm long - and its vector is (-0.0004507500313115642,0.004559495186180706,-8.448590040188719e-05) mm - Endpoint of ComputeStep() was (-2.542274613990858,0.4667256289304935,-540.9640347712544) - and current position to locate is (-2.54272536402217,0.4712851241166742,-540.9641192571548) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003880091065010949 mm long - and its vector is (-0.000916528136223782,0.001719463525192366,-0.003355373009640061) mm - Endpoint of ComputeStep() was (-2.5254658303354,0.4736904819973631,-540.9676011123964) - and current position to locate is (-2.526382358471623,0.4754099455225555,-540.9709564854061) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004134641872540101 mm long - and its vector is (0.0007752769818054617,-0.004017726779740105,0.0005933637493171773) mm - Endpoint of ComputeStep() was (-2.512018006640905,0.4772406447750577,-540.9773288024289) - and current position to locate is (-2.5112427296591,0.4732229179953176,-540.9767354386796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003670060925662455 mm long - and its vector is (0.001723117309921474,0.001665248807658948,0.002779777031150843) mm - Endpoint of ComputeStep() was (-2.499330923868694,0.4730212955708621,-540.9839984986379) - and current position to locate is (-2.497607806558772,0.474686544378521,-540.9812187216068) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002215942173775149 mm long - and its vector is (0.00100379357879854,-0.0001593383199669507,0.001969113878999451) mm - Endpoint of ComputeStep() was (-2.488963978873502,0.4730462806993284,-540.9857578067664) - and current position to locate is (-2.487960185294703,0.4728869423793615,-540.9837886928874) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001889955853430158 mm long - and its vector is (6.200196250905066e-05,0.001582331991094366,-0.001031656122222557) mm - Endpoint of ComputeStep() was (-2.478419475933225,0.4694433943033142,-540.988496941571) - and current position to locate is (-2.478357473970716,0.4710257262944086,-540.9895285976933) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002826764795970522 mm long - and its vector is (0.001658431639006697,0.001264135857296955,0.001908445504795964) mm - Endpoint of ComputeStep() was (-2.468496496275657,0.4637612569127755,-540.993285834226) - and current position to locate is (-2.466838064636651,0.4650253927700724,-540.9913773887212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001533842623338497 mm long - and its vector is (0.001114231973145863,0.000816171111581443,0.0006671019560826608) mm - Endpoint of ComputeStep() was (-2.458430479353034,0.4593287876235546,-540.9984506640169) - and current position to locate is (-2.457316247379888,0.460144958735136,-540.9977835620608) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004424243916156901 mm long - and its vector is (0.0001778153724512066,0.0003498276078616191,-0.0002043078079623228) mm - Endpoint of ComputeStep() was (-2.448119374752197,0.454436783999883,-540.9995531066752) - and current position to locate is (-2.447941559379746,0.4547866116077446,-540.9997574144832) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.352498270563733 mm long - and its vector is (-1.856542253602289,-6.01087525562306,-0.8813987743598091) mm - Endpoint of ComputeStep() was (23.8443905870875,-6.725030668649354,-547.4166649197614) - and current position to locate is (21.98784833348521,-12.73590592427241,-548.2980636941212) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.106444122146904 mm long - and its vector is (-0.4729852968825661,0.5445632132833342,-0.83901991103005) mm - Endpoint of ComputeStep() was (24.88422048777924,-15.58085734356865,-551.7773581559468) - and current position to locate is (24.41123519089668,-15.03629413028531,-552.6163780669768) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.326150064016783 mm long - and its vector is (0.122249324581361,0.2547926541655912,-0.1628179052831911) mm - Endpoint of ComputeStep() was (36.88984180890188,-28.24099455230688,-563.9109554908921) - and current position to locate is (37.01209113348325,-27.98620189814129,-564.0737733961753) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003910486170843184 mm long - and its vector is (0.0001300359111127136,-0.0003112902239479354,0.0001977576274612147) mm - Endpoint of ComputeStep() was (37.13521621877378,-28.04463015065897,-564.2416740912431) - and current position to locate is (37.13534625468489,-28.04494144088292,-564.2414763336157) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004811118836408525 mm long - and its vector is (-0.0001217887205910984,5.66945566049526e-06,-0.0004654073585470542) mm - Endpoint of ComputeStep() was (37.13696146663925,-28.04510775134459,-564.2419010314284) - and current position to locate is (37.13683967791866,-28.04510208188893,-564.2423664387869) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002626904046006929 mm long - and its vector is (-6.867971748647506e-05,0.0001229856609867852,-0.0002217292769728374) mm - Endpoint of ComputeStep() was (37.13805479527381,-28.04571469759926,-564.2430826133351) - and current position to locate is (37.13798611555632,-28.04559171193828,-564.2433043426121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004750256266552559 mm long - and its vector is (0.0002416136279421721,0.0004058664527910594,5.044425904543459e-05) mm - Endpoint of ComputeStep() was (37.139394900387,-28.04634540099671,-564.2439879587447) - and current position to locate is (37.13963651401495,-28.04593953454392,-564.2439375144857) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003446166643916094 mm long - and its vector is (0.0002225716173924752,0.000217015888072325,0.0001487502095187665) mm - Endpoint of ComputeStep() was (37.13851182642515,-28.04468988930062,-564.2440778123474) - and current position to locate is (37.13873439804254,-28.04447287341255,-564.2439290621379) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004035427127307185 mm long - and its vector is (-0.000253899216019704,-0.0003126930275136885,2.459633401485917e-05) mm - Endpoint of ComputeStep() was (37.13714012896462,-28.04318377800315,-564.2439978741276) - and current position to locate is (37.1368862297486,-28.04349647103066,-564.2439732777935) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004441162871048777 mm long - and its vector is (0.0002311198837006145,0.0003363960252400489,0.0001751016562820951) mm - Endpoint of ComputeStep() was (37.13521384286021,-28.04253747813904,-564.2436082300405) - and current position to locate is (37.13544496274391,-28.0422010821138,-564.2434331283843) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005229774829426417 mm long - and its vector is (-1.068874873055847e-05,0.0002328327720455547,0.0004681667422801183) mm - Endpoint of ComputeStep() was (37.13389390126189,-28.04182284521048,-564.2436566488605) - and current position to locate is (37.13388321251315,-28.04159001243844,-564.2431884821182) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000512756307865082 mm long - and its vector is (-0.0002524091836875186,-0.0003535952658779706,0.0002723582625776544) mm - Endpoint of ComputeStep() was (37.13253626533375,-28.04064996038666,-564.2432163273643) - and current position to locate is (37.13228385615007,-28.04100355565253,-564.2429439691017) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004574705218565267 mm long - and its vector is (-2.525909292927508e-05,2.774413967898681e-05,-0.0004559292920021107) mm - Endpoint of ComputeStep() was (37.13090962153191,-28.04052566208174,-564.2428387539582) - and current position to locate is (37.13088436243898,-28.04049791794207,-564.2432946832502) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006153440497953838 mm long - and its vector is (6.850724791718221e-05,0.0003500701745053902,0.0005014039584239072) mm - Endpoint of ComputeStep() was (37.1292951470991,-28.03972103303611,-564.2436199528507) - and current position to locate is (37.12936365434702,-28.0393709628616,-564.2431185488923) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003449458657231518 mm long - and its vector is (2.354043515140347e-05,0.0002855239244787811,0.0001921186787967599) mm - Endpoint of ComputeStep() was (37.1279912647985,-28.03894029323076,-564.2435904438511) - and current position to locate is (37.12801480523365,-28.03865476930628,-564.2433983251723) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002979429499708547 mm long - and its vector is (0.0002227317494956083,-1.644235927855675e-05,-0.0001972060293837785) mm - Endpoint of ComputeStep() was (37.12746408432322,-28.03730672880251,-564.2441327246152) - and current position to locate is (37.12768681607272,-28.03732317116179,-564.2443299306445) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000779839195826131 mm long - and its vector is (0.0006778065607164763,9.16321148807242e-05,-0.0003746077857158525) mm - Endpoint of ComputeStep() was (37.126691827178,-28.03620921061991,-564.2458577564458) - and current position to locate is (37.12736963373872,-28.03611757850503,-564.2462323642316) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001861638811851556 mm long - and its vector is (-0.001853202670233145,-4.829276443274466e-05,0.0001703136451851606) mm - Endpoint of ComputeStep() was (37.12707412580571,-28.03607420594671,-564.2494355222013) - and current position to locate is (37.12522092313547,-28.03612249871114,-564.2492652085562) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003841513361600918 mm long - and its vector is (0.001869406897149872,-0.003351622525013198,-0.0001707899589291628) mm - Endpoint of ComputeStep() was (37.12559754784729,-28.03570087112339,-564.2534169262022) - and current position to locate is (37.12746695474444,-28.0390524936484,-564.2535877161612) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006343027441272401 mm long - and its vector is (0.001875922041186584,0.002771422964407577,-0.005388332614870706) mm - Endpoint of ComputeStep() was (37.12533232794377,-28.04226234047826,-564.2559818216487) - and current position to locate is (37.12720824998495,-28.03949091751386,-564.2613701542635) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0757575065567828 mm long - and its vector is (0.04670224093134401,-0.05877376611781493,-0.01018552443520093) mm - Endpoint of ComputeStep() was (6.383023089030858,-3.047072620589363,-527.1233436155632) - and current position to locate is (6.429725329962202,-3.105846386707178,-527.1335291399984) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5792542421119756 mm long - and its vector is (-0.570324338951437,0.03863999558293507,0.09366203150517549) mm - Endpoint of ComputeStep() was (31.64168058843677,-13.90264180538019,-369.1314367934274) - and current position to locate is (31.07135624948533,-13.86400180979726,-369.0377747619222) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.19324262483279 mm long - and its vector is (0.140829425383572,-3.178176547524771,-0.2759698656713567) mm - Endpoint of ComputeStep() was (143.1399786210665,-70.60035902839994,341.5496624540743) - and current position to locate is (143.2808080464501,-73.77853557592471,341.2736925884029) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4164999391665409 mm long - and its vector is (-0.1633699234119206,-0.3830674632202431,-0.006464214733682638) mm - Endpoint of ComputeStep() was (178.4004504002458,-91.6043728741121,562.4895104032811) - and current position to locate is (178.2370804768339,-91.98744033733234,562.4830461885474) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1210985045416319 mm long - and its vector is (0.03516051059020242,-0.1157271075685458,0.005985221054743306) mm - Endpoint of ComputeStep() was (177.8371696182367,-92.04313407946523,563.7554794408004) - and current position to locate is (177.8723301288269,-92.15886118703378,563.7614646618551) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00805591337083493 mm long - and its vector is (-0.0009611153297726105,-0.007790254828563548,-0.001812712681953599) mm - Endpoint of ComputeStep() was (177.8226215686321,-92.21516327732675,564.0297825783354) - and current position to locate is (177.8216604533023,-92.22295353215532,564.0279698656534) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1059509973325273 mm long - and its vector is (0.09149871180889591,0.03915260751951166,-0.03634106351626087) mm - Endpoint of ComputeStep() was (177.8339169926284,-92.1150650235251,564.1750644599391) - and current position to locate is (177.9254157044373,-92.07591241600559,564.1387233964228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09563949162313368 mm long - and its vector is (0.002236599450384347,-0.05156544782657591,0.08051654843120559) mm - Endpoint of ComputeStep() was (178.037590675961,-92.18173662229215,564.0678340801403) - and current position to locate is (178.0398272754114,-92.23330207011873,564.1483506285715) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1185619988504386 mm long - and its vector is (-0.02473098538757768,-0.0104139734019526,-0.1154853890808454) mm - Endpoint of ComputeStep() was (178.0733436651645,-92.40157467002224,564.1563472508437) - and current position to locate is (178.0486126797769,-92.41198864342419,564.0408618617629) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1839470366782394 mm long - and its vector is (0.05822019827579084,-0.05127061186303195,0.166788024673906) mm - Endpoint of ComputeStep() was (177.7884487057594,-92.09876511762873,563.8092184220377) - and current position to locate is (177.8466689040352,-92.15003572949176,563.9760064467116) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007723166163212327 mm long - and its vector is (-0.00278974052015854,-0.007201711144913643,0) mm - Endpoint of ComputeStep() was (0.1969410395622254,-0.04833964839577675,-597.2120251872665) - and current position to locate is (0.1941512990420668,-0.05554135954069039,-597.2120251872665) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.178714971419039 mm long - and its vector is (-2.145940064930995,-0.3764052412335879,0.007697972545088305) mm - Endpoint of ComputeStep() was (-3.068184622534926,24.14199795096527,-98.2140489852315) - and current position to locate is (-5.214124687465922,23.76559270973168,-98.20635101268641) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008070252582434339 mm long - and its vector is (3.642421586058653e-05,0.008070170383628034,0) mm - Endpoint of ComputeStep() was (0.8422659730911256,0.2233950912952423,-597.47068269744) - and current position to locate is (0.8423023973069862,0.2314652616788704,-597.47068269744) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1023407327070222 mm long - and its vector is (0.07973751179338961,-0.06361270082803894,-0.008305364373200064) mm - Endpoint of ComputeStep() was (2.822653924878533,-0.3093481123537929,-542.6941850442387) - and current position to locate is (2.902391436671922,-0.3729608131818318,-542.7024904086119) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.103722395820748 mm long - and its vector is (0.5742524070354307,4.058719330923168,0.1938274174759158) mm - Endpoint of ComputeStep() was (54.61058682310283,-42.65926577082706,192.4357799983617) - and current position to locate is (55.18483923013826,-38.60054643990389,192.6296074158376) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2579177681823717 mm long - and its vector is (0.1560095282091063,-0.09607837943806075,-0.1815256104705441) mm - Endpoint of ComputeStep() was (3.468193406786068,0.3647044824418584,-542.6066537263885) - and current position to locate is (3.624202934995175,0.2686261030037976,-542.788179336859) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04290614079397216 mm long - and its vector is (-0.02137383205663035,0.02495280407743072,-0.02759445215474443) mm - Endpoint of ComputeStep() was (3.938151760645232,0.673191448040372,-542.6655187999359) - and current position to locate is (3.916777928588602,0.6981442521178027,-542.6931132520906) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.532975478144274 mm long - and its vector is (0.2875825372181717,-0.3281005686775045,-0.3061195214679628) mm - Endpoint of ComputeStep() was (4.684049567120483,1.122126045176246,-542.4267295313068) - and current position to locate is (4.971632104338655,0.794025476498742,-542.7328490527748) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4102505770076011 mm long - and its vector is (-0.09423817903486675,0.3044032762986653,0.2583860424363138) mm - Endpoint of ComputeStep() was (5.756778880192797,1.17201492186878,-542.8917989045474) - and current position to locate is (5.66254070115793,1.476418198167445,-542.6334128621111) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4913925278028127 mm long - and its vector is (-0.06745755694508304,-0.4343431973973582,-0.2196863247133933) mm - Endpoint of ComputeStep() was (6.181129516130674,1.606852624063935,-543.0505350486251) - and current position to locate is (6.113671959185591,1.172509426666577,-543.2702213733385) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02354602900339143 mm long - and its vector is (0.006948343178688587,0.0224974667218272,0) mm - Endpoint of ComputeStep() was (-0.4576038479804993,0.03465638503432274,-593.1703516967596) - and current position to locate is (-0.4506555048018107,0.05715385175614994,-593.1703516967596) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6764146494233922 mm long - and its vector is (0.1504619998633245,-0.2155447055428756,-0.6232483008112695) mm - Endpoint of ComputeStep() was (-2.003416990845703,-3.770879157522849,-592.221322796845) - and current position to locate is (-1.852954990982378,-3.986423863065725,-592.8445710976563) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001350158260433879 mm long - and its vector is (8.744050831044348e-05,-6.134418797110186e-05,8.258523712356691e-05) mm - Endpoint of ComputeStep() was (-5.699939458912887,-9.553269587398713,-590.9997011661771) - and current position to locate is (-5.699852018404576,-9.553330931586684,-590.99961858094) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001503365774262173 mm long - and its vector is (-7.357331504920239e-06,0.0001496555437920932,1.225456639986078e-05) mm - Endpoint of ComputeStep() was (-5.700013887949615,-9.553368421419288,-590.9992579289802) - and current position to locate is (-5.70002124528112,-9.553218765875496,-590.9992456744138) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001847714926954999 mm long - and its vector is (0.0001287279556168031,-0.0001303962755425658,2.379977479449735e-05) mm - Endpoint of ComputeStep() was (-5.700172252655884,-9.553291806017715,-590.9988290860972) - and current position to locate is (-5.700043524700267,-9.553422202293257,-590.9988052863224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003277271925134904 mm long - and its vector is (-4.593880743009038e-05,-1.276907531000404e-05,-0.0003242401724037336) mm - Endpoint of ComputeStep() was (-5.700325397103254,-9.553964943764765,-590.998743976249) - and current position to locate is (-5.700371335910684,-9.553977712840075,-590.9990682164214) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001450678643433618 mm long - and its vector is (-5.198952841034554e-05,-4.713278192625125e-06,-0.0001353497661966685) mm - Endpoint of ComputeStep() was (-5.700513957302185,-9.554374936848079,-590.9989996012594) - and current position to locate is (-5.700565946830595,-9.554379650126272,-590.9991349510256) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002237485691049813 mm long - and its vector is (-2.768402543473769e-05,0.0001692086980096263,-0.0001437547683735829) mm - Endpoint of ComputeStep() was (-5.701011302700084,-9.554484079018978,-590.9991721048106) - and current position to locate is (-5.701038986725519,-9.554314870320969,-590.9993158595789) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.921895449832936e-05 mm long - and its vector is (-6.442264925965446e-05,-6.294673485029989e-05,-4.161528283930238e-05) mm - Endpoint of ComputeStep() was (-5.701266376359514,-9.554142032475236,-590.9992252807258) - and current position to locate is (-5.701330799008773,-9.554204979210086,-590.9992668960086) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001963006606775355 mm long - and its vector is (-7.312654522628748e-05,-0.0001715950532226174,6.116858241966838e-05) mm - Endpoint of ComputeStep() was (-5.701666133148541,-9.554017696567193,-590.9991424048461) - and current position to locate is (-5.701739259693767,-9.554189291620416,-590.9990812362637) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002467435893917712 mm long - and its vector is (-3.855082623882566e-05,-0.0002435331102805804,-9.373201123707986e-06) mm - Endpoint of ComputeStep() was (-5.702193584439097,-9.554123454632547,-590.9989232211021) - and current position to locate is (-5.702232135265335,-9.554366987742828,-590.9989325943033) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003492083746505649 mm long - and its vector is (0.0002368871945437334,-0.0002559382679105937,-1.80706670107611e-05) mm - Endpoint of ComputeStep() was (-5.702432794271282,-9.55458539806178,-590.9984696335417) - and current position to locate is (-5.702195907076738,-9.554841336329691,-590.9984877042087) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004085554400080047 mm long - and its vector is (-0.0003975146674246588,-9.207254317189495e-05,-2.054953858987574e-05) mm - Endpoint of ComputeStep() was (-5.702133927763808,-9.555257192411881,-590.9978233953219) - and current position to locate is (-5.702531442431233,-9.555349264955053,-590.9978439448605) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009071321440863592 mm long - and its vector is (-0.0002615995084180867,0.00076742038949007,0.0004068419469831497) mm - Endpoint of ComputeStep() was (-5.702361957785035,-9.555675356565656,-590.9971198640397) - and current position to locate is (-5.702623557293453,-9.554907936176166,-590.9967130220928) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005079525704456898 mm long - and its vector is (0.0004596789549065061,0.005057399168223398,-0.0001139749705316717) mm - Endpoint of ComputeStep() was (1.158330521698508,0.479645683203914,-564.353192744501) - and current position to locate is (1.158790200653414,0.4847030823721374,-564.3533067194716) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.08877616571544857 mm long - and its vector is (0.0441276352956681,-0.07691879480756242,-0.004178325944849348) mm - Endpoint of ComputeStep() was (12.13080461483899,0.4663430445328389,-444.2214571491219) - and current position to locate is (12.17493225013466,0.3894242497252765,-444.2256354750667) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5905558725449186 mm long - and its vector is (0.5692919487303492,0.1494439032092565,-0.04826422589945878) mm - Endpoint of ComputeStep() was (25.061826362937,0.1687782422385608,-292.9038080580377) - and current position to locate is (25.63111831166735,0.3182221454478174,-292.9520722839372) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4828743383894303 mm long - and its vector is (0.4668745883409215,0.1162603317207557,-0.04097902762029548) mm - Endpoint of ComputeStep() was (37.58631440554471,0.09102351164033748,-157.3909477544823) - and current position to locate is (38.05318899388563,0.2072838433610932,-157.4319267821026) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.349358858127312 mm long - and its vector is (1.11750281020791,-0.7488181300072733,-0.1059632264348238) mm - Endpoint of ComputeStep() was (66.96468802356026,0.9093119086894047,142.5116587357038) - and current position to locate is (68.08219083376817,0.1604937786821314,142.405695509269) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.500834832454728 mm long - and its vector is (1.454291315328547,-3.18276940921209,0.1042121973283763) mm - Endpoint of ComputeStep() was (-40.83890251226187,0.3308563812313937,-28.3374566803592) - and current position to locate is (-39.38461119693333,-2.851913027980697,-28.23324448303082) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.619829567444451 mm long - and its vector is (-0.5229701702250082,-3.581618832654089,-0.04092475995605582) mm - Endpoint of ComputeStep() was (-79.57632322353601,-3.704277693412783,559.9659738881678) - and current position to locate is (-80.09929339376102,-7.285896526066873,559.9250491282118) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.424024627339494 mm long - and its vector is (-1.349003208639559,0.4560225340949066,-0.008940399723655901) mm - Endpoint of ComputeStep() was (-77.70956691281766,-0.1949206081554209,561.0319478166801) - and current position to locate is (-79.05857012145722,0.2611019259394857,561.0230074169565) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006475472110652305 mm long - and its vector is (-0.006199236181728907,-0.0004814725766936756,0.001808146558460066) mm - Endpoint of ComputeStep() was (-79.1513223796962,0.3879644294664802,560.7387869059825) - and current position to locate is (-79.15752161587793,0.3874829568897866,560.7405950525409) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.698461940165321 mm long - and its vector is (-0.9755943357053098,1.231874959622507,0.6445717478953839) mm - Endpoint of ComputeStep() was (-81.51735253818006,0.9921180877393234,556.0133128401716) - and current position to locate is (-82.49294687388537,2.22399304736183,556.657884588067) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000193344678451839 mm long - and its vector is (0.0001450650321053737,0.0001275865729207237,7.743872174614808e-06) mm - Endpoint of ComputeStep() was (-0.1984324614124396,-0.1081954638542936,-590.7234459228956) - and current position to locate is (-0.1982873963803342,-0.1080678772813729,-590.7234381790234) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04533958634059938 mm long - and its vector is (0.03084718832083547,0.02754110922325678,-0.01859076020468819) mm - Endpoint of ComputeStep() was (-0.05659879043846361,-0.2487904096733981,-590.696809871726) - and current position to locate is (-0.02575160211762814,-0.2212493004501413,-590.7154006319307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02913360119503574 mm long - and its vector is (-0.01108391711888257,-0.01800664679732616,-0.02004181057213827) mm - Endpoint of ComputeStep() was (0.1407836465143535,-0.3337314301400402,-590.7064412075074) - and current position to locate is (0.1296997293954709,-0.3517380769373664,-590.7264830180795) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03811467750207816 mm long - and its vector is (0.02286523307094168,0.0246682148145011,-0.01792732371450256) mm - Endpoint of ComputeStep() was (0.2898659196733205,-0.4524118934634063,-590.6607289793114) - and current position to locate is (0.3127311527442622,-0.4277436786489052,-590.6786563030259) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05865842120134223 mm long - and its vector is (-0.0007391729921644163,-0.0001634371128841905,0.05865353603519452) mm - Endpoint of ComputeStep() was (0.5092504236470984,-0.4623957594073427,-590.676276253827) - and current position to locate is (0.508511250654934,-0.4625591965202269,-590.6176227177918) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07165100369935465 mm long - and its vector is (0.05095119340582016,-0.01930552595949464,-0.0465310529547196) mm - Endpoint of ComputeStep() was (0.4956057894623877,-0.6500583200147387,-590.5539615633866) - and current position to locate is (0.5465569828682079,-0.6693638459742334,-590.6004926163413) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07089360333648562 mm long - and its vector is (0.06018198306740341,0.007588060159822829,0.03669404926029074) mm - Endpoint of ComputeStep() was (0.5504674119098492,-0.8643371201454604,-590.5665870762148) - and current position to locate is (0.6106493949772526,-0.8567490599856376,-590.5298930269545) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03457822272469875 mm long - and its vector is (-0.02933759113690837,-0.01807106313254847,-0.002897569730293981) mm - Endpoint of ComputeStep() was (0.7296585925343702,-1.049168172305219,-590.5348024007229) - and current position to locate is (0.7003210013974618,-1.067239235437768,-590.5376999704532) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09742946995820616 mm long - and its vector is (-0.03421325594587388,-0.0388260615237872,0.08254993446678327) mm - Endpoint of ComputeStep() was (0.8461808894075442,-1.223027412091244,-590.5505200854241) - and current position to locate is (0.8119676334616703,-1.261853473615031,-590.4679701509573) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1405553669710274 mm long - and its vector is (-0.09496001308543578,-0.07728854815229225,0.06902816398894629) mm - Endpoint of ComputeStep() was (0.9416807805817669,-1.238889965423662,-590.2638161137919) - and current position to locate is (0.8467207674963311,-1.316178513575954,-590.194787949803) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1901034302774572 mm long - and its vector is (-0.03894767891629269,-0.1053826481453115,-0.1533521763137742) mm - Endpoint of ComputeStep() was (0.9413553196013031,-1.569410678228345,-590.0448032511194) - and current position to locate is (0.9024076406850104,-1.674793326373657,-590.1981554274332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06615440160435156 mm long - and its vector is (-0.04757984042129204,0.04594052622422917,0.001425372707444694) mm - Endpoint of ComputeStep() was (0.4354863332633643,-1.19156256174253,-551.629356983867) - and current position to locate is (0.3879064928420723,-1.145622035518301,-551.6279316111595) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.218118744245376 mm long - and its vector is (3.86097293368308,6.097755279354706,0.1072695879311993) mm - Endpoint of ComputeStep() was (-9.853222077548697,-8.78343123321304,254.036348343311) - and current position to locate is (-5.992249143865617,-2.685675953858334,254.1436179312422) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001136027970675927 mm long - and its vector is (0.00113440052644681,3.336240467100016e-05,-5.081284984953527e-05) mm - Endpoint of ComputeStep() was (0.3431173066505275,-0.4689616604588163,-564.4489570566607) - and current position to locate is (0.3442517071769743,-0.4689282980541453,-564.4490078695105) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3152260998216765 mm long - and its vector is (0.2921294922595754,0.118192943197574,-0.007634260883889965) mm - Endpoint of ComputeStep() was (4.891836135534099,0.2913447752719748,-364.814924478883) - and current position to locate is (5.183965627793675,0.4095377184695488,-364.8225587397669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006164403556397901 mm long - and its vector is (-0.0006883291328450003,-0.00587602806326093,-0.001731579744273404) mm - Endpoint of ComputeStep() was (0.3721438381996106,-0.4759502694776319,-564.4362667093899) - and current position to locate is (0.3714555090667656,-0.4818262975408928,-564.4379982891342) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00488687511560777 mm long - and its vector is (0.003373454209557536,-0.001061182842030106,-0.00337272087006113) mm - Endpoint of ComputeStep() was (0.3935840241399307,-0.4875869385575227,-564.4140524516807) - and current position to locate is (0.3969574783494882,-0.4886481213995528,-564.4174251725508) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009805264441687746 mm long - and its vector is (-0.006621461699366227,-0.007226700634022976,-0.0002724952870494235) mm - Endpoint of ComputeStep() was (0.4188471625336756,-0.5097651638658796,-564.3892968374703) - and current position to locate is (0.4122257008343094,-0.5169918644999025,-564.3895693327573) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02424274465706134 mm long - and its vector is (-0.00330886700270655,-0.0235514715978189,0.004700026940668067) mm - Endpoint of ComputeStep() was (0.4538077403566346,-0.5219747477734706,-564.3852639947575) - and current position to locate is (0.4504988733539281,-0.5455262193712895,-564.3805639678168) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04669408695175727 mm long - and its vector is (-0.002265661992038481,-0.03967972556168486,-0.02450966975186475) mm - Endpoint of ComputeStep() was (0.4905019658346,-0.5543140292283201,-564.3700348827728) - and current position to locate is (0.4882363038425616,-0.5939937547900049,-564.3945445525246) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04666366178280347 mm long - and its vector is (0.03572000643155082,-0.0299964358237208,-0.001338771594873833) mm - Endpoint of ComputeStep() was (1.006592874399512,-1.419956448203432,-531.2691922586221) - and current position to locate is (1.042312880831062,-1.449952884027153,-531.2705310302169) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3895888545467541 mm long - and its vector is (0.1743743017454547,0.3481255753086037,-0.01347821553065387) mm - Endpoint of ComputeStep() was (7.188862653028802,0.2652998327776899,-407.9354889869899) - and current position to locate is (7.363236954774257,0.6134254080862935,-407.9489672025206) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.508505025264492 mm long - and its vector is (-3.472214989954608,2.873290901753197,0.1205820064188572) mm - Endpoint of ComputeStep() was (37.26549573914654,10.98567245585817,205.9451809373089) - and current position to locate is (33.79328074919193,13.85896335761137,206.0657629437277) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06054475359629084 mm long - and its vector is (0.05098390458572766,-0.03258799462219386,-0.002081169799140525) mm - Endpoint of ComputeStep() was (35.55880976067974,14.25613954434787,243.0980066652749) - and current position to locate is (35.60979366526547,14.22355154972568,243.0959254954757) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0440988905468038 mm long - and its vector is (-0.03156266861736157,-0.0307277557534178,0.002077287550605433) mm - Endpoint of ComputeStep() was (53.18847573668802,17.72291654222075,585.9274815877425) - and current position to locate is (53.15691306807066,17.69218878646733,585.9295588752931) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0912830710669716 mm long - and its vector is (-0.01557513128223051,-0.08993025737425261,-0.001600986433345497) mm - Endpoint of ComputeStep() was (-1.872271817580928e-05,0.1017943503864072,-574.6121504724265) - and current position to locate is (-0.01559385400040631,0.0118640930121546,-574.6137514588598) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00114711249237126 mm long - and its vector is (-0.0006583143091367094,-0.0009384701411226937,-4.198969827484689e-05) mm - Endpoint of ComputeStep() was (-0.2670601075585101,-0.9178755027273549,-540.9150984032785) - and current position to locate is (-0.2677184218676468,-0.9188139728684775,-540.9151403929768) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1189906356904417 mm long - and its vector is (-0.1183713726051921,-0.01207013810101998,-0.001140743529674637) mm - Endpoint of ComputeStep() was (-0.2061077875000992,-7.821612501591361,-472.0914496662688) - and current position to locate is (-0.3244791601052913,-7.833682639692381,-472.0925904097984) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007416484514296784 mm long - and its vector is (-0.002701655216144461,0.002986924906950073,-0.006227646525303498) mm - Endpoint of ComputeStep() was (-0.263979607010273,-0.907178619000638,-540.9111817643829) - and current position to locate is (-0.2666812622264174,-0.9041916940936879,-540.9174094109082) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005906013364343551 mm long - and its vector is (0.001339929322026756,0.002772599942246767,-0.005039669913003308) mm - Endpoint of ComputeStep() was (-0.2762904916977999,-0.8957486321485715,-540.9153192849849) - and current position to locate is (-0.2749505623757731,-0.8929760322063247,-540.9203589548979) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.819002017174678 mm long - and its vector is (-1.650856646859349,0.7354865321956652,0.2061558414516753) mm - Endpoint of ComputeStep() was (31.22594960297554,-37.93132157527759,-180.3722516656792) - and current position to locate is (29.57509295611619,-37.19583504308192,-180.1660958242275) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0441627284081965 mm long - and its vector is (-0.000480089255285629,-0.04415998583621844,-0.000108377617948463) mm - Endpoint of ComputeStep() was (0.09526390164380763,-0.1577652409952375,-581.8957666282776) - and current position to locate is (0.094783812388522,-0.2019252268314559,-581.8958750058955) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.302515211770569 mm long - and its vector is (-0.7805957098498624,-1.041667645589699,0.04631123826169059) mm - Endpoint of ComputeStep() was (26.87162574996011,0.9420432365306475,-25.71749112366518) - and current position to locate is (26.09103004011025,-0.0996244090590519,-25.67117988540349) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0259427771158384 mm long - and its vector is (0.01379304423289796,0.02196866880186565,-0.0003964925539321484) mm - Endpoint of ComputeStep() was (55.0264677726223,2.623725319637098,598.2579587571389) - and current position to locate is (55.0402608168552,2.645693988438964,598.257562264585) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1638973127908752 mm long - and its vector is (-0.1464398286111196,-0.07355388758140266,-0.002744331991266336) mm - Endpoint of ComputeStep() was (-0.09319151233443612,0.2207401982268772,-567.1984926019309) - and current position to locate is (-0.2396313409455557,0.1471863106454745,-567.2012369339221) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.784484824549862e-05 mm long - and its vector is (4.003102783206591e-05,-6.672647841113322e-05,2.216819325440156e-06) mm - Endpoint of ComputeStep() was (-0.327296036138681,0.1868029741665799,-564.4840655694188) - and current position to locate is (-0.327256005110849,0.1867362476881687,-564.4840633525995) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0776966788346912 mm long - and its vector is (0.06296452217233295,0.04536162544041256,0.003816515027438072) mm - Endpoint of ComputeStep() was (-2.198367888112512,1.023446058762337,-543.3231176732918) - and current position to locate is (-2.135403365940179,1.06880768420275,-543.3193011582644) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001071127912365656 mm long - and its vector is (9.149752458315064e-05,-5.466826419775472e-05,1.061762361587171e-05) mm - Endpoint of ComputeStep() was (-2.355199178901769,1.163813302517898,-540.9842908298801) - and current position to locate is (-2.355107681377186,1.163758634253701,-540.9842802122565) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01977160387487276 mm long - and its vector is (-0.01940497295236865,-0.003359347380733846,-0.001754459939206754) mm - Endpoint of ComputeStep() was (-2.960070948197671,1.27912423970296,-534.523863177128) - and current position to locate is (-2.979475921150039,1.275764892322226,-534.5256176370672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1108321755257465 mm long - and its vector is (-0.0742392601965598,0.08187870037800105,-0.008257227237209008) mm - Endpoint of ComputeStep() was (-16.6062522617718,2.798030538127465,-397.8608717347852) - and current position to locate is (-16.68049152196836,2.879909238505466,-397.8691289620224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2942363423747985 mm long - and its vector is (-0.2902812972948681,-0.03859755308538837,-0.02867093494688788) mm - Endpoint of ComputeStep() was (-26.83477781899335,4.040978180348714,-296.6242625262316) - and current position to locate is (-27.12505911628822,4.002380627263325,-296.6529334611785) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6448896436156413 mm long - and its vector is (0.5857877367978759,0.2636648272839244,0.05671189216795369) mm - Endpoint of ComputeStep() was (-43.13684452210135,5.3122276578489,-137.3539469783761) - and current position to locate is (-42.55105678530347,5.575892485132824,-137.2972350862082) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002872534353543258 mm long - and its vector is (-0.000654807316749384,0.0007735039299713309,0.002687819313223372) mm - Endpoint of ComputeStep() was (-0.3249819760254264,0.1789414435767095,-564.4812661547148) - and current position to locate is (-0.3256367833421758,0.1797149475066808,-564.4785783354016) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003639969132272482 mm long - and its vector is (-0.002841896213132022,-0.001087036405424735,-0.00199783709319945) mm - Endpoint of ComputeStep() was (-0.3235774100665664,0.1698527036315092,-564.4761416537349) - and current position to locate is (-0.3264193062796984,0.1687656672260844,-564.4781394908281) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007563352520083983 mm long - and its vector is (-0.003819857157363327,-0.001252790331117054,0.006406520820746664) mm - Endpoint of ComputeStep() was (-0.3236658939824795,0.1599499560828154,-564.4782216877063) - and current position to locate is (-0.3274857511398429,0.1586971657516983,-564.4718151668856) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01664016807325742 mm long - and its vector is (-0.007432507619482942,0.01488801612010759,0) mm - Endpoint of ComputeStep() was (0.4089717936515809,-0.1511728566884995,-593.4506844049728) - and current position to locate is (0.4015392860320979,-0.1362848405683919,-593.4506844049728) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02874814502448734 mm long - and its vector is (-0.02721384009476968,0.009245684805120669,-0.0006164917920159496) mm - Endpoint of ComputeStep() was (0.5713124938687608,0.7120139597871286,-533.6078902608107) - and current position to locate is (0.5440986537739911,0.7212596445922492,-533.6085067526027) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.229868457824143 mm long - and its vector is (5.80755012380425,-2.250245205528568,0.1414887850294235) mm - Endpoint of ComputeStep() was (-18.23643211992831,13.44657298888695,440.1364425589587) - and current position to locate is (-12.42888199612406,11.19632778335838,440.2779313439881) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00403568523003581 mm long - and its vector is (-0.003815038787986488,-0.001307564636184512,-0.000150030144595803) mm - Endpoint of ComputeStep() was (-0.08999478482963605,0.02903580040683668,-588.3809394448781) - and current position to locate is (-0.09380982361762254,0.02772823577065217,-588.3810894750227) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7584962880249532 mm long - and its vector is (-0.5595424591959528,-0.5109836648722499,0.0335343039036502) mm - Endpoint of ComputeStep() was (13.60921895823975,0.1534720965251708,-336.2653439636289) - and current position to locate is (13.0496764990438,-0.3575115683470791,-336.2318096597253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.399100878559769 mm long - and its vector is (1.297090923590076,-3.141697272665137,-0.03435353685534892) mm - Endpoint of ComputeStep() was (34.30050893166857,3.167412292867646,143.7775196675084) - and current position to locate is (35.59759985525865,0.02571502020250893,143.743166130653) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.203520728570493 mm long - and its vector is (0.176236921246776,-0.1012990485203179,-0.009986857173316821) mm - Endpoint of ComputeStep() was (39.60362544999789,-0.1754916950981404,216.4779267727189) - and current position to locate is (39.77986237124466,-0.2767907436184583,216.4679399155456) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2726370810341919 mm long - and its vector is (-0.1097740847857835,-0.2495182513101066,0.004611998204097745) mm - Endpoint of ComputeStep() was (45.00363025644309,-0.7718747791537315,314.0182458829049) - and current position to locate is (44.8938561716573,-1.021393030463838,314.022857881109) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.604133595882177e-05 mm long - and its vector is (3.584971216241684e-05,-2.878280864404559e-05,-2.480459897924447e-06) mm - Endpoint of ComputeStep() was (58.95127004387471,-2.376304797609376,574.0100053893584) - and current position to locate is (58.95130589358687,-2.37633358041802,574.0100029088985) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004199552176978753 mm long - and its vector is (0.002969675885985623,0.002957779351205225,-0.0002623069365199626) mm - Endpoint of ComputeStep() was (59.20440991425622,-2.380112903862901,576.8364162480322) - and current position to locate is (59.2073795901422,-2.377155124511696,576.8361539410956) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05586988112688644 mm long - and its vector is (-0.05513389103192168,-0.007192369223437467,0.00547425810191271) mm - Endpoint of ComputeStep() was (60.49507050905622,-2.43108106793956,589.7342588891046) - and current position to locate is (60.4399366180243,-2.438273437162998,589.7397331472065) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02531772611866097 mm long - and its vector is (-0.02155620684281984,-0.01327530595866208,-0.0002888841861476976) mm - Endpoint of ComputeStep() was (0.5030209302136026,-0.2386022695046425,-584.6565831712464) - and current position to locate is (0.4814647233707828,-0.2518775754633046,-584.6568720554326) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1081642049531975 mm long - and its vector is (-0.104511772352565,0.02325863304687581,-0.01535645342107728) mm - Endpoint of ComputeStep() was (-2.948347032677383,-0.3800653223767023,-543.5182368659202) - and current position to locate is (-3.052858805029948,-0.3568066893298265,-543.5335933193413) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07294297364852463 mm long - and its vector is (0.0517470326195264,0.05083332548676167,0.007674310374227389) mm - Endpoint of ComputeStep() was (-5.246899772314387,-0.6942968323489059,-526.8504560987222) - and current position to locate is (-5.19515273969486,-0.6434635068621443,-526.842781788348) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1605796834961287 mm long - and its vector is (0.002602913545010743,-0.1605436550039876,-0.002189618860597875) mm - Endpoint of ComputeStep() was (3.003274665062075,-0.9425464071267027,-543.0577003065982) - and current position to locate is (3.005877578607086,-1.10309006213069,-543.0598899254588) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.616831071470618 mm long - and its vector is (-1.693889414464223,-1.983609234584633,0.2093750525986309) mm - Endpoint of ComputeStep() was (43.02666327975929,9.748950580407453,-115.0881468647597) - and current position to locate is (41.33277386529507,7.76534134582282,-114.878771812161) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3729631227171055 mm long - and its vector is (0.1198422732238953,-0.3531450777178744,-0.005279634368058339) mm - Endpoint of ComputeStep() was (53.1701716167258,9.958910105389672,7.094190824439465) - and current position to locate is (53.29001388994969,9.605765027671797,7.088911190071407) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.218549727009538 mm long - and its vector is (-2.11408814672852,-0.6346057162817793,0.2233154359612399) mm - Endpoint of ComputeStep() was (91.19520303617441,15.74875605950235,383.3875218780855) - and current position to locate is (89.08111488944589,15.11415034322057,383.6108373140468) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02128589261835086 mm long - and its vector is (-0.004803603538988455,-0.02069278739988079,0.001350247097207102) mm - Endpoint of ComputeStep() was (112.5718040862702,21.28135127049968,597.2400727675824) - and current position to locate is (112.5670004827312,21.2606584830998,597.2414230146796) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003798590448519703 mm long - and its vector is (0.002184839406638162,0.003088672952287652,-0.0003403903003800224) mm - Endpoint of ComputeStep() was (112.8301336179788,21.33423790665018,599.5980307606593) - and current position to locate is (112.8323184573854,21.33732657960246,599.5976903703589) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.807833081981156 mm long - and its vector is (-1.256840249523194,1.289760079211108,2.154251178836773) mm - Endpoint of ComputeStep() was (74.77533745630423,-11.84121071971338,391.4028125051962) - and current position to locate is (73.51849720678103,-10.55145064050227,393.557063684033) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.069655748475142 mm long - and its vector is (-7.666359907769234,4.845862357865343,-0.05656119712699592) mm - Endpoint of ComputeStep() was (-34.71467545099299,-42.46662951362269,437.7687583912068) - and current position to locate is (-42.38103535876223,-37.62076715575735,437.7121971940798) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03126372078350427 mm long - and its vector is (-0.02669085692305373,0.01627851609698183,-0.0001682486918070936) mm - Endpoint of ComputeStep() was (-43.15787267226874,-38.64229349735196,462.1136980162653) - and current position to locate is (-43.1845635291918,-38.62601498125498,462.1135297675735) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04213882684955559 mm long - and its vector is (-0.02452448070467028,-0.03418668335416442,-0.002345475573349631) mm - Endpoint of ComputeStep() was (-44.07302732785811,-39.8344353433353,489.0168146627117) - and current position to locate is (-44.09755180856278,-39.86862202668947,489.0144691871384) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04967646226678168 mm long - and its vector is (0.03564830170867594,-0.03459693468613523,3.998691647666419e-05) mm - Endpoint of ComputeStep() was (-48.1869688131932,-44.63307409915959,600.6482995972684) - and current position to locate is (-48.15132051148452,-44.66767103384573,600.6483395841849) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006991740272229304 mm long - and its vector is (-0.0001335423558808113,-0.0006853393251573525,3.634238464655937e-05) mm - Endpoint of ComputeStep() was (-1.457905593247472,1.106768006808426,-540.9263284400859) - and current position to locate is (-1.458039135603353,1.106082667483268,-540.9262920977012) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.443586915146465 mm long - and its vector is (-1.337907364024916,-0.5405226113302142,0.04221816564887604) mm - Endpoint of ComputeStep() was (2.132722069701797,18.04516760271844,-211.2071708575781) - and current position to locate is (0.7948147056768817,17.50464499138823,-211.1649526919292) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.039244435783831 mm long - and its vector is (-2.334348303072413,1.94256359105723,-0.1194631118160032) mm - Endpoint of ComputeStep() was (-0.3479305003919566,45.93201729695615,273.4159600506131) - and current position to locate is (-2.682278803464369,47.87458088801338,273.2964969387971) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2285074828573868 mm long - and its vector is (0.188893677047564,0.07314562318540041,-0.1057571099363486) mm - Endpoint of ComputeStep() was (-6.27516313819472,29.57501578559754,-512.918991604012) - and current position to locate is (-6.086269461147156,29.64816140878294,-513.0247487139484) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.575508260503819 mm long - and its vector is (-0.5378005713024909,-1.616597093412608,1.931483156281729) mm - Endpoint of ComputeStep() was (2.504188021053755,89.28322715838129,-460.7199555971233) - and current position to locate is (1.966387449751264,87.66663006496869,-458.7884724408415) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.063843161673335 mm long - and its vector is (-0.3254785831936964,0.2556944112971635,0.9800236387724226) mm - Endpoint of ComputeStep() was (-9.061133360061811,31.70773301039856,-514.5500950179261) - and current position to locate is (-9.386611943255508,31.96342742169573,-513.5700713791537) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.104389212832831 mm long - and its vector is (-0.1541888445361188,-0.6602804172305028,-0.871740273398018) mm - Endpoint of ComputeStep() was (-12.51970003518633,35.68473397001717,-516.4881739763712) - and current position to locate is (-12.67388887972244,35.02445355278667,-517.3599142497692) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2038759669023855 mm long - and its vector is (-0.1104375573282388,0.1711013645663564,0.009658097912392805) mm - Endpoint of ComputeStep() was (-0.2549802962468807,-0.8951470863607729,-565.3543774081907) - and current position to locate is (-0.3654178535751196,-0.7240457217944165,-565.3447193102783) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1400338310394745 mm long - and its vector is (0.1270240242571155,-0.05884094174006954,0.003480613776559949) mm - Endpoint of ComputeStep() was (-3.381825363436661,-0.4124128693111764,-437.3665352265735) - and current position to locate is (-3.254801339179546,-0.4712538110512459,-437.363054612797) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.085643482480578 mm long - and its vector is (1.833450453275915,4.743413997750578,0.04746274563694897) mm - Endpoint of ComputeStep() was (-28.34586692429901,-0.1882225157996444,503.6000178589612) - and current position to locate is (-26.51241647102309,4.555191481950934,503.6474806045982) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009980220007415216 mm long - and its vector is (-0.001699773934156212,-0.009833132025124591,0.0001583494415626774) mm - Endpoint of ComputeStep() was (-26.95267453949394,4.821545738811717,515.4615884802691) - and current position to locate is (-26.95437431342809,4.811712606786593,515.4617468297107) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2611033094440756 mm long - and its vector is (-0.07418499201591754,0.1806852461847609,-0.173275407872552) mm - Endpoint of ComputeStep() was (-0.03137316993730782,-0.5509702481684771,-565.3072582391908) - and current position to locate is (-0.1055581619532254,-0.3702850019837162,-565.4805336470633) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3707976206138236 mm long - and its vector is (0.2455152196119382,-0.2553220532446626,-0.1096530962568067) mm - Endpoint of ComputeStep() was (0.1896492590832901,-0.1307967002574494,-565.377196210467) - and current position to locate is (0.4351644786952283,-0.3861187535021119,-565.4868493067238) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2196905986798359 mm long - and its vector is (0.1235725574309501,-0.1814944557457761,0.007317426584791065) mm - Endpoint of ComputeStep() was (3.486538049009751,3.154688495167845,-565.0902023839146) - and current position to locate is (3.610110606440701,2.973194039422069,-565.0828849573298) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8341429916238791 mm long - and its vector is (0.5667831802304448,0.5748310664501304,-0.2100490469554757) mm - Endpoint of ComputeStep() was (38.57990028392567,53.91440758888502,-328.6803318725072) - and current position to locate is (39.14668346415611,54.48923865533515,-328.8903809194626) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1640499534783011 mm long - and its vector is (0.1621505977765381,0.001211008889526966,-0.02486170417355993) mm - Endpoint of ComputeStep() was (51.75833637146437,72.33157881795924,-245.7667834383572) - and current position to locate is (51.9204869692409,72.33278982684877,-245.7916451425307) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.219043934475492 mm long - and its vector is (3.134199936190996,-0.6574583563532883,-0.326776868405716) mm - Endpoint of ComputeStep() was (123.2279440598361,177.176903182081,227.1952886557908) - and current position to locate is (126.3621439960271,176.5194448257277,226.8685117873851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007746538746209018 mm long - and its vector is (0.0007736001356357658,4.039128135502335e-05,0) mm - Endpoint of ComputeStep() was (-0.04080905422568322,0.5636591792106629,-599.0226950026749) - and current position to locate is (-0.04003545409004745,0.5636995704920179,-599.0226950026749) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5822817657617648 mm long - and its vector is (0.3908528517091057,0.4291205234449487,0.04627828224806763) mm - Endpoint of ComputeStep() was (-24.84507613631709,-0.9348278467023707,-362.230456697769) - and current position to locate is (-24.45422328460798,-0.5057073232574221,-362.1841784155209) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.294715923793762 mm long - and its vector is (0.3999403311340686,1.230288604793398,0.0522207216822963) mm - Endpoint of ComputeStep() was (-63.45338951886017,-2.437445503587085,-17.99255583063774) - and current position to locate is (-63.0534491877261,-1.207156898793687,-17.94033510895544) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03033465211723172 mm long - and its vector is (0.02981843576422094,0.005382015404944096,0.001444270691195015) mm - Endpoint of ComputeStep() was (-0.7569069285967808,0.9109801169207246,-582.5012168848568) - and current position to locate is (-0.7270884928325598,0.9163621323256687,-582.4997726141656) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.563401938828365 mm long - and its vector is (6.360379980530524,1.498315442732554,0.6155179509580648) mm - Endpoint of ComputeStep() was (-91.11314795718393,-6.640361096143481,380.7255261794575) - and current position to locate is (-84.7527679766534,-5.142045653410927,381.3410441304155) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008878410539571167 mm long - and its vector is (0.008807474837946194,0.00111940491387158,3.864358825467207e-05) mm - Endpoint of ComputeStep() was (0.2840637145458178,0.3146314861259977,-587.9276751992369) - and current position to locate is (0.292871189383764,0.3157508910398693,-587.9276365556486) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001872871563805013 mm long - and its vector is (0.001543245701016077,-0.001060867480880967,2.451099373956822e-05) mm - Endpoint of ComputeStep() was (0.1197696506397788,0.7816895413518378,-564.4105371341744) - and current position to locate is (0.1213128963407949,0.7806286738709568,-564.4105126231807) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005156112644260839 mm long - and its vector is (-0.002489703262667384,-0.004515177608053311,-6.814095968366018e-06) mm - Endpoint of ComputeStep() was (0.121766601319957,0.7801458785699764,-564.2563739419652) - and current position to locate is (0.1192768980572897,0.7756307009619231,-564.2563807560612) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.980616640269795 mm long - and its vector is (5.842475019594495,1.2578143694112,-0.226194728915118) mm - Endpoint of ComputeStep() was (30.59573983223729,5.365734943465375,254.9919145037661) - and current position to locate is (36.43821485183179,6.623549312876575,254.765719774851) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0650769356150641 mm long - and its vector is (-0.06332874812005346,0.01495865279057518,0.0008461189544277659) mm - Endpoint of ComputeStep() was (0.486541457267955,0.6733474804452563,-578.6912075834366) - and current position to locate is (0.4232127091479015,0.6883061332358315,-578.6903614644822) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.829594886324364 mm long - and its vector is (1.699654317567599,-6.610329029660431,0.241022056480972) mm - Endpoint of ComputeStep() was (-1.796192560442513,34.7181160875549,346.7680468075728) - and current position to locate is (-0.09653824287491353,28.10778705789447,347.0090688640537) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.41926957154245 mm long - and its vector is (3.386358976514689,0.4393688105770366,-0.1758759032573813) mm - Endpoint of ComputeStep() was (19.98097275976325,64.18476900769225,-18.68322725720873) - and current position to locate is (23.36733173627794,64.62413781826929,-18.85910316046611) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.005066019399067 mm long - and its vector is (0.4861467225618767,0.8687150904111292,-0.1383949391596957) mm - Endpoint of ComputeStep() was (31.89537948307033,93.03457070363915,189.4321422392273) - and current position to locate is (32.38152620563221,93.90328579405028,189.2937473000676) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.721820027630447 mm long - and its vector is (1.632223731375973,0.5295145971535931,-0.1418597535725894) mm - Endpoint of ComputeStep() was (46.57362808127515,140.4750201055579,526.4231825895112) - and current position to locate is (48.20585181265112,141.0045347027115,526.2813228359386) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006806094188645399 mm long - and its vector is (-0.005609108013503949,-0.003854599805429182,5.371906127038528e-05) mm - Endpoint of ComputeStep() was (0.4863582365075408,0.3823107382885499,-564.3038677424282) - and current position to locate is (0.4807491284940369,0.3784561384831208,-564.303814023367) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04633241339047649 mm long - and its vector is (0.006098738800844605,-0.04592090787800346,-0.0008764332746977743) mm - Endpoint of ComputeStep() was (-0.271147249864612,-0.4935964752126774,-581.1896722910573) - and current position to locate is (-0.2650485110637674,-0.5395173830906809,-581.190548724332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05933222741115323 mm long - and its vector is (-0.05871435816101078,-0.008115188322536326,0.002661028710690516) mm - Endpoint of ComputeStep() was (3.129664516809335,-6.592030108051199,-491.0248454737161) - and current position to locate is (3.070950158648325,-6.600145296373736,-491.0221844450055) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.4502515554755 mm long - and its vector is (2.324193821013797,-0.7463689369950046,-0.2116345372578508) mm - Endpoint of ComputeStep() was (26.20886254728583,-44.07421393292891,-104.7597395852923) - and current position to locate is (28.53305636829963,-44.82058286992392,-104.9713741225502) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.06910717450901 mm long - and its vector is (0.4844331632288004,0.9518769597773229,0.04738052760214373) mm - Endpoint of ComputeStep() was (45.78127694972286,-65.19868522542409,128.0744913135593) - and current position to locate is (46.26571011295166,-64.24680826564676,128.1218718411614) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1611223168500756 mm long - and its vector is (0.04553658051365517,0.15413358215784,0.01138682016420489) mm - Endpoint of ComputeStep() was (51.13597145731153,-70.60311985299305,194.6853211193157) - and current position to locate is (51.18150803782519,-70.44898627083521,194.6967079394799) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07923683247493959 mm long - and its vector is (0.06513175187339471,0.04512554633043919,-0.0001248476814907917) mm - Endpoint of ComputeStep() was (80.02106634242178,-107.6792306542856,587.6971840853731) - and current position to locate is (80.08619809429517,-107.6341051079552,587.6970592376916) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005090639642777556 mm long - and its vector is (-0.00200844205373818,0.004677240856739928,6.473374264714948e-05) mm - Endpoint of ComputeStep() was (-0.7369198449186644,-0.6092330545123047,-558.6983727810824) - and current position to locate is (-0.7389282869724025,-0.6045558136555648,-558.6983080473398) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002554009346943376 mm long - and its vector is (7.480316745234195e-05,-0.0002441688473510117,-3.962015284741938e-06) mm - Endpoint of ComputeStep() was (-0.8191207512654229,-0.9795814281004602,-540.971170578804) - and current position to locate is (-0.8190459480979706,-0.9798255969478112,-540.9711745408193) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.573104446598736 mm long - and its vector is (-1.570294539864209,0.0679701997851696,-0.06490539209136159) mm - Endpoint of ComputeStep() was (-13.82737116236066,-6.266951406291481,-230.9853704379412) - and current position to locate is (-15.39766570222487,-6.198981206506311,-231.0502758300325) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3384971101513972 mm long - and its vector is (-0.3160550592651141,0.1206037605140153,-0.01200941479216766) mm - Endpoint of ComputeStep() was (-24.34825847847542,-10.1368525003473,-35.04088780937408) - and current position to locate is (-24.66431353774053,-10.01624873983329,-35.05289722416625) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002450179348596954 mm long - and its vector is (-0.000527290028140226,-0.0006941411880928561,0.002289871629045592) mm - Endpoint of ComputeStep() was (-0.8042607246123871,-0.979002269500195,-540.9675203593822) - and current position to locate is (-0.8047880146405273,-0.9796964106882878,-540.9652304877532) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.8479385500338533 mm long - and its vector is (0.5281617561229464,-0.6633496510720152,0.003490619611852708) mm - Endpoint of ComputeStep() was (-10.55771464501676,-5.986782035454467,-303.620345020194) - and current position to locate is (-10.02955288889381,-6.650131686526482,-303.6168544005822) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3738466951517432 mm long - and its vector is (-0.3730171047664008,0.02261021235240435,-0.01041005883516277) mm - Endpoint of ComputeStep() was (-13.79624268723726,-9.855602273251311,-175.6095709089248) - and current position to locate is (-14.16925979200366,-9.832992060898906,-175.6199809677599) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1016971989605869 mm long - and its vector is (-0.08807638733015821,-0.05070623915130312,-0.003707773243874612) mm - Endpoint of ComputeStep() was (-15.93812867873558,-11.50990939150403,-110.6683950517376) - and current position to locate is (-16.02620506606574,-11.56061563065533,-110.6721028249815) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.316958635835735e-05 mm long - and its vector is (-3.772226434506365e-05,-2.094368232619104e-05,-1.416379063812201e-06) mm - Endpoint of ComputeStep() was (-37.17264764685042,-27.69850241200234,574.0105293702366) - and current position to locate is (-37.17268536911477,-27.69852335568467,574.0105279538575) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001292770763828302 mm long - and its vector is (0.0003874403435162321,0.001221618523143064,0.0001696891627034347) mm - Endpoint of ComputeStep() was (-37.16685631510467,-27.7006978771498,574.0128735663083) - and current position to locate is (-37.16646887476115,-27.69947625862666,574.013043255471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001276797933215669 mm long - and its vector is (-0.0005569123375508411,-0.001039376334418307,0.0004896513514722756) mm - Endpoint of ComputeStep() was (-37.16042392681874,-27.70072046362557,574.0172775108279) - and current position to locate is (-37.1609808391563,-27.70175983995998,574.0177671621793) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001155994390730089 mm long - and its vector is (0.0003840435523443375,0.0009568357205402833,-0.000522780054325267) mm - Endpoint of ComputeStep() was (-37.15448865791069,-27.7026732083662,574.0208647111729) - and current position to locate is (-37.15410461435835,-27.70171637264566,574.0203419311185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001073742798251955 mm long - and its vector is (-0.0004632899391552314,0.0002087179204686151,0.0009458979113787791) mm - Endpoint of ComputeStep() was (-37.14777458312324,-27.70340496360904,574.0238149052532) - and current position to locate is (-37.1482378730624,-27.70319624568857,574.0247608031646) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.746756425854798 mm long - and its vector is (0.4652654568101369,2.690011438229472,-0.3033766303927905) mm - Endpoint of ComputeStep() was (-16.13927909669506,-29.73651324561213,588.2154985597426) - and current position to locate is (-15.67401363988493,-27.04650180738266,587.9121219293498) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1154747335470846 mm long - and its vector is (0.1110119132479411,-0.03175555627527638,-0.001534226335820676) mm - Endpoint of ComputeStep() was (0.3923174478712158,-0.7204874456949993,-544.9207161120113) - and current position to locate is (0.5033293611191569,-0.7522430019702757,-544.9222503383471) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006757006684601819 mm long - and its vector is (0.006736952059401724,-0.000511800826103137,9.314611895661074e-05) mm - Endpoint of ComputeStep() was (-0.7423513691422308,-2.457373372271842,-536.5368658085092) - and current position to locate is (-0.735614417082829,-2.457885173097945,-536.5367726623903) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03016868194762664 mm long - and its vector is (-0.02612279577774079,0.01507248937115024,0.0007543045592228736) mm - Endpoint of ComputeStep() was (-0.9750449398771228,-3.29685300521609,-528.0644135815959) - and current position to locate is (-1.001167735654864,-3.28178051584494,-528.0636592770367) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.03877350672801 mm long - and its vector is (-1.196630194573073,-1.638145959584946,-0.2028580889872273) mm - Endpoint of ComputeStep() was (-13.96490449858051,-41.74667441009793,-140.9053796818254) - and current position to locate is (-15.16153469315359,-43.38482036968288,-141.1082377708126) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9496705886975181 mm long - and its vector is (-0.7188008944792372,-0.6131363876987592,-0.096245889328614) mm - Endpoint of ComputeStep() was (-25.60195138517875,-67.7934066056533,92.36015664339388) - and current position to locate is (-26.32075227965799,-68.40654299335206,92.26391075406526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00704560058315694 mm long - and its vector is (0.004836503022881022,0.005116836684269155,-0.0002582797583272622) mm - Endpoint of ComputeStep() was (0.4783268896202628,0.1883366246662633,-564.2475167682658) - and current position to locate is (0.4831633926431438,0.1934534613505325,-564.2477750480241) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.329083556731359 mm long - and its vector is (-1.316123739106775,-0.1652476563571383,-0.08351416767084174) mm - Endpoint of ComputeStep() was (-19.98742448741338,-22.13582541735286,-181.7562774215621) - and current position to locate is (-21.30354822652016,-22.30107307370999,-181.839791589233) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2020957201513923 mm long - and its vector is (0.1262597297179155,0.1568932390066031,0.0169018433635415) mm - Endpoint of ComputeStep() was (-28.12700258489416,-30.53815119115109,-54.40579977551349) - and current position to locate is (-28.00074285517624,-30.38125795214448,-54.38889793214994) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00722967556627791 mm long - and its vector is (-0.00462307924349048,0.005557716944075253,8.443619829279214e-05) mm - Endpoint of ComputeStep() was (-28.44068551749929,-30.87529371808426,-45.95861363236229) - and current position to locate is (-28.44530859674278,-30.86973600114019,-45.95852919616399) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001623002188420745 mm long - and its vector is (-0.001412464657204793,0.0007951097382255523,8.294697067867673e-05) mm - Endpoint of ComputeStep() was (0.4859283331146952,0.1981307897526265,-564.2455279336039) - and current position to locate is (0.4845158684574904,0.1989258994908521,-564.2454449866332) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008107249096121064 mm long - and its vector is (-0.0006855815179271918,0.000412959571798821,-0.000129295218016523) mm - Endpoint of ComputeStep() was (0.4870655611893372,0.2038413116765473,-564.2432651357268) - and current position to locate is (0.48637997967141,0.2042542712483461,-564.2433944309448) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007400233687070823 mm long - and its vector is (0.0003268263376645653,0.0002135081333795308,-0.000628675916686916) mm - Endpoint of ComputeStep() was (0.4870969695267746,0.2091507831437738,-564.2413587616127) - and current position to locate is (0.4874237958644392,0.2093642912771534,-564.2419874375294) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0008802928566167303 mm long - and its vector is (-0.0005020280876506522,6.497055894033599e-06,0.0007230775206608087) mm - Endpoint of ComputeStep() was (0.4884969265566569,0.214574470741878,-564.2412891847036) - and current position to locate is (0.4879948984690063,0.2145809677977721,-564.240566107183) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.082789461197282 mm long - and its vector is (4.438511287303797,-4.706445529922693,2.883555891255583) mm - Endpoint of ComputeStep() was (20.64289672254181,23.60608818549473,-557.0860672109118) - and current position to locate is (25.08140800984561,18.89964265557204,-554.2025113196562) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6384114507132276 mm long - and its vector is (-0.1098034467269926,-0.1858436426310419,0.6008115544680095) mm - Endpoint of ComputeStep() was (51.10274536900603,44.12272471643234,-541.6448600512256) - and current position to locate is (50.99294192227904,43.9368810738013,-541.0440484967576) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007445398427791168 mm long - and its vector is (0.000363766346403338,-0.0003214150052457398,-0.0005645405362884048) mm - Endpoint of ComputeStep() was (51.25179776633322,44.15870808024481,-540.9992479395528) - and current position to locate is (51.25216153267962,44.15838666523956,-540.9998124800891) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.558860643579668e-05 mm long - and its vector is (6.071911096228177e-05,2.470021116351973e-05,2.22585413212073e-06) mm - Endpoint of ComputeStep() was (51.24993891374743,44.16444135669384,-541.0063700793942) - and current position to locate is (51.24999963285839,44.164466056905,-541.00636785354) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5739684743526203 mm long - and its vector is (0.3398364453823817,-0.3381029793548578,-0.3156538852792892) mm - Endpoint of ComputeStep() was (50.49653043760146,46.47209593758591,-544.2893080587937) - and current position to locate is (50.83636688298385,46.13399295823105,-544.604961944073) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005131362096033187 mm long - and its vector is (-0.0002434049881330225,-0.0004385211784665444,0.000108452558265526) mm - Endpoint of ComputeStep() was (46.30645363530822,64.77401608663361,-564.2419171207158) - and current position to locate is (46.30621023032009,64.77357756545514,-564.2418086681575) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002994582429336472 mm long - and its vector is (0.0002556934641404496,-0.0001497529385119378,-4.324522012666421e-05) mm - Endpoint of ComputeStep() was (46.30559412266403,64.77300492945685,-564.2434685227533) - and current position to locate is (46.30584981612817,64.77285517651833,-564.2435117679735) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0004166735472685333 mm long - and its vector is (-0.0003558629151214632,-9.102614529865605e-05,0.0001967045284345659) mm - Endpoint of ComputeStep() was (46.30555528109011,64.77140745888811,-564.2447145580386) - and current position to locate is (46.30519941817499,64.77131643274281,-564.2445178535102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00062960795974908 mm long - and its vector is (0.0006101359573520426,-7.608981846374263e-05,0.0001354645195306148) mm - Endpoint of ComputeStep() was (46.30494345750792,64.76890604652633,-564.2447189027819) - and current position to locate is (46.30555359346527,64.76882995670786,-564.2445834382623) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005486074814708647 mm long - and its vector is (-0.0003652428051665879,0.0001247586498180908,-0.0003898758023979099) mm - Endpoint of ComputeStep() was (46.30526464843619,64.76647734335867,-564.2450655758324) - and current position to locate is (46.30489940563102,64.76660210200849,-564.2454554516348) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006253290530613786 mm long - and its vector is (-0.0001760932420395989,0.0002044195847901165,-0.0005641278472694466) mm - Endpoint of ComputeStep() was (46.30269780944034,64.76464312060601,-564.2454780847207) - and current position to locate is (46.3025217161983,64.7648475401908,-564.246042212568) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007166793433492209 mm long - and its vector is (-0.0004438819031307162,0.0001587783400225362,0.0005398032752736981) mm - Endpoint of ComputeStep() was (46.30044030145421,64.7634952388875,-564.2473559989309) - and current position to locate is (46.29999641955108,64.76365401722752,-564.2468161956556) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001102543196381454 mm long - and its vector is (-0.0006858135053917636,0.0002660587183953567,0.0008212637177393844) mm - Endpoint of ComputeStep() was (46.29774142376217,64.76149266371735,-564.2479990795463) - and current position to locate is (46.29705561025678,64.76175872243574,-564.2471778158285) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001526395146876123 mm long - and its vector is (8.604853960036962e-05,0.001361690247364322,-0.0006843080179805838) mm - Endpoint of ComputeStep() was (46.29295652642193,64.76150464584251,-564.248198838202) - and current position to locate is (46.29304257496153,64.76286633608987,-564.24888314622) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002441638790892982 mm long - and its vector is (-0.0001776302704286081,0.002238975287554013,-0.0009576205584380659) mm - Endpoint of ComputeStep() was (46.28880539705612,64.7626035019676,-564.2487117088472) - and current position to locate is (46.28862776678569,64.76484247725516,-564.2496693294056) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002178182722849312 mm long - and its vector is (0.0003576481378004814,0.002145843142216108,-0.0001092016146913011) mm - Endpoint of ComputeStep() was (46.28494818138477,64.76534140751879,-564.2519162813634) - and current position to locate is (46.28530582952257,64.76748725066101,-564.2520254829781) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004382145546659607 mm long - and its vector is (0.004113900871175247,0.0006707441096693856,0.001352450203739863) mm - Endpoint of ComputeStep() was (46.28356541199895,64.77045196948816,-564.2482018024741) - and current position to locate is (46.28767931287013,64.77112271359783,-564.2468493522704) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002169986034068995 mm long - and its vector is (-0.002074574384913319,-0.0005216383868997809,0.000364518727678842) mm - Endpoint of ComputeStep() was (46.2880732145529,64.77190119978029,-564.2434935120222) - and current position to locate is (46.28599864016798,64.77137956139339,-564.2431289932945) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001048827648181308 mm long - and its vector is (0.0006771034935937337,0.0006407622955890702,0.0004806183258097008) mm - Endpoint of ComputeStep() was (46.28551002869161,64.77064358474493,-564.2414594218668) - and current position to locate is (46.2861871321852,64.77128434704052,-564.240978803541) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.564396491310618 mm long - and its vector is (0.1033135708946631,-2.533221629206082,-0.3850244771929283) mm - Endpoint of ComputeStep() was (43.61678393433832,63.79027821541578,-558.5017317211077) - and current position to locate is (43.72009750523299,61.2570565862097,-558.8867561983006) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05682006949457697 mm long - and its vector is (-0.02234460213623635,-0.05140132015396404,0.00933505967691417) mm - Endpoint of ComputeStep() was (43.764856638299,61.30678421093347,-558.5058062416514) - and current position to locate is (43.74251203616276,61.25538289077951,-558.4964711819745) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.086634799863488 mm long - and its vector is (-0.2639683038226366,-1.897101554001978,0.8278714975052708) mm - Endpoint of ComputeStep() was (42.7446661077037,62.35965129406944,-556.2841597154919) - and current position to locate is (42.48069780388106,60.46254974006747,-555.4562882179866) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.66306870635534e-05 mm long - and its vector is (1.240804580504573e-05,1.107256210985952e-05,1.360875785394455e-07) mm - Endpoint of ComputeStep() was (51.24534887773362,44.17232543607728,-540.9999832013262) - and current position to locate is (51.24536128577942,44.17233650863939,-540.9999830652387) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.996410260323976e-05 mm long - and its vector is (4.359203941817213e-06,-2.855986701888469e-05,-7.948508141453203e-06) mm - Endpoint of ComputeStep() was (51.01232471566291,43.90703531426685,-540.9999278634089) - and current position to locate is (51.01232907486685,43.90700675439983,-540.999935811917) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.317641095464883e-05 mm long - and its vector is (-1.05297348085287e-05,-2.996156945300754e-05,9.597045618647826e-06) mm - Endpoint of ComputeStep() was (51.01239174927824,43.90697891822031,-540.999953949863) - and current position to locate is (51.01238121954343,43.90694895665086,-540.9999443528174) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004051028425088506 mm long - and its vector is (0.003882219112676721,0.001156533514562907,4.045110301831301e-05) mm - Endpoint of ComputeStep() was (-0.8546275428395818,0.5846591605186846,-564.3475743908241) - and current position to locate is (-0.850745323726905,0.5858156940332475,-564.3475339397211) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.018953177875111 mm long - and its vector is (0.00571635949335203,-0.01807018822943141,-0.0001203455910285811) mm - Endpoint of ComputeStep() was (7.190668277288331,2.455377587287705,-501.6159093959367) - and current position to locate is (7.196384636781683,2.437307399058274,-501.6160297415278) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.313887776242672 mm long - and its vector is (-0.8826854214983797,2.138746163733312,0.02660704484760146) mm - Endpoint of ComputeStep() was (60.46127347756926,18.87307993969122,-55.71174175400466) - and current position to locate is (59.57858805607088,21.01182610342454,-55.68513470915706) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01237464064437785 mm long - and its vector is (0.01008429867026484,0.007162839353099193,0.0003638458575778714) mm - Endpoint of ComputeStep() was (0.4631886528407751,-0.4885175373101821,-587.0114747836682) - and current position to locate is (0.4732729515110399,-0.4813546979570829,-587.0111109378106) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01867565463881157 mm long - and its vector is (0.01811492809418597,0.00454196613050295,0) mm - Endpoint of ComputeStep() was (0.3960940289497376,-0.08598799735307694,-592.9864189962403) - and current position to locate is (0.4142089570439236,-0.08144603122257399,-592.9864189962403) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.510881375907964e-05 mm long - and its vector is (-1.115661800454859e-05,1.018698510119043e-05,1.773765916368575e-07) mm - Endpoint of ComputeStep() was (1.174580424099384,0.3206666675693262,-564.495639892475) - and current position to locate is (1.174569267481379,0.3206768545544273,-564.4956397150984) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.409270888730195 mm long - and its vector is (-2.945010074910538,-1.709892488793471,-0.1622076699366346) mm - Endpoint of ComputeStep() was (-9.356883098525438,-40.76619542090017,46.73417950418116) - and current position to locate is (-12.30189317343598,-42.47608790969364,46.57197183424452) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3672234184269258 mm long - and its vector is (0.2179440216216904,-0.2952878846972098,-0.01258998139667256) mm - Endpoint of ComputeStep() was (-17.71059980130916,-55.34956492364337,254.879390190565) - and current position to locate is (-17.49265577968747,-55.64485280834058,254.8668002091683) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03525304222292081 mm long - and its vector is (0.03341106784313652,0.01106715162160299,0.00199892134332913) mm - Endpoint of ComputeStep() was (-26.99349419156141,-75.87969477776154,581.8762341627333) - and current position to locate is (-26.96008312371827,-75.86862762613994,581.8782330840767) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007883590110781478 mm long - and its vector is (0.0004958241688874931,-0.0002913517608659766,-0.0005392425014179025) mm - Endpoint of ComputeStep() was (1.176519213197554,0.3227602639662726,-564.4949724360682) - and current position to locate is (1.177015037366441,0.3224689122054066,-564.4955116785696) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009828995895044953 mm long - and its vector is (-0.0007598553534933217,-0.0001124778346423549,-0.0006132374593335044) mm - Endpoint of ComputeStep() was (1.178234682492374,0.3238915021705533,-564.4972838529544) - and current position to locate is (1.177474827138881,0.323779024335911,-564.4978970904137) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001816981173450984 mm long - and its vector is (3.410753067289995e-05,-0.0001748327324680443,-3.583849684218876e-05) mm - Endpoint of ComputeStep() was (1.177688892850324,0.324020086387127,-564.4988693489432) - and current position to locate is (1.177723000380997,0.3238452536546589,-564.4989051874401) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.523746539271668e-05 mm long - and its vector is (-2.404944467215842e-05,6.379464365491305e-06,-4.225672114444023e-06) mm - Endpoint of ComputeStep() was (1.178056668325621,0.3243948189607233,-564.4999745076107) - and current position to locate is (1.178032618880949,0.3244011984250887,-564.4999787332828) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.077348692032238 mm long - and its vector is (-1.729704849921455,3.603496551315227,0.804801896887966) mm - Endpoint of ComputeStep() was (3.820048234939867,3.906775418457515,-574.8617495621132) - and current position to locate is (2.090343385018413,7.510271969772742,-574.0569476652253) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.916496858401601 mm long - and its vector is (-3.572034509633621,0.9831491267455927,3.232016184247641) mm - Endpoint of ComputeStep() was (-1.578770936626309,13.68703492058827,-579.990977999414) - and current position to locate is (-5.15080544625993,14.67018404733387,-576.7589618151663) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.298457589431412 mm long - and its vector is (-1.143830692602469,-0.3068124518212976,1.96987937612505) mm - Endpoint of ComputeStep() was (-9.994253870209757,20.22006002511131,-578.7069561724926) - and current position to locate is (-11.13808456281223,19.91324757329001,-576.7370767963675) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6012594979793584 mm long - and its vector is (0.498407309932194,0.3334652221316894,0.04363579889502489) mm - Endpoint of ComputeStep() was (-11.8932399830081,20.85263042502393,-575.2904785481662) - and current position to locate is (-11.39483267307591,21.18609564715562,-575.2468427492712) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.827735877937379 mm long - and its vector is (2.584528674232484,-0.5757737210149152,0.9923640207267681) mm - Endpoint of ComputeStep() was (-11.61008133444657,25.05754336679935,-572.4400156792847) - and current position to locate is (-9.025552660214087,24.48176964578443,-571.4476516585579) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1860912512778016 mm long - and its vector is (-0.1379695220384747,0.1219122454114725,0.02705123304667723) mm - Endpoint of ComputeStep() was (-8.933912754345375,24.33381617023541,-570.3134758381808) - and current position to locate is (-9.07188227638385,24.45572841564688,-570.2864246051341) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6138901219143698 mm long - and its vector is (0.2597978523988118,-0.5170439405434486,0.2050163925648576) mm - Endpoint of ComputeStep() was (-8.992358874375878,25.35198438647091,-568.1268718772069) - and current position to locate is (-8.732561021977066,24.83494044592746,-567.921855484642) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.624115279833919 mm long - and its vector is (1.310615261735217,0.8205226537134322,-0.4967702211685037) mm - Endpoint of ComputeStep() was (-9.452053626729004,26.52202640910478,-567.033488500773) - and current position to locate is (-8.141438364993787,27.34254906281821,-567.5302587219415) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.39980120878243 mm long - and its vector is (-1.376160080255696,0.2451196814436543,-0.07445266542140416) mm - Endpoint of ComputeStep() was (-7.965943796169963,28.46321047433474,-567.0845050596345) - and current position to locate is (-9.342103876425659,28.70833015577839,-567.1589577250559) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02971463380122701 mm long - and its vector is (0.02963976545612246,0.00209756030509034,0.0002097770568525448) mm - Endpoint of ComputeStep() was (-1.770858736541542,6.302692109284266,-480.0887025141353) - and current position to locate is (-1.741218971085419,6.304789669589356,-480.0884927370784) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.806394522564411 mm long - and its vector is (-2.570819213226925,-1.124124142935365,0.05553107645863165) mm - Endpoint of ComputeStep() was (-6.201064477849351,39.23730057223931,-19.89978929322945) - and current position to locate is (-8.771883691076276,38.11317642930394,-19.84425821677081) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.350337514752362 mm long - and its vector is (-1.30805116986476,-0.335126781450036,0.01017748092394299) mm - Endpoint of ComputeStep() was (0.2550662046726658,7.820680481540592,-184.9815242153934) - and current position to locate is (-1.052984965192095,7.485553700090556,-184.9713467344695) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.843858327379758 mm long - and its vector is (-0.2318767393231598,-2.834004292676113,0.04672293934908112) mm - Endpoint of ComputeStep() was (1.278632342753917,14.91484915296946,277.2278069272955) - and current position to locate is (1.046755603430757,12.08084486029334,277.2745298666446) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5791177222268732 mm long - and its vector is (-0.5627300689742665,0.1367041758691965,0.004916703100946052) mm - Endpoint of ComputeStep() was (2.939229206234212,13.31550354921108,459.5448000228672) - and current position to locate is (2.376499137259946,13.45220772508028,459.5497167259681) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07520799065156247 mm long - and its vector is (0.04727361313522982,-0.05849293111204823,-0.0001561054365311065) mm - Endpoint of ComputeStep() was (0.144823851814538,-0.1085531277447275,-578.1898067415702) - and current position to locate is (0.1920974649497678,-0.1670460588567757,-578.1899628470068) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 8.233025083578653 mm long - and its vector is (0.7530428418341586,8.186798468711451,0.4381316444876688) mm - Endpoint of ComputeStep() was (40.08514749049324,-50.82590339930162,320.8288142034985) - and current position to locate is (40.8381903323274,-42.63910493059017,321.2669458479862) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05380086574677976 mm long - and its vector is (0.006605901990255347,-0.05332034240623074,-0.002799339150669766) mm - Endpoint of ComputeStep() was (52.46447524494985,-57.06475498726217,584.4059588243513) - and current position to locate is (52.47108114694011,-57.1180753296684,584.4031594852006) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008681411892911117 mm long - and its vector is (-0.006522254983560183,-0.005725139278176972,0.0002233441946373205) mm - Endpoint of ComputeStep() was (1.340481008095803,-1.367476890824455,-536.8973431578927) - and current position to locate is (1.333958753112243,-1.373202030102632,-536.8971198136981) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.726123103625111 mm long - and its vector is (1.834826883861126,2.015970396212214,-0.03195064905517597) mm - Endpoint of ComputeStep() was (36.95290345986574,-24.00731831080901,79.61983176274248) - and current position to locate is (38.78773034372687,-21.99134791459679,79.5878811136873) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.717581224450123 mm long - and its vector is (-1.766640069116193,2.064938666627893,-0.0160897713465431) mm - Endpoint of ComputeStep() was (-13.94047363837568,-8.192290257859179,-102.9806252986893) - and current position to locate is (-15.70711370749187,-6.127351591231286,-102.9967150700358) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.574355088587681 mm long - and its vector is (-0.5552897420514213,-0.1455337154993757,-0.01889465035336002) mm - Endpoint of ComputeStep() was (-20.27212105612742,-9.331715509197331,55.84426286562223) - and current position to locate is (-20.82741079817884,-9.477249224696706,55.82536821526887) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02270869939407974 mm long - and its vector is (-0.01170812764938489,0.01945605074768508,0.0002585815536519931) mm - Endpoint of ComputeStep() was (-21.61035260695628,-10.31002384876165,83.0342800982877) - and current position to locate is (-21.62206073460567,-10.29056779801397,83.03453867984135) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1407187386075855 mm long - and its vector is (-0.1406664193840212,0.002127150612887541,-0.003193287218323348) mm - Endpoint of ComputeStep() was (-0.8880479154321053,-0.1850433213744059,-569.4942521032908) - and current position to locate is (-1.028714334816127,-0.1829161707615184,-569.4974453905091) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.136598395339431 mm long - and its vector is (7.112348469262692,0.5872178093171385,-0.02666744379888542) mm - Endpoint of ComputeStep() was (4.601499508043094,-33.67016227046516,403.0109709848059) - and current position to locate is (11.71384797730579,-33.08294446114802,402.984303541007) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.863747412328801 mm long - and its vector is (2.738425459450809,2.669838132389515,0.5491214948879701) mm - Endpoint of ComputeStep() was (-80.82685880868057,-85.61086160061606,244.8751092945189) - and current position to locate is (-78.08843334922976,-82.94102346822655,245.4242307894069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1877311120048535 mm long - and its vector is (0.1067328535982932,-0.1543687960303435,0.004619868990175746) mm - Endpoint of ComputeStep() was (-1.172814972265367,0.2199691180612001,-567.0081241586637) - and current position to locate is (-1.066082118667074,0.06560032203085658,-567.0035042896735) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007102299566543177 mm long - and its vector is (0.0006870699143584069,-0.0001797517641301538,7.12933410795813e-06) mm - Endpoint of ComputeStep() was (0.5273083141616995,0.3801478376195345,-564.3803252770281) - and current position to locate is (0.5279953840760579,0.3799680858554043,-564.380318147694) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.06652651286131266 mm long - and its vector is (0.03968333205599173,-0.05338030724695308,0.001246141501269449) mm - Endpoint of ComputeStep() was (0.5727808061802439,0.7044102663501921,-552.030736683044) - and current position to locate is (0.6124641382362356,0.651029959103239,-552.0294905415427) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001760316691600167 mm long - and its vector is (-0.001759404818373722,4.488432332638848e-05,-3.456786555489089e-05) mm - Endpoint of ComputeStep() was (0.2999421419956579,-0.7002771803522616,-564.4315518406846) - and current position to locate is (0.2981827371772842,-0.7002322960289352,-564.4315864085502) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02818116351260303 mm long - and its vector is (0.02680888243568091,-0.008605205695623397,0.001188374692560501) mm - Endpoint of ComputeStep() was (-51.65630916665716,-33.46579220739976,581.745753135791) - and current position to locate is (-51.62950028422148,-33.47439741309538,581.7469415104836) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01560652390984807 mm long - and its vector is (0.00468249784495528,-0.007210162004599785,0.01302502845862819) mm - Endpoint of ComputeStep() was (0.3037082659960545,-0.6709901394632315,-564.4173854868397) - and current position to locate is (0.3083907638410098,-0.6782003014678313,-564.4043604583811) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02849428926144991 mm long - and its vector is (-0.007741323841586378,0.01217993954344343,-0.02456919816381742) mm - Endpoint of ComputeStep() was (0.3137211097526057,-0.6398002292476586,-564.3870034969788) - and current position to locate is (0.3059797859110193,-0.6276202897042151,-564.4115726951426) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02670532931451624 mm long - and its vector is (-0.0004120420693450311,0.004003626526143944,0.02640029942574529) mm - Endpoint of ComputeStep() was (0.2980741194760853,-0.5983862019349176,-564.4161294554459) - and current position to locate is (0.2976620774067403,-0.5943825754087737,-564.3897291560202) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05810551859487527 mm long - and its vector is (0.02910630604685099,-0.05028900446762996,-0.0003004482337018999) mm - Endpoint of ComputeStep() was (-0.08533671978183333,0.4915036692685059,-553.4187926275906) - and current position to locate is (-0.05623041373498233,0.4412146648008759,-553.4190930758243) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.792063036930696 mm long - and its vector is (2.773382037341742,0.3170054860575986,-0.05895421065719919) mm - Endpoint of ComputeStep() was (11.37396709134885,7.007634332879916,7.951673442536617) - and current position to locate is (14.14734912869059,7.324639818937515,7.892719231879417) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.295599652617574 mm long - and its vector is (0.2330497941671261,0.181264388667187,-0.01449722274787746) mm - Endpoint of ComputeStep() was (8.271398893438306,5.582530340390217,-398.7083344418799) - and current position to locate is (8.504448687605432,5.763794729057404,-398.7228316646277) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.449632365620745 mm long - and its vector is (-5.771611474676099,-4.697382434895975,0.3465856728459471) mm - Endpoint of ComputeStep() was (37.07046828595877,31.72263428183236,428.8086732878451) - and current position to locate is (31.29885681128267,27.02525184693639,429.155258960691) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1480921340942676 mm long - and its vector is (-0.1454864798681791,0.02749151708892256,0.003029990810205163) mm - Endpoint of ComputeStep() was (0.3860862627808198,-0.3149145630780691,-566.5751205666534) - and current position to locate is (0.2405997829126407,-0.2874230459891466,-566.5720905758432) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007480053608468153 mm long - and its vector is (0.0003735428575199484,-0.0006478428770171907,-1.665413310547592e-05) mm - Endpoint of ComputeStep() was (0.2814373081927831,-0.32312381069275,-564.4554575883196) - and current position to locate is (0.281810851050303,-0.3237716535697672,-564.4554742424527) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03975641382773763 mm long - and its vector is (0.004917079171889327,0.03938819926031556,0.002228122952033118) mm - Endpoint of ComputeStep() was (-151.8809884446846,-53.93242669559299,587.5722679440822) - and current position to locate is (-151.8760713655127,-53.89303849633267,587.5744960670343) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.325806092147348 mm long - and its vector is (-1.311243620158685,0.1958370950078834,-0.007056542144994182) mm - Endpoint of ComputeStep() was (-4.460553669550706,-11.46161236013833,-274.3905484859947) - and current position to locate is (-5.77179728970939,-11.26577526513045,-274.3976050281397) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001472568286562267 mm long - and its vector is (1.535534162733221e-05,0.000146454044223426,0) mm - Endpoint of ComputeStep() was (0.5805769228935242,-0.008551965281367303,-600.2164534846136) - and current position to locate is (0.5805922782351516,-0.008405511237143877,-600.2164534846136) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05507344406405125 mm long - and its vector is (0.01539385523007708,-0.05285977754326648,-0.001399064082875157) mm - Endpoint of ComputeStep() was (0.6812674848520164,-0.3288724347627038,-578.4031294565375) - and current position to locate is (0.6966613400820935,-0.3817322123059703,-578.4045285206204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002701919626260923 mm long - and its vector is (-0.00148302678703327,0.002257900967171489,5.370696567297273e-05) mm - Endpoint of ComputeStep() was (0.8416771857428547,-0.665737485734313,-564.3957902612648) - and current position to locate is (0.8401941589558214,-0.6634795847671415,-564.3957365542991) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 9.619794184230722 mm long - and its vector is (8.910942247841348,-3.416590231048488,-1.209321957007091) mm - Endpoint of ComputeStep() was (112.5550385838746,-77.42201902634162,478.8805638579792) - and current position to locate is (121.4659808317159,-80.8386092573901,477.6712419009721) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001420895802542999 mm long - and its vector is (0.0006443286565622763,-0.000470328899097705,0.00117583000076138) mm - Endpoint of ComputeStep() was (0.829546249481192,-0.6494891406610993,-564.3843055962759) - and current position to locate is (0.8301905781377543,-0.649959469560197,-564.3831297662751) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02596014286629207 mm long - and its vector is (0.01831993140795807,0.01552420607067939,-0.009864489683764077) mm - Endpoint of ComputeStep() was (0.8066928431064263,-0.6044250704450723,-564.3551092086981) - and current position to locate is (0.8250127745143844,-0.5889008643743929,-564.3649736983818) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04624860685082306 mm long - and its vector is (0.01629278955280788,0.01714301361325199,-0.0397441282265163) mm - Endpoint of ComputeStep() was (0.8764657213358296,-0.5793982996460548,-564.3397821876956) - and current position to locate is (0.8927585108886374,-0.5622552860328028,-564.3795263159221) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05296756782498899 mm long - and its vector is (-0.0004787060250656117,0.03279485621617639,-0.04159124291959415) mm - Endpoint of ComputeStep() was (0.9248506636111129,-0.5959255343055132,-564.4064448107576) - and current position to locate is (0.9243719575860473,-0.5631306780893368,-564.4480360536772) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01395758497947517 mm long - and its vector is (-0.009024894638014258,-0.009028091421873885,0.005644379550517442) mm - Endpoint of ComputeStep() was (0.9214960381876136,-0.5734834064698183,-564.4691934274459) - and current position to locate is (0.9124711435495994,-0.5825114978916922,-564.4635490478954) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007292438616701676 mm long - and its vector is (0.006625598795662491,0.002261879271879486,-0.002040834078684384) mm - Endpoint of ComputeStep() was (0.9183280304932677,-0.5963357550110165,-564.4598561546163) - and current position to locate is (0.9249536292889302,-0.5940738757391371,-564.461896988695) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01072101043869145 mm long - and its vector is (0.006463533423672563,-0.005577913392844192,0.006484572668227884) mm - Endpoint of ComputeStep() was (0.9318002746024777,-0.6022798319403503,-564.475780036727) - and current position to locate is (0.9382638080261503,-0.6078577453331945,-564.4692954640587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007194220946704731 mm long - and its vector is (-0.003239075294036664,-0.005134324256413692,0.003860559635540994) mm - Endpoint of ComputeStep() was (0.9480466989446006,-0.6191985144710298,-564.4761700284479) - and current position to locate is (0.9448076236505639,-0.6243328387274435,-564.4723094688123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01171183495591459 mm long - and its vector is (-0.0002733768213094567,0.001588491874432885,-0.01160038950695252) mm - Endpoint of ComputeStep() was (0.9402544364864392,-0.637102492404769,-564.4739507719135) - and current position to locate is (0.9399810596651298,-0.6355140005303361,-564.4855511614204) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01012950928062528 mm long - and its vector is (-0.008216544543746984,0.002705270863128217,-0.005270376038197355) mm - Endpoint of ComputeStep() was (0.9368756068022377,-0.6497614021867654,-564.4880228994341) - and current position to locate is (0.9286590622584907,-0.6470561313236372,-564.4932932754723) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006662749808790558 mm long - and its vector is (-0.005272554962543086,-0.001170767721074495,-0.003901499983953727) mm - Endpoint of ComputeStep() was (0.9306077745996508,-0.6559098930776408,-564.4932699496881) - and current position to locate is (0.9253352196371077,-0.6570806607987153,-564.497171449672) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2300843166602392 mm long - and its vector is (-0.1871800733789571,-0.009979796731509172,-0.1334271957288138) mm - Endpoint of ComputeStep() was (1.18001238589757,-1.524669877447459,-564.7912702771716) - and current position to locate is (0.9928323125186133,-1.534649674178968,-564.9246974729004) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.626810116502208 mm long - and its vector is (1.337398484245152,0.7878151454758804,0.4870562042018491) mm - Endpoint of ComputeStep() was (3.07386710733382,-4.31407433598638,-566.1432425419214) - and current position to locate is (4.411265591578973,-3.526259190510499,-565.6561863377195) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.325680535697737 mm long - and its vector is (-0.7310383630076212,-0.2658015335208082,-1.073480945018105) mm - Endpoint of ComputeStep() was (6.458784101225794,-3.653210832725059,-567.0191081903397) - and current position to locate is (5.727745738218172,-3.919012366245867,-568.0925891353578) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.627703905136508 mm long - and its vector is (-1.429131991007072,0.2393477726961755,-0.7414272714044046) mm - Endpoint of ComputeStep() was (6.678279793874052,-3.759410496734896,-569.8732604519025) - and current position to locate is (5.24914780286698,-3.52006272403872,-570.6146877233069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09031722390103605 mm long - and its vector is (-0.01954451405404667,-0.08815049055462065,-0.002168851899227775) mm - Endpoint of ComputeStep() was (-3.383747560434044,-2.584936102994928,-447.0191486372678) - and current position to locate is (-3.40329207448809,-2.673086593549549,-447.021317489167) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3658342832612073 mm long - and its vector is (0.3656771915689294,0.008440316929054781,0.006608738581519447) mm - Endpoint of ComputeStep() was (-5.746345829289041,-4.817298836903615,-314.6361222125136) - and current position to locate is (-5.380668637720111,-4.80885851997456,-314.629513473932) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7998484474074908 mm long - and its vector is (0.7093113326856129,0.3692866745342629,0.01619642415346334) mm - Endpoint of ComputeStep() was (-8.52394949322623,-7.117744038057815,-124.3279161414438) - and current position to locate is (-7.814638160540617,-6.748457363523552,-124.3117197172903) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09297452290247951 mm long - and its vector is (0.05659820232893154,-0.07375657096986643,0.0009346875649498543) mm - Endpoint of ComputeStep() was (-21.45400935649154,-16.74650391653503,589.5990403644709) - and current position to locate is (-21.39741115416261,-16.82026048750489,589.5999750520358) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09037029177496979 mm long - and its vector is (0.09016059606872473,-0.005240968832270376,0.003223165792292093) mm - Endpoint of ComputeStep() was (-0.8534169577550994,0.2002988589273347,-573.7604408937608) - and current position to locate is (-0.7632563616863747,0.1950578900950644,-573.7572177279685) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0002732557643018753 mm long - and its vector is (-0.0002724747304421182,-1.771507158931929e-05,-1.060236922967306e-05) mm - Endpoint of ComputeStep() was (-0.7770960822579269,0.2023626298533826,-573.4137501451507) - and current position to locate is (-0.777368556988369,0.2023449147817933,-573.41376074752) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.007323414522475219 mm long - and its vector is (0.002255314386293339,-0.006960914791714068,0.0003026921694981866) mm - Endpoint of ComputeStep() was (-1.146714263513706,0.4410316375979019,-564.3123447681216) - and current position to locate is (-1.144458949127413,0.4340707228061878,-564.3120420759521) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.773285556318116 mm long - and its vector is (-0.4077469698979819,1.725253222869292,0.04225387277621451) mm - Endpoint of ComputeStep() was (31.51682094508149,-2.916715184128107,-116.5599630926448) - and current position to locate is (31.10907397518351,-1.191461961258816,-116.5177092198685) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.598566153754954 mm long - and its vector is (-0.8498382177506443,-1.353083823754258,0.04850688070649767) mm - Endpoint of ComputeStep() was (53.57202072110502,-3.889741228136314,201.7644061241168) - and current position to locate is (52.72218250335438,-5.242825051890572,201.8129130048233) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.847369258354647 mm long - and its vector is (0.07065644012547523,1.84587095182639,0.02326528285084351) mm - Endpoint of ComputeStep() was (73.7590706102461,-10.13933866997497,526.4141945070924) - and current position to locate is (73.82972705037157,-8.293467718148579,526.4374597899432) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02135583727326357 mm long - and its vector is (0.0008087400051266513,-0.02133975229391361,-0.0001808238939702278) mm - Endpoint of ComputeStep() was (76.93867696723215,-8.74146249627284,580.3455855358674) - and current position to locate is (76.93948570723728,-8.762802248566754,580.3454047119734) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009487409898698613 mm long - and its vector is (0.00921137400183436,-0.002271901314814195,0) mm - Endpoint of ComputeStep() was (-0.3171956777572632,-0.09209232598543168,-597.0103396622516) - and current position to locate is (-0.3079843037554288,-0.09436422730024588,-597.0103396622516) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07277080386772712 mm long - and its vector is (-0.07218322350719697,0.008583832400930635,0.003389684495346046) mm - Endpoint of ComputeStep() was (0.457888819211534,-1.29050519541186,-571.6265337007806) - and current position to locate is (0.385705595704337,-1.281921363010929,-571.6231440162852) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009049595758077568 mm long - and its vector is (0.004256353429869519,0.007977334309578143,0.000375201516362722) mm - Endpoint of ComputeStep() was (0.6656771119536566,-1.792008144231937,-564.2787150337293) - and current position to locate is (0.6699334653835262,-1.784030809922359,-564.278339832213) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.994695992165737e-05 mm long - and its vector is (-3.805107707066657e-05,1.18956796084646e-05,2.523479224691982e-06) mm - Endpoint of ComputeStep() was (0.6702348802811781,-1.784412261094555,-564.2719966919876) - and current position to locate is (0.6701968292041074,-1.784400365414946,-564.2719941685084) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03532090597066739 mm long - and its vector is (-0.0166527167830306,0.03114884483931846,-5.373554654397594e-05) mm - Endpoint of ComputeStep() was (1.029626611377044,-1.577213686520258,-555.7064218766662) - and current position to locate is (1.012973894594013,-1.546064841680939,-555.7064756122128) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5327585845151958 mm long - and its vector is (0.3710074457612818,0.3818995795949933,-0.01838193867610016) mm - Endpoint of ComputeStep() was (7.587576387124516,1.442985516625791,-368.6335723491394) - and current position to locate is (7.958583832885798,1.824885096220784,-368.6519542878155) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.030162363009531 mm long - and its vector is (-3.017835948418814,-0.2549636810999694,0.09769163705547612) mm - Endpoint of ComputeStep() was (26.23339822035295,12.36073800126021,223.3808275615996) - and current position to locate is (23.21556227193413,12.10577432016024,223.4785191986551) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.81225875728177 mm long - and its vector is (1.163489528638024,1.388071661788871,-0.0618949257436725) mm - Endpoint of ComputeStep() was (33.85379963263109,17.5920687420023,546.4912273859541) - and current position to locate is (35.01728916126912,18.98014040379118,546.4293324602104) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9519627719169581 mm long - and its vector is (-0.9266252226640126,0.2026082387304697,0.08092414619397914) mm - Endpoint of ComputeStep() was (-1.668945853112378,-18.30353566784155,-549.7306214279334) - and current position to locate is (-2.59557107577639,-18.10092742911108,-549.6496972817395) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008838144671778087 mm long - and its vector is (0.003073457611161179,0.0006381313234731234,0.00826192761803668) mm - Endpoint of ComputeStep() was (0.655713912716808,-1.78683018495723,-564.2728339063117) - and current position to locate is (0.6587873703279692,-1.786192053633757,-564.2645719786937) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002932045544423657 mm long - and its vector is (0.002782375355487754,0.0001286475889088479,-0.0009158210816622159) mm - Endpoint of ComputeStep() was (0.6609073965442983,-1.796209430859781,-564.2595382473655) - and current position to locate is (0.6636897718997861,-1.796080783270872,-564.2604540684472) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004058872939692297 mm long - and its vector is (0.003052211693174822,-0.001431034447006985,-0.002260662233084076) mm - Endpoint of ComputeStep() was (0.6647372184211996,-1.803333523323861,-564.2544487708961) - and current position to locate is (0.6677894301143744,-1.804764557770868,-564.2567094331292) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005650132804518689 mm long - and its vector is (0.003377264509518696,-0.00422827399169301,-0.001624741269438346) mm - Endpoint of ComputeStep() was (0.6655921989165212,-1.809496469712938,-564.2489622370133) - and current position to locate is (0.6689694634260399,-1.813724743704631,-564.2505869782827) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001341946221765323 mm long - and its vector is (-0.00125339909127975,0.0004789622675143157,2.013768573760899e-05) mm - Endpoint of ComputeStep() was (0.6672901641803973,-1.818187561440646,-564.2489636957345) - and current position to locate is (0.6660367650891176,-1.817708599173132,-564.2489435580487) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001735813659183495 mm long - and its vector is (-0.001594524405590159,0.0006855018877089947,2.506274790903262e-05) mm - Endpoint of ComputeStep() was (0.6641571636980743,-1.822042169019646,-564.249996913435) - and current position to locate is (0.6625626392924842,-1.821356667131937,-564.2499718506871) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002694464789936504 mm long - and its vector is (-0.002362720797642437,0.0009488923483333966,-0.0008816429253784008) mm - Endpoint of ComputeStep() was (0.6604197045253114,-1.826776789440753,-564.250062540513) - and current position to locate is (0.658056983727669,-1.82582789709242,-564.2509441834384) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009612465594189636 mm long - and its vector is (-0.000833022367828784,0.0002359972411427602,-0.0004175811117193007) mm - Endpoint of ComputeStep() was (0.6565543844374057,-1.830913889591081,-564.2508210489884) - and current position to locate is (0.6557213620695769,-1.830677892349938,-564.2512386301001) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00195699282991436 mm long - and its vector is (-0.0009947650315250689,-0.0004298935375759427,-0.001629556692705592) mm - Endpoint of ComputeStep() was (0.6538841430136643,-1.834741967130827,-564.2490449532722) - and current position to locate is (0.6528893779821392,-1.835171860668403,-564.2506745099649) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003966840224789415 mm long - and its vector is (0.003049871307978624,-0.0002217084205198283,0.002526846206251321) mm - Endpoint of ComputeStep() was (0.6496719304852483,-1.837346482020425,-564.246981895465) - and current position to locate is (0.6527218017932269,-1.837568190440945,-564.2444550492587) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001159497550422629 mm long - and its vector is (-0.001036580735302217,-0.0003861364502713016,-0.0003476112633507) mm - Endpoint of ComputeStep() was (0.6519279222754045,-1.838033142445239,-564.2415712096468) - and current position to locate is (0.6508913415401023,-1.83841927889551,-564.2419188209102) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.479336215921576 mm long - and its vector is (-0.03368059528086143,-4.389974872997131,-0.8896286681655283) mm - Endpoint of ComputeStep() was (-5.846819972827483,-2.827348291330307,-559.1192631250625) - and current position to locate is (-5.880500568108345,-7.217323164327437,-560.008891793228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.928256815757932 mm long - and its vector is (-2.764351131726359,-2.588065186498646,-1.044740647962726) mm - Endpoint of ComputeStep() was (-3.900703516612038,-11.47397057894733,-554.7026688795362) - and current position to locate is (-6.665054648338397,-14.06203576544598,-555.7474095274989) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.538024193091166 mm long - and its vector is (-0.8075280416601451,-1.839812381937275,-1.550662976252056) mm - Endpoint of ComputeStep() was (-9.495512693741555,-16.19955585158651,-551.7373117443196) - and current position to locate is (-10.3030407354017,-18.03936823352379,-553.2879747205717) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.114243818894427 mm long - and its vector is (-1.591511393581161,1.259851799023135,-0.5915165714777686) mm - Endpoint of ComputeStep() was (-12.18780354528891,-18.58135737840216,-549.371270441063) - and current position to locate is (-13.77931493887007,-17.32150557937903,-549.9627870125407) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.04126448743734631 mm long - and its vector is (0.04075015486420774,-0.003253933148013033,0.005620918170393452) mm - Endpoint of ComputeStep() was (-13.6952197122589,-16.65196361259061,-550.1848590424457) - and current position to locate is (-13.6544695573947,-16.65521754573862,-550.1792381242753) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7761784639059998 mm long - and its vector is (-0.7746081872335537,-0.038381765194341,0.03101619259018662) mm - Endpoint of ComputeStep() was (-13.8018518203548,-13.99061623842629,-550.5626315982987) - and current position to locate is (-14.57646000758836,-14.02899800362063,-550.5316154057085) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008719417549243456 mm long - and its vector is (-0.008313085922276003,-0.002630379123502946,4.416461877099209e-05) mm - Endpoint of ComputeStep() was (-0.1367327304408436,0.4829134233707781,-587.6444929687428) - and current position to locate is (-0.1450458163631196,0.4802830442472752,-587.6444488041241) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02873768192921812 mm long - and its vector is (-0.02738913815072361,-0.008698694379319749,0.0001489634877316348) mm - Endpoint of ComputeStep() was (-0.05938607210413369,0.3322746218829478,-580.5375627223607) - and current position to locate is (-0.08677521025485729,0.323575927503628,-580.537413758873) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003336919573519528 mm long - and its vector is (0.003325889254051362,0.0002698549932162037,-2.590738426988537e-05) mm - Endpoint of ComputeStep() was (0.1291268480665235,0.03445546517678054,-564.3345935236046) - and current position to locate is (0.1324527373205748,0.03472532016999674,-564.3346194309888) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001835163275626334 mm long - and its vector is (-0.001310360215215134,0.001284570704058519,-2.56604922697079e-05) mm - Endpoint of ComputeStep() was (2.108473737528424,1.262256535590584,-539.3137588766733) - and current position to locate is (2.107163377313209,1.263541106294642,-539.3137845371656) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3841529483406999 mm long - and its vector is (0.04566700021089254,-0.3808142146032107,0.02164594111445695) mm - Endpoint of ComputeStep() was (11.02306360252457,10.14616000632568,-402.5249493831755) - and current position to locate is (11.06873060273546,9.765345791722472,-402.5033034420611) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.14668647438414 mm long - and its vector is (-0.1419447856067624,0.0364146037979225,0.006525046861099781) mm - Endpoint of ComputeStep() was (15.10791640662298,14.11765671878024,-338.9246512458061) - and current position to locate is (14.96597162101622,14.15407132257817,-338.918126198945) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.16251804134943 mm long - and its vector is (0.1291112976684374,0.09756956743135348,-0.01491864905699458) mm - Endpoint of ComputeStep() was (18.7111551213569,18.55490695078345,-277.7240377243866) - and current position to locate is (18.84026641902533,18.6524765182148,-277.7389563734436) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.069870528208971 mm long - and its vector is (1.30457100472325,-1.606696970144178,0.03135830532686157) mm - Endpoint of ComputeStep() was (41.52319354748109,43.94419202593052,74.46864945335392) - and current position to locate is (42.82776455220434,42.33749505578634,74.50000775868078) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.054802558736002 mm long - and its vector is (-0.8643333716036352,0.6045153226280817,0.009873467282375259) mm - Endpoint of ComputeStep() was (58.55334348970494,60.89492781038228,314.9312713442845) - and current position to locate is (57.6890101181013,61.49944313301037,314.9411448115669) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.205747459972253 mm long - and its vector is (-0.1696184863753394,-0.002558547310553827,-0.116426114769979) mm - Endpoint of ComputeStep() was (2.084067392387638,1.956473173124071,-539.2953642151213) - and current position to locate is (1.914448906012298,1.953914625813518,-539.4117903298912) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1607426292506612 mm long - and its vector is (-0.02771508801998457,-0.1017966068638114,-0.1212745545672078) mm - Endpoint of ComputeStep() was (1.834147006441354,2.239074961921868,-539.6327994319972) - and current position to locate is (1.806431918421369,2.137278355058057,-539.7540739865644) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005236102431516973 mm long - and its vector is (-0.0003621848169403918,-0.0003781397260839148,4.389401055959752e-07) mm - Endpoint of ComputeStep() was (0.08189584931505657,0.6724318151676039,-590.9739899441657) - and current position to locate is (0.08153366449811618,0.6720536754415199,-590.9739895052256) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02017185165798867 mm long - and its vector is (-0.01108098874286878,0.01683346278439446,0.0008659205960839245) mm - Endpoint of ComputeStep() was (0.5852841996752853,0.6250221170258565,-583.617012015961) - and current position to locate is (0.5742032109324166,0.641855579810251,-583.6161460953649) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.05265148354683863 mm long - and its vector is (-0.04613811195022244,0.0251642556759214,0.003195869463638701) mm - Endpoint of ComputeStep() was (1.25955366758226,0.5805241999321582,-573.2389592308385) - and current position to locate is (1.213415555632038,0.6056884556080796,-573.2357633613749) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002354995559821229 mm long - and its vector is (0.001401328851763764,0.0005146439243037815,0.001821379468196938) mm - Endpoint of ComputeStep() was (0.07550578993911911,0.6760491000405457,-590.9704807286906) - and current position to locate is (0.07690711879088287,0.6765637439648495,-590.9686593492224) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003303031946667987 mm long - and its vector is (0.0001763358160607742,0.0002462678136200269,-0.0001317499311426218) mm - Endpoint of ComputeStep() was (0.07375441602150344,0.6800096054529592,-590.9664379411606) - and current position to locate is (0.07393075183756422,0.6802558732665792,-590.9665696910918) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001870214664223638 mm long - and its vector is (0.00157685709946391,0.0003082237300139345,0.0009571952310807319) mm - Endpoint of ComputeStep() was (0.07223348757187892,0.6856051616038475,-590.9654961738307) - and current position to locate is (0.07381034467134283,0.6859133853338615,-590.9645389785996) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001704372180116049 mm long - and its vector is (-2.017897014658376e-05,0.0009494093755797461,0.001415308862078746) mm - Endpoint of ComputeStep() was (0.0766151010749672,0.6894584665095296,-590.9668770804079) - and current position to locate is (0.07659492210482062,0.6904078758851093,-590.9654617715458) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002288531102833605 mm long - and its vector is (-0.001724046446142158,0.001413183295675302,-0.0005176402544293524) mm - Endpoint of ComputeStep() was (0.08056523743632642,0.6949783943675529,-590.9662075166111) - and current position to locate is (0.07884119099018426,0.6963915776632282,-590.9667251568656) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001076480948221634 mm long - and its vector is (-5.374702149947563e-05,-0.001000923962603317,-0.0003925222422367369) mm - Endpoint of ComputeStep() was (0.07944199278847645,0.6981747738684012,-590.9713545381422) - and current position to locate is (0.07938824576697698,0.6971738499057979,-590.9717470603845) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001262455749361385 mm long - and its vector is (0.001224456154652345,-9.357131910969763e-06,-0.0003072687561598286) mm - Endpoint of ComputeStep() was (0.07827095341737671,0.7020405621757051,-590.9763476386551) - and current position to locate is (0.07949540957202905,0.7020312050437941,-590.9766549074112) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004368719900739646 mm long - and its vector is (-0.002739353746959688,0.00015957132790545,0.003399439896725198) mm - Endpoint of ComputeStep() was (0.07240661779197946,0.7031677709045653,-590.9824205841825) - and current position to locate is (0.06966726404501977,0.7033273422324707,-590.9790211442858) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0050909488718465 mm long - and its vector is (-0.0003926696609414457,-0.004947447083986978,-0.001134168551971015) mm - Endpoint of ComputeStep() was (0.06050012148579109,0.7044833452111079,-590.9808900065474) - and current position to locate is (0.06010745182484965,0.6995358981271209,-590.9820241750994) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.005848925467893183 mm long - and its vector is (-0.003783925159145773,0.004085387918900563,0.00178925824604903) mm - Endpoint of ComputeStep() was (0.0546231149487392,0.6971227291936295,-590.9881125019821) - and current position to locate is (0.05083918978959343,0.7012081171125301,-590.986323243736) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004484625250746421 mm long - and its vector is (0.0005564134548123115,0.003049486999576523,-0.003240817296045861) mm - Endpoint of ComputeStep() was (0.04399909115358281,0.6999988592708196,-590.988635481143) - and current position to locate is (0.04455550460839512,0.7030483462703961,-590.991876298439) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002603952367709203 mm long - and its vector is (-0.0004446912251456006,-0.002378989643983864,0.0009608464608845679) mm - Endpoint of ComputeStep() was (0.04410755525593747,0.7012667730594466,-590.9964946672899) - and current position to locate is (0.04366286403079186,0.6988877834154628,-590.995533820829) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002877262368880936 mm long - and its vector is (0.0005602891947772623,0.001531846079159904,-0.002370266303046265) mm - Endpoint of ComputeStep() was (0.0477655622653418,0.6949735743644619,-590.9970936743749) - and current position to locate is (0.04832585146011906,0.6965054204436218,-590.999463940678) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0003750722307736113 mm long - and its vector is (4.086370446201165e-05,6.281936303975666e-05,0.0003675092700632376) mm - Endpoint of ComputeStep() was (0.05232218908312603,0.6948254724986807,-590.9996211391609) - and current position to locate is (0.05236305278758804,0.6948882918617204,-590.9992536298909) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0005579162861698047 mm long - and its vector is (-0.0003992205442860178,0.0001890108132397428,0.0003408349334677041) mm - Endpoint of ComputeStep() was (0.05259473112387563,0.6906544314134436,-590.9966343673966) - and current position to locate is (0.05219551057958961,0.6908434422266834,-590.9962935324631) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003390059222275225 mm long - and its vector is (0.003195216401104387,-0.001025790539206484,-0.0004804658680086504) mm - Endpoint of ComputeStep() was (0.05122959709311603,0.686777605923521,-590.9940365692285) - and current position to locate is (0.05442481349422042,0.6857518153843145,-590.9945170350965) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002698464738658622 mm long - and its vector is (-0.0009689927473087445,-0.001625409967893288,0.00192374827815911) mm - Endpoint of ComputeStep() was (0.05511977092868434,0.6820741893082067,-590.9972742780418) - and current position to locate is (0.0541507781813756,0.6804487793403134,-590.9953505297636) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003430038684342603 mm long - and its vector is (-0.002324535811349629,5.619040326032554e-05,0.002521614815236717) mm - Endpoint of ComputeStep() was (0.05277477994354305,0.6766939293285459,-590.9965353144603) - and current position to locate is (0.05045024413219342,0.6767501197318062,-590.9940136996451) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00416696077973861 mm long - and its vector is (0.001812870901331982,-0.00362517576447563,0.0009670376991834928) mm - Endpoint of ComputeStep() was (0.04766186264561841,0.6751816873884242,-590.9946660705518) - and current position to locate is (0.04947473354695039,0.6715565116239486,-590.9936990328526) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003073405689869565 mm long - and its vector is (0.002036837465273972,0.0007903646135497544,-0.00216158262674071) mm - Endpoint of ComputeStep() was (0.04884741311544217,0.6699782357451159,-590.9948672339343) - and current position to locate is (0.05088425058071614,0.6707686003586657,-590.9970288165611) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00178841046093288 mm long - and its vector is (-0.001594851529311943,-0.0003006424041608335,0.0007513153273066564) mm - Endpoint of ComputeStep() was (0.05022898058420483,0.6713340402691245,-590.998193524787) - and current position to locate is (0.04863412905489289,0.6710333978649636,-590.9974422094597) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07521044590343912 mm long - and its vector is (-0.02677581497797688,-0.07011709418467749,-0.004822863087042606) mm - Endpoint of ComputeStep() was (-0.732825184217536,-0.1980940646222973,-549.8665868094017) - and current position to locate is (-0.7596009991955128,-0.2682111588069748,-549.8714096724888) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1034539578874276 mm long - and its vector is (0.09211699563952525,-0.04701061468904744,0.002680041693565727) mm - Endpoint of ComputeStep() was (0.1737314970619195,1.445869417532348,-543.6876810887381) - and current position to locate is (0.2658484927014447,1.3988588028433,-543.6850010470446) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1275170471238324 mm long - and its vector is (-0.07151706446780692,-0.1055588953957032,0.001796218229571878) mm - Endpoint of ComputeStep() was (-1.272775960889043,3.944093643881606,-458.990989623547) - and current position to locate is (-1.344293025356849,3.838534748485903,-458.9891934053175) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.403522197539537 mm long - and its vector is (-0.6774082142246911,2.305166321375918,-0.06515593726146562) mm - Endpoint of ComputeStep() was (-26.49967383303711,25.57524477416465,571.5721998004652) - and current position to locate is (-27.1770820472618,27.88041109554057,571.5070438632038) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001150648617355062 mm long - and its vector is (0.0008168365399505717,-0.0007743901127597042,-0.0002389356835692524) mm - Endpoint of ComputeStep() was (-21.68934200780427,32.86441464778072,574.0017050410293) - and current position to locate is (-21.68852517126432,32.86364025766796,574.0014661053457) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001261743002128111 mm long - and its vector is (-0.0002835185988843136,-6.664223375452138e-05,0.001227669100444473) mm - Endpoint of ComputeStep() was (-21.68395919481638,32.8666740535864,574.0026852597426) - and current position to locate is (-21.68424271341527,32.86660741135265,574.0039129288431) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0006133242836665695 mm long - and its vector is (0.0003316322015898265,-0.0001907579557425265,-0.0004793726756133765) mm - Endpoint of ComputeStep() was (-21.67977154793318,32.8702423220391,574.00555965249) - and current position to locate is (-21.67943991573159,32.87005156408335,574.0050802798144) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000713197138785586 mm long - and its vector is (0.0003412828800861689,-0.000526373239232214,0.0003392747670432072) mm - Endpoint of ComputeStep() was (-21.67594260974957,32.87328836042293,574.0065840530552) - and current position to locate is (-21.67560132686948,32.8727619871837,574.0069233278223) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001088928187347634 mm long - and its vector is (-0.0002520763971105566,0.0009243540716141752,-0.0005174858814598338) mm - Endpoint of ComputeStep() was (-21.6717828202854,32.87517747583011,574.0093779095387) - and current position to locate is (-21.67203489668251,32.87610182990172,574.0088604236572) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001128418848154992 mm long - and its vector is (0.001041215772826121,-0.0002196591128935665,-0.0003754313324861869) mm - Endpoint of ComputeStep() was (-21.66982796030874,32.88024767392476,574.0125554390218) - and current position to locate is (-21.66878674453591,32.88002801481187,574.0121800076893) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001949477930793105 mm long - and its vector is (-0.001431317903112017,0.0002875659458680957,0.001291936178631659) mm - Endpoint of ComputeStep() was (-21.66539851031262,32.88546072992614,574.0147245423942) - and current position to locate is (-21.66682982821573,32.88574829587201,574.0160164785729) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0009999107727061039 mm long - and its vector is (-0.0006340314072552644,0.0007326723574720972,-0.0002470160816301359) mm - Endpoint of ComputeStep() was (-21.66371796950384,32.88952755252308,574.0192387008536) - and current position to locate is (-21.6643520009111,32.89026022488055,574.018991684772) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001309688586078083 mm long - and its vector is (-0.0006443869152832349,-0.0005148059595327936,0.001017361548292683) mm - Endpoint of ComputeStep() was (-21.66353363995885,32.89450348589066,574.0216572043702) - and current position to locate is (-21.66417802687414,32.89398867993113,574.0226745659185) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5348059926556327 mm long - and its vector is (0.5025137502271981,-0.01732581049189008,-0.1822009794259429) mm - Endpoint of ComputeStep() was (-20.75914605547631,32.29139480583347,576.5796926480065) - and current position to locate is (-20.25663230524911,32.27406899534158,576.3974916685805) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.6949448259574267 mm long - and its vector is (-0.3776240769025137,0.4907524479471803,0.3154526945555745) mm - Endpoint of ComputeStep() was (-15.80625902078192,26.7697838968202,590.288035529336) - and current position to locate is (-16.18388309768444,27.26053634476738,590.6034882238915) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.02240966540109051 mm long - and its vector is (0.01714659966147122,0.01442869444676365,0) mm - Endpoint of ComputeStep() was (0.1222696834802628,0.8036252188682557,-592.4766904800058) - and current position to locate is (0.139416283141734,0.8180539133150193,-592.4766904800058) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.09382222981717557 mm long - and its vector is (0.0526746101107915,0.07754603584975073,0.003822117414756576) mm - Endpoint of ComputeStep() was (0.4806600452739869,-0.8165409765300723,-544.9520510991129) - and current position to locate is (0.5333346553847784,-0.7389949406803216,-544.9482289816981) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 7.235338982588154 mm long - and its vector is (4.202262646863554,5.886843598403281,0.1902400790406773) mm - Endpoint of ComputeStep() was (10.98209871929483,-34.56162083538832,261.8370881476369) - and current position to locate is (15.18436136615839,-28.67477723698504,262.0273282266776) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5135782551671578 mm long - and its vector is (0.4352387028513149,-0.2722282019702007,-0.01488965321686919) mm - Endpoint of ComputeStep() was (16.55002366081406,-34.18473193801542,402.6856844928863) - and current position to locate is (16.98526236366538,-34.45696013998562,402.6707948396694) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.4115250143341191 mm long - and its vector is (0.03825211536817974,-0.02694491252996489,0.4088564354162827) mm - Endpoint of ComputeStep() was (-0.5970901363024708,1.002657286526677,-592.3956178897305) - and current position to locate is (-0.558838020934291,0.9757123739967125,-591.9867614543142) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3652440155248361 mm long - and its vector is (0.1074352038910809,0.3472557178863787,0.0356978183759793) mm - Endpoint of ComputeStep() was (-1.071680675945306,1.129938085639159,-591.9435768827536) - and current position to locate is (-0.9642454720542248,1.477193803525537,-591.9078790643777) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1995571832784994 mm long - and its vector is (-0.1363476940483352,-0.02820571691397711,-0.1429573826674186) mm - Endpoint of ComputeStep() was (-1.229076085218793,1.712181252164539,-591.7016563886846) - and current position to locate is (-1.365423779267128,1.683975535250562,-591.844613771352) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.3130798691785041 mm long - and its vector is (-0.2079065696584554,-0.2075860848312823,0.108175228967184) mm - Endpoint of ComputeStep() was (-1.477972824565208,1.915286197619284,-591.6170460639421) - and current position to locate is (-1.685879394223664,1.707700112788002,-591.5088708349749) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1826360858133114 mm long - and its vector is (0.03197389445722632,0.1428315778617746,-0.1092371286695197) mm - Endpoint of ComputeStep() was (-1.725213719983654,1.835413215492291,-591.353394463531) - and current position to locate is (-1.693239825526427,1.978244793354066,-591.4626315922005) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5457604343324802 mm long - and its vector is (-0.5425221364739503,0.05210788450009396,0.02844207255884612) mm - Endpoint of ComputeStep() was (14.5397621924362,15.72693858241426,-308.9487433888413) - and current position to locate is (13.99724005596225,15.77904646691435,-308.9203013162825) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.529946915645479 mm long - and its vector is (1.967292968833348,1.578610514571935,-0.1959046044529771) mm - Endpoint of ComputeStep() was (38.84807843319597,48.83656592344016,207.0136027953968) - and current position to locate is (40.81537140202932,50.4151764380121,206.8176981909438) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007451085733598141 mm long - and its vector is (-0.0006830602453902213,0.0002976762798176935,-2.078387751680566e-06) mm - Endpoint of ComputeStep() was (-1.434828034261162,-2.451255092161239,-540.9430274225793) - and current position to locate is (-1.435511094506552,-2.450957415881422,-540.9430295009671) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 4.029208628600579 mm long - and its vector is (-0.6665511866919616,3.960788432447025,0.3199791894838455) mm - Endpoint of ComputeStep() was (-30.96246166313559,-55.58721058357795,56.96370036795952) - and current position to locate is (-31.62901284982755,-51.62642215113092,57.28367955744336) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.362341993921824 mm long - and its vector is (-3.269536682286088,0.7806550751337085,-0.07778959405891328) mm - Endpoint of ComputeStep() was (-55.09841645837632,-99.00083085073035,568.2903753453749) - and current position to locate is (-58.36795314066241,-98.22017577559664,568.2125857513159) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9174903978405846 mm long - and its vector is (-0.9004838598958163,-0.1677081870571766,0.05283381673513077) mm - Endpoint of ComputeStep() was (14.50401759877892,1.74344869077635,-329.3563109353482) - and current position to locate is (13.6035337388831,1.575740503719173,-329.303477118613) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5661690894892828 mm long - and its vector is (-0.5625989130746056,-0.05331131818563772,0.03446453617424083) mm - Endpoint of ComputeStep() was (26.12349274495763,4.592956067924038,-120.260563234297) - and current position to locate is (25.56089383188302,4.5396447497384,-120.2260986981228) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0193809855533643 mm long - and its vector is (-0.003637784302000568,-0.01902717097181217,0.0005965661750906293) mm - Endpoint of ComputeStep() was (71.54973805881853,12.59127521743586,579.1839876678372) - and current position to locate is (71.54610027451653,12.57224804646405,579.1845842340123) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.9616404117091468 mm long - and its vector is (0.02765827360799022,0.9606497080633103,0.03375558814536816) mm - Endpoint of ComputeStep() was (-7.9241346229427,-8.746461503994958,-301.8997039498691) - and current position to locate is (-7.896476349334709,-7.785811795931648,-301.8659483617238) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.468239153985168 mm long - and its vector is (-5.209221265714813,1.658642634158578,-0.1206559660873836) mm - Endpoint of ComputeStep() was (-30.76471128065548,-31.79689617150848,355.3737228076697) - and current position to locate is (-35.97393254637029,-30.1382535373499,355.2530668415823) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00025433594792794 mm long - and its vector is (-0.0002272311485214118,-0.0001138406445235773,-9.648171044318588e-06) mm - Endpoint of ComputeStep() was (-43.33852392155244,-36.72930713976627,574.3330402896357) - and current position to locate is (-43.33875115270096,-36.72942098041079,574.3330306414647) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.172913513200582 mm long - and its vector is (-0.7940824237435615,-2.022530470476488,-0.01888746000406627) mm - Endpoint of ComputeStep() was (-2.541505512218302,-2.850494236532498,-140.7908111457425) - and current position to locate is (-3.335587935961864,-4.873024707008986,-140.8096986057466) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.1670659836358208 mm long - and its vector is (-0.08650778929027336,-0.1429245618750998,-0.0001220373908381589) mm - Endpoint of ComputeStep() was (-0.2950336884958207,0.04677730856041928,-567.976483053941) - and current position to locate is (-0.3815414777860941,-0.09614725331468052,-567.9766050913319) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.000892336090274326 mm long - and its vector is (-0.0001625095764176132,-0.0008772657636236803,-1.609706657745846e-05) mm - Endpoint of ComputeStep() was (-0.8319044135280055,0.22998695432295,-539.6728833344847) - and current position to locate is (-0.8320669231044231,0.2291096885593263,-539.6728994315513) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 6.405370788566469 mm long - and its vector is (2.521353666606213,-5.888207853539969,0.0236410748966307) mm - Endpoint of ComputeStep() was (-28.58863881980207,-8.536483768325629,244.2520382881127) - and current position to locate is (-26.06728515319586,-14.4246916218656,244.2756793630093) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00134448650824771 mm long - and its vector is (0.0005717990748737023,0.0003317514323866178,0.001170739414192212) mm - Endpoint of ComputeStep() was (-3.432117727952198,-6.546439009865471,-564.4946409808263) - and current position to locate is (-3.431545928877324,-6.546107258433084,-564.4934702414121) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0007022098969768237 mm long - and its vector is (0.0001135424486213843,0.0005941842439920464,0.0003565837012047268) mm - Endpoint of ComputeStep() was (-3.436642856343072,-6.55016178463882,-564.4850911337778) - and current position to locate is (-3.43652931389445,-6.549567600394828,-564.4847345500766) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002960474974131164 mm long - and its vector is (-0.0007011712011122384,-0.002541396501137605,-0.001346875956869553) mm - Endpoint of ComputeStep() was (-3.444362181052317,-6.551236686158235,-564.4775074631699) - and current position to locate is (-3.445063352253429,-6.553778082659372,-564.4788543391268) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003743287252983314 mm long - and its vector is (-0.002340169668194836,-0.0007854896508598941,-0.00281403827102622) mm - Endpoint of ComputeStep() was (-3.452407499397299,-6.55911864604751,-564.4712561810363) - and current position to locate is (-3.454747669065493,-6.55990413569837,-564.4740702193074) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004189408103624621 mm long - and its vector is (0.002820794345989697,-0.0008227964911267094,0.002986179072081541) mm - Endpoint of ComputeStep() was (-3.462738003598764,-6.569276945187471,-564.4691049525379) - and current position to locate is (-3.459917209252774,-6.570099741678598,-564.4661187734658) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.003118493988820869 mm long - and its vector is (-0.001425720198923841,-0.0009281645662673199,-0.002613587039036247) mm - Endpoint of ComputeStep() was (-3.4655124669298,-6.58516669596724,-564.4577158067183) - and current position to locate is (-3.466938187128724,-6.586094860533508,-564.4603293937573) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004792345027798403 mm long - and its vector is (0.002704835648942527,0.0008819746138399864,0.00385649526879206) mm - Endpoint of ComputeStep() was (-3.469005258017991,-6.605251914192462,-564.4544984201749) - and current position to locate is (-3.466300422369048,-6.604369939578622,-564.4506419249061) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.01028946820423542 mm long - and its vector is (-0.002051099072801765,-0.002240616681256746,-0.009830858833652201) mm - Endpoint of ComputeStep() was (-3.456293780699851,-6.623796035436534,-564.4483021678848) - and current position to locate is (-3.458344879772653,-6.626036652117791,-564.4581330267184) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.006434932437576214 mm long - and its vector is (0.003474017231993809,-0.0001195688429582731,0.005415280513489051) mm - Endpoint of ComputeStep() was (-3.446205538015471,-6.640813643035179,-564.4662469462185) - and current position to locate is (-3.442731520783477,-6.640933211878137,-564.460831665705) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.008491521156838404 mm long - and its vector is (0.00144137630415031,0.002133294281941644,0.008091811998156118) mm - Endpoint of ComputeStep() was (-3.438308794326714,-6.656950055993582,-564.4573968566834) - and current position to locate is (-3.436867418022564,-6.654816761711641,-564.4493050446853) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.009461540358571474 mm long - and its vector is (-0.005908987437912128,0.005620593896574988,-0.00479724271485793) mm - Endpoint of ComputeStep() was (-3.451394979570294,-6.659677948150597,-564.4371062823257) - and current position to locate is (-3.457303967008206,-6.654057354254022,-564.4419035250405) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.00844052795790939 mm long - and its vector is (-0.004107940257308762,-0.00597075129092417,0.004326368924694179) mm - Endpoint of ComputeStep() was (-3.469903404043098,-6.638460877276473,-564.4323424008849) - and current position to locate is (-3.474011344300407,-6.644431628567397,-564.4280160319602) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.07924327723764338 mm long - and its vector is (-0.02606427909634612,-0.07481216022897552,0.001814118084325855) mm - Endpoint of ComputeStep() was (-1.615815134385387,3.264580601437143,-455.2083156645668) - and current position to locate is (-1.641879413481733,3.189768441208167,-455.2065015464825) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 5.048952975886237 mm long - and its vector is (3.773643436249475,3.353820620275915,-0.0585543830453048) mm - Endpoint of ComputeStep() was (-7.771660208395438,23.96100440574233,339.4631713983065) - and current position to locate is (-3.998016772145963,27.31482502601824,339.4046170152612) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002060943036501521 mm long - and its vector is (0.0003349265602867191,0.002032805959793826,-5.486646284680319e-05) mm - Endpoint of ComputeStep() was (0.1857929349157055,1.184897278797721,-522.5736117871543) - and current position to locate is (0.1861278614759923,1.186930084757515,-522.5736666536171) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.845006359635589 mm long - and its vector is (-0.4401398947116384,0.7207698408572991,-0.02834532445328364) mm - Endpoint of ComputeStep() was (-4.027977887478324,9.597077049757067,-243.2832897434157) - and current position to locate is (-4.468117782189962,10.31784689061437,-243.311635067869) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.929427501339547 mm long - and its vector is (-1.898514906672909,0.3439588292584403,0.004894470480707014) mm - Endpoint of ComputeStep() was (6.785879041391696,36.62673022736924,-167.5652694650876) - and current position to locate is (4.887364134718787,36.97068905662768,-167.5603749946069) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.001809364597092169 mm long - and its vector is (-0.001806254010264408,-0.000101741361100971,2.992308566263091e-05) mm - Endpoint of ComputeStep() was (0.1632214278913329,0.7096014400909277,-564.4161578415535) - and current position to locate is (0.1614151738810685,0.7094996987298268,-564.4161279184679) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03442350810260731 mm long - and its vector is (0.03106947422206097,0.01468837140700696,-0.001979249116402571) mm - Endpoint of ComputeStep() was (1.544540439828467,5.730179777955376,-502.9941547102335) - and current position to locate is (1.575609914050528,5.744868149362383,-502.9961339593499) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.037736090855307 mm long - and its vector is (-2.734689143871638,1.322536811714627,-0.01456796949466366) mm - Endpoint of ComputeStep() was (21.30104009688646,53.57649965176828,136.5009250169889) - and current position to locate is (18.56635095301482,54.89903646348291,136.4863570474942) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03272187515731653 mm long - and its vector is (-0.0004310644959282517,0.01738550457454024,0.02771785575941976) mm - Endpoint of ComputeStep() was (0.1409555686891661,0.6916318205481974,-564.4052388125036) - and current position to locate is (0.1405245041932379,0.7090173251227376,-564.3775209567442) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03463028563541605 mm long - and its vector is (-0.01444854452892597,-0.03146741026776523,-0.000546200719782064) mm - Endpoint of ComputeStep() was (-1.356817450802376,0.4724984027750525,-531.9244725551245) - and current position to locate is (-1.371265995331302,0.4410309925072872,-531.9250187558442) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 2.152777322328794 mm long - and its vector is (-0.3263786136439997,2.127891547719863,-0.002182024591405707) mm - Endpoint of ComputeStep() was (-12.32950386541125,-0.8635423205656201,-172.0727499478539) - and current position to locate is (-12.65588247905525,1.264349227154243,-172.0749319724453) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.7920121411449065 mm long - and its vector is (-0.7726943729417464,0.1721959057537092,-0.02398348987866949) mm - Endpoint of ComputeStep() was (-18.15839402157858,1.221749710445561,4.897821578547962) - and current position to locate is (-18.93108839452032,1.393945616199271,4.873838088669292) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.03393019609925594 mm long - and its vector is (0.01887474230602137,-0.0281920701279148,0.0004577030893315737) mm - Endpoint of ComputeStep() was (-19.88164640775679,1.227032148912666,33.79193298515994) - and current position to locate is (-19.86277166545077,1.198840078784752,33.79239068824927) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.2267819860460388 mm long - and its vector is (-0.2249231382686219,0.02818290505140966,-0.006736091540602729) mm - Endpoint of ComputeStep() was (-23.24938767478604,0.05503662303896828,142.0885134980317) - and current position to locate is (-23.47431081305466,0.08321952809037794,142.0817774064911) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.885922989914379 mm long - and its vector is (0.8547190506908251,-1.681107076826313,0.006313835463231499) mm - Endpoint of ComputeStep() was (-33.17319977716463,-3.646110939646586,462.080823754156) - and current position to locate is (-32.3184807264738,-5.327218016472899,462.0871375896192) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 3.369036647205045 mm long - and its vector is (3.000275921188131,-1.530391464085119,0.0815738536831887) mm - Endpoint of ComputeStep() was (-6.172290748932499,15.88192840677235,-36.83748862825001) - and current position to locate is (-3.172014827744367,14.35153694268723,-36.75591477456683) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.0001289288269687079 mm long - and its vector is (-0.0001082999029164977,6.995512804935933e-05,-2.313253162355977e-07) mm - Endpoint of ComputeStep() was (-0.4397765233577391,0.2758999412199485,-590.9860915889901) - and current position to locate is (-0.4398848232606556,0.2759698963479979,-590.9860918203154) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.002447156474538574 mm long - and its vector is (-0.001718995002643331,0.001555111403499232,0.0007843847999993159) mm - Endpoint of ComputeStep() was (-0.4423805402964546,0.2727135297914439,-590.9851052029645) - and current position to locate is (-0.444099535299098,0.2742686411949432,-590.9843208181645) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.004504532968995079 mm long - and its vector is (0.00411097327556198,0.001840421497120048,-5.970518668618752e-05) mm - Endpoint of ComputeStep() was (-1.255275613815597,0.5899252421172141,-562.3014612192912) - and current position to locate is (-1.251164640540035,0.5917656636143341,-562.3015209244779) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 0.5966864437509699 mm long - and its vector is (0.2332159530838149,-0.5474488801136914,0.04409937693043275) mm - Endpoint of ComputeStep() was (-6.568246103828085,15.4189659006078,-348.2748229218761) - and current position to locate is (-6.33503015074427,14.87151702049411,-348.2307235449456) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::ReportMove() -Endpoint moved between value returned by ComputeStep() and call to Locate(). - Change of (End) Position / G4PathFinder::Locate is 1.95945951642978 mm long - and its vector is (1.88155791915595,-0.5398617018023799,0.08815177999221735) mm - Endpoint of ComputeStep() was (-16.47387760059538,35.98613685479455,-2.511064682382653) - and current position to locate is (-14.59231968143943,35.44627515299217,-2.422912902390435) -*** This is just a warning message. *** --------- WWWW -------- G4Exception-END --------- WWWW ------- - - --------- WWWW ------- G4Exception-START -------- WWWW ------- -*** G4Exception : GeomNav1002 - issued by : G4PathFinder::Repor -============================================================================================ -================= lines above cut to keep file within limits =============================== -============================================================================================ - - 208 0.0082738 0.0034868 10 4 - 209 0.0099888 0.0049856 12 6 +Number of Events Processed:20000 + Radius cell flux e cell flux population e population + 0 0.95495 0.95495 3 3 + 1 0.63674 0.63674 6 6 + 2 0.95515 0.89149 15 14 + 3 0.50024 0.40929 11 9 + 4 0.63671 0.63671 18 18 + 5 1.0419 0.98403 36 34 + 6 1.0569 0.93445 43 38 + 7 1.2824 1.2399 52 50 + 8 0.84781 0.82908 45 44 + 9 0.87141 0.87141 52 52 + 10 0.98541 0.92478 65 61 + 11 0.78902 0.78902 57 57 + 12 1.1912 1.1912 71 71 + 13 0.93196 0.90838 76 74 + 14 0.85001 0.77317 77 70 + 15 0.76011 0.70876 74 69 + 16 0.82009 0.77186 85 80 + 17 0.89791 0.86151 97 93 + 18 0.77449 0.74868 90 87 + 19 0.75121 0.7104 92 87 + 20 0.8757 0.86017 112 110 + 21 1.4539 1.4166 106 101 + 22 2.4925 2.4784 126 124 + 23 0.88753 0.81302 131 120 + 24 0.93583 0.91634 144 141 + 25 0.88043 0.82423 141 132 + 26 0.76936 0.73929 128 123 + 27 0.70269 0.65638 121 113 + 28 0.65721 0.6237 117 111 + 29 0.84236 0.80998 151 145 + 30 0.91498 0.87844 175 168 + 31 0.79552 0.76014 157 150 + 32 0.66274 0.63825 135 130 + 33 0.80415 0.76138 168 159 + 34 0.74439 0.69363 156 145 + 35 0.6535 0.63556 144 140 + 36 0.68074 0.65893 156 151 + 37 0.68175 0.65627 160 154 + 38 0.74545 0.73304 180 177 + 39 0.78095 0.7487 192 184 + 40 0.72775 0.70415 186 180 + 41 0.74308 0.72005 182 176 + 42 0.68817 0.66194 183 176 + 43 0.60316 0.57021 164 155 + 44 0.61289 0.59141 169 163 + 45 0.62407 0.59957 179 172 + 46 0.68964 0.68621 201 200 + 47 0.62191 0.60514 182 177 + 48 0.59447 0.58133 180 176 + 49 0.54118 0.51866 168 161 + 50 0.63111 0.61849 200 196 + 51 0.54455 0.52599 176 170 + 52 0.68254 0.66736 212 207 + 53 0.59353 0.57864 197 192 + 54 0.81091 0.78718 203 195 + 55 0.63937 0.61353 217 208 + 56 0.6331 0.59926 205 193 + 57 0.54284 0.52621 195 189 + 58 0.45227 0.4223 166 155 + 59 0.49097 0.47758 183 178 + 60 0.51453 0.50136 195 190 + 61 0.55728 0.53396 215 206 + 62 0.56083 0.52768 218 205 + 63 0.5243 0.50422 204 196 + 64 0.49679 0.47207 201 191 + 65 0.52162 0.50458 209 202 + 66 0.47487 0.44851 193 182 + 67 0.50755 0.48865 211 203 + 68 0.46765 0.44903 197 189 + 69 0.47718 0.46571 204 199 + 70 0.44272 0.42688 191 184 + 71 0.45798 0.43118 203 191 + 72 0.47711 0.46172 213 206 + 73 0.41697 0.39962 191 183 + 74 0.42227 0.40515 197 189 + 75 0.37358 0.35877 177 170 + 76 0.37896 0.37062 180 176 + 77 0.34934 0.33905 169 164 + 78 0.34819 0.33599 169 163 + 79 0.38537 0.37534 189 184 + 80 0.33586 0.32595 170 165 + 81 0.3317 0.31767 170 163 + 82 0.33288 0.31161 172 161 + 83 0.30889 0.30507 154 152 + 84 0.30213 0.29646 160 157 + 85 0.26954 0.25647 144 137 + 86 0.30732 0.30179 165 162 + 87 0.28661 0.28296 155 153 + 88 0.31969 0.30887 177 171 + 89 0.27118 0.26047 152 146 + 90 0.23289 0.22936 132 130 + 91 0.33614 0.32741 192 187 + 92 0.20377 0.20031 118 116 + 93 0.28326 0.27467 161 156 + 94 0.22998 0.21984 136 130 + 95 0.28925 0.28591 139 137 + 96 0.25755 0.24762 151 145 + 97 0.26098 0.25607 159 156 + 98 0.21542 0.20082 132 123 + 99 0.22837 0.22516 140 138 + 100 0.22205 0.21728 132 129 + 101 0.21743 0.20167 130 120 + 102 0.16683 0.16371 107 105 + 103 0.19025 0.17944 121 114 + 104 0.23049 0.21826 145 137 + 105 0.17601 0.16843 114 109 + 106 0.16725 0.16575 109 108 + 107 0.16668 0.15777 111 105 + 108 0.20526 0.19937 138 134 + 109 0.16649 0.16211 114 111 + 110 0.13503 0.13213 93 91 + 111 0.19831 0.19114 118 113 + 112 0.14419 0.13708 101 96 + 113 0.15999 0.15435 113 109 + 114 0.13937 0.13937 99 99 + 115 0.1386 0.13168 100 95 + 116 0.14566 0.14292 98 96 + 117 0.1144 0.10895 84 80 + 118 0.11521 0.11386 85 84 + 119 0.12567 0.11763 92 86 + 120 0.12104 0.11839 91 89 + 121 0.11624 0.10965 88 83 + 122 0.096697 0.092777 74 71 + 123 0.11978 0.11978 90 90 + 124 0.12735 0.12221 99 95 + 125 0.094502 0.093226 70 69 + 126 0.10062 0.091159 76 72 + 127 0.092967 0.090456 74 72 + 128 0.10489 0.10115 84 81 + 129 0.099403 0.095693 80 77 + 130 0.099842 0.094934 81 77 + 131 0.11706 0.11341 77 74 + 132 0.066807 0.06318 53 50 + 133 0.086845 0.083245 67 64 + 134 0.073899 0.072708 62 61 + 135 0.068594 0.067411 58 57 + 136 0.069755 0.058766 55 50 + 137 0.075794 0.071131 65 61 + 138 0.068322 0.066007 59 57 + 139 0.059767 0.05747 52 50 + 140 0.056173 0.056173 49 49 + 141 0.067914 0.067914 58 58 + 142 0.064135 0.05963 57 53 + 143 0.060362 0.059241 54 53 + 144 0.051572 0.049352 46 44 + 145 0.052629 0.047118 47 42 + 146 0.059277 0.058182 54 53 + 147 0.05678 0.055691 51 50 + 148 0.051872 0.04755 48 44 + 149 0.038661 0.038661 36 36 + 150 0.044814 0.042682 42 40 + 151 0.055097 0.051919 52 49 + 152 0.032633 0.030527 31 29 + 153 0.057558 0.053375 55 51 + 154 0.043763 0.042724 42 41 + 155 0.041307 0.040274 40 39 + 156 0.046393 0.044341 45 43 + 157 0.043328 0.038232 42 37 + 158 0.044867 0.042842 37 35 + 159 0.041012 0.041012 37 37 + 160 0.034044 0.03004 34 30 + 161 0.042005 0.040015 41 39 + 162 0.026911 0.026911 27 27 + 163 0.036914 0.034947 38 36 + 164 0.030095 0.030095 31 31 + 165 0.028195 0.025273 29 26 + 166 0.022524 0.022524 23 23 + 167 0.024013 0.023053 25 24 + 168 0.028631 0.023854 30 25 + 169 0.023392 0.022443 24 23 + 170 0.0349 0.031132 37 33 + 171 0.022526 0.019712 24 21 + 172 0.015863 0.014001 17 15 + 173 0.028053 0.02527 29 26 + 174 0.019365 0.017521 21 19 + 175 0.021393 0.020476 23 22 + 176 0.025535 0.024623 28 27 + 177 0.031388 0.027837 31 29 + 178 0.021999 0.018951 22 21 + 179 0.034641 0.032846 34 32 + 180 0.019046 0.019046 19 19 + 181 0.019934 0.018162 22 20 + 182 0.021183 0.021183 24 24 + 183 0.020158 0.018402 22 20 + 184 0.023024 0.02215 25 24 + 185 0.020903 0.019799 22 21 + 186 0.023907 0.022179 18 16 + 187 0.012281 0.012281 14 14 + 188 0.019948 0.015396 20 18 + 189 0.01995 0.019099 23 22 + 190 0.017459 0.01377 20 16 + 191 0.016646 0.014962 19 17 + 192 0.018894 0.01516 20 18 + 193 0.018276 0.016062 21 19 + 194 0.021767 0.017346 24 20 + 195 0.02247 0.01702 26 20 + 196 0.017238 0.014191 18 16 + 197 0.014844 0.014844 18 18 + 198 0.01553 0.01391 17 15 + 199 0.01681 0.014379 20 17 + 200 0.022517 0.016231 27 20 + 201 0.017882 0.015439 22 19 + 202 0.024681 0.019247 30 24 + 203 0.010795 0.0091052 12 10 + 204 0.0092188 0.0016669 11 2 + 205 0.0017755 0.00099117 2 1 + 206 0.013151 0.0052393 14 5 + 207 0.011986 0.0046661 13 5 + 208 0.0091256 0.0034868 11 4 + 209 0.0099135 0.0041368 12 5 210 0.0079629 0.0035575 9 4 - 211 0.0082852 0.0034236 10 4 - 212 0.012043 0.0036762 13 3 + 211 0.0075137 0.0034236 9 4 + 212 0.011282 0.0036762 12 3 213 0.015487 0.0062697 17 6 214 0.012609 0.0042992 13 5 - 215 0.01886 0.0062597 20 7 + 215 0.017901 0.0062597 19 7 216 0.011421 0.0054518 13 6 - 217 0.0084912 0.0032045 10 3 + 217 0.0068411 0.0022988 8 2 218 0.014358 0.0060225 13 6 219 0.0064702 0.0025518 8 3 - 220 0.010808 0.0035053 13 4 - 221 0.01037 0.0035577 12 4 - 222 0.0098078 0.0050266 12 6 - 223 0.0096727 0.0024855 11 3 - 224 0.008847 0.0044543 9 4 - 225 0.012343 0.0035696 15 4 - 226 0.012598 0.008454 14 9 - 227 0.012132 0.0053188 14 6 + 220 0.010067 0.0035053 12 4 + 221 0.0096229 0.0035577 11 4 + 222 0.0098215 0.0042997 12 5 + 223 0.011017 0.0038296 12 4 + 224 0.0095568 0.0044543 10 4 + 225 0.010834 0.0035696 13 4 + 226 0.01315 0.0091982 15 10 + 227 0.01247 0.0042728 14 5 228 0.011375 0.0038937 13 4 - 229 0.0054834 0.0026696 6 2 + 229 0.0047878 0.0026696 5 2 230 0.01045 0.0051312 12 6 - 231 0.0037784 0.001591 5 2 + 231 0.003067 0.00087959 4 1 232 0.005936 0.0022874 7 2 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index 4d7db0940b77e8761da20c157e9d53be1e4f1765..c3655b0943e2c80a564273e09e8290ca0cfaf7e5 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 10 ***** @@ -254,7 +256,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 4000 - User=13.84s Real=13.85s Sys=0s + User=23.8s Real=23.9s Sys=0.01s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 01d1c066cdbc45c18bdc33c4b5ab4fe9bc9c61bd..da3968740f9d4f341cc9039203667d76e3c98154 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ***** Table : Nb of materials = 10 ***** @@ -345,7 +347,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 40000 - User=3.58s Real=3.59s Sys=0s + User=5.87s Real=5.87s Sys=0s Process calls frequency ---> msc= 600730 eIoni= 602433 Transportation= 22326 diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 2411dd7b9ca873c2509606160015da710c407c7c..2d8e9e989ad6e1ed63188863fa43e1c8b13b7b1f 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... @@ -258,7 +260,7 @@ Unacounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 1 - User=0.07s Real=0.07s Sys=0s + User=0.17s Real=0.18s Sys=0s ========= Table of registered couples ============================== @@ -306,7 +308,7 @@ Unacounted for photons in this event : 0 Run terminated. Run Summary Number of events processed : 1 - User=0.06s Real=0.06s Sys=0s + User=0.19s Real=0.19s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index 0461deefc18f2bc7fe3526cca3b83b16790aae2f..4b4f3c800ada3bcad137178336246144fb77bf1c 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -3,15 +3,17 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** Water G4MaterialPropertiesTable -0 +0: RINDEX 2.034e-06 1.3435 2.068e-06 1.344 2.103e-06 1.3445 @@ -44,7 +46,7 @@ Water G4MaterialPropertiesTable 3.877e-06 1.3595 4.002e-06 1.36 4.136e-06 1.3608 -9 +9: GROUPVEL 2.034e-06 218.243 2.051e-06 218.204 2.0855e-06 218.183 @@ -77,7 +79,7 @@ Water G4MaterialPropertiesTable 3.8185e-06 217.941 3.9395e-06 217.951 4.136e-06 216.443 -10 +10: MIEHG 1.56962e-06 1.67024e+08 1.58974e-06 1.58727e+08 1.61039e-06 1.50742e+08 @@ -138,7 +140,7 @@ Water G4MaterialPropertiesTable 5.63635e-06 1.00453e+06 5.90475e-06 833967 6.19998e-06 686106 -14 +14: ABSLENGTH 2.034e-06 3448 2.068e-06 4082 2.103e-06 6329 @@ -171,7 +173,7 @@ Water G4MaterialPropertiesTable 3.877e-06 19500 4.002e-06 17500 4.136e-06 14500 -15 +15: FASTCOMPONENT 2.034e-06 1 2.068e-06 1 2.103e-06 1 @@ -204,7 +206,7 @@ Water G4MaterialPropertiesTable 3.877e-06 1 4.002e-06 1 4.136e-06 1 -16 +16: SLOWCOMPONENT 2.034e-06 0.01 2.068e-06 1 2.103e-06 2 @@ -237,24 +239,24 @@ Water G4MaterialPropertiesTable 3.877e-06 6 4.002e-06 5 4.136e-06 4 -5 +5: MIEHG_FORWARD 0.99 -6 +6: MIEHG_BACKWARD 0.99 -7 +7: MIEHG_FORWARD_RATIO 0.8 -8 +8: SCINTILLATIONYIELD 50 -9 +9: RESOLUTIONSCALE 1 -10 +10: FASTTIMECONSTANT 1 -12 +12: SLOWTIMECONSTANT 10 -14 +14: YIELDRATIO 0.8 Air G4MaterialPropertiesTable -0 +0: RINDEX 2.034e-06 1 2.068e-06 1 2.103e-06 1 @@ -287,7 +289,7 @@ Air G4MaterialPropertiesTable 3.877e-06 1 4.002e-06 1 4.136e-06 1 -9 +9: GROUPVEL 2.034e-06 299.792 2.051e-06 299.792 2.0855e-06 299.792 @@ -339,26 +341,26 @@ Reflectivity LUT DAVIS - data file: /cvmfs/geant4.cern.ch/share/data/RealSurface 1 Water Surface G4MaterialPropertiesTable -0 +0: RINDEX 2.034e-06 1.35 4.136e-06 1.4 -6 +6: SPECULARLOBECONSTANT 2.034e-06 0.3 4.136e-06 0.3 -7 +7: SPECULARSPIKECONSTANT 2.034e-06 0.2 4.136e-06 0.2 -8 +8: BACKSCATTERCONSTANT 2.034e-06 0.2 4.136e-06 0.2 -9 +9: GROUPVEL 2.034e-06 211.055 4.136e-06 203.878 Air Surface G4MaterialPropertiesTable -1 +1: REFLECTIVITY 2.034e-06 0.3 4.136e-06 0.5 -4 +4: EFFICIENCY 2.034e-06 0.8 4.136e-06 1 ### Birks coefficients used in run time diff --git a/examples/extended/optical/wls/wls.out b/examples/extended/optical/wls/wls.out index bd84a0d6c8aff6c766406b6ebb8c0567e8368a6f..75e346b187fe71df212262ffc00687564419bbb9 100644 --- a/examples/extended/optical/wls/wls.out +++ b/examples/extended/optical/wls/wls.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGSP_BERT_HP 3.0 diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index f5065db1d080b8e62f48dfbba323f32b354bbd58..baa89eb3ca8a3be7333ae8572fa42123c78489b9 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** @@ -1065,7 +1067,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=26.28s Real=144.75s Sys=0.81s + User=29.4s Real=30.83s Sys=0.68s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index 2fa387ce510894f3896f7a01147e1b00f032d34b..ca77ba2c58e11d407425f852447c0d03c3c82a4d 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** +-------------------------------------------------------+ | Constructing sequential run manager | diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index 148e1171a8eaa3b22fdb55c61c52e029b2a60dc2..8c1eb4dffd99ac343e2571a7d95c98345123762c 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** +-------------------------------------------------------+ | Constructing sequential run manager | @@ -25,6 +27,8 @@ Geometry loaded from file .......Par02FullDetector.gdml ecal !!! +ecal !!! + hcal !!! hcal !!! @@ -41,8 +45,6 @@ ecal !!! ecal !!! -ecal !!! - ecal !!! Warning : Region <MuonEndCap_1> does not have specific production cuts, even though it appears in the current tracking world. diff --git a/examples/extended/parameterisations/gflash/test.out b/examples/extended/parameterisations/gflash/test.out index 67a550cb611dfbf8e333206607c57cf89f0ec4e0..09b77e8d66b8a6a649dd5c83dc61ca3317a2ede2 100644 --- a/examples/extended/parameterisations/gflash/test.out +++ b/examples/extended/parameterisations/gflash/test.out @@ -8,12 +8,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** +-------------------------------------------------------+ | Constructing sequential run manager | @@ -829,9 +831,9 @@ Max 2J for sampling of angular correlations 10 ****************************************** -Internal Real Elapsed Time is: 0.01 -Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0 +Internal Real Elapsed Time is: 0.02 +Internal System Elapsed Time: 0.01 +Internal GetUserElapsed Time: 0.02 ****************************************** ------ ExGflashEventAction::End of event nr. 0 ----- 12852 hits are stored in ExGflashHitsCollection @@ -859,7 +861,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** Internal Real Elapsed Time is: 0.01 Internal System Elapsed Time: 0 -Internal GetUserElapsed Time: 0.01 +Internal GetUserElapsed Time: 0 ****************************************** ------ ExGflashEventAction::End of event nr. 2 ----- 11902 hits are stored in ExGflashHitsCollection @@ -899,7 +901,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0.01 +Internal Real Elapsed Time is: 0 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -927,7 +929,7 @@ Internal GetUserElapsed Time: 0.01 ****************************************** -Internal Real Elapsed Time is: 0 +Internal Real Elapsed Time is: 0.01 Internal System Elapsed Time: 0 Internal GetUserElapsed Time: 0.01 ****************************************** @@ -967,10 +969,10 @@ Internal GetUserElapsed Time: 0.01 number of event = 10 Graphics systems deleted. Visualization Manager deleting... -Internal Real Elapsed Time /event is: 0.01 +Internal Real Elapsed Time /event is: 0.0111111 ****************************************** -Total Real Elapsed Time is: 1.24 -Total System Elapsed Time: 0.02 -Total GetUserElapsed Time: 1.1 +Total Real Elapsed Time is: 1.43 +Total System Elapsed Time: 0.04 +Total GetUserElapsed Time: 1.33 ****************************************** diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index 1fed731be6a0de345c61ae6874ac3092af94e709..80d54e530c770795c8418fa21ffc747f991a4386 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -1899,7 +1901,7 @@ writing Event_1 Run terminated. Run Summary Number of events processed : 1 - User=0.23s Real=1.66s Sys=0.11s + User=0.42s Real=7.64s Sys=0.28s Region <DefaultRegionForTheWorld> -- -- appears in <World> world volume This region is in the mass world. @@ -2371,7 +2373,7 @@ writing Event_4 Run terminated. Run Summary Number of events processed : 3 - User=0.01s Real=0.01s Sys=0s + User=0.02s Real=0.02s Sys=0s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index 2b4a9f8981c50e1cb3b37b382607c359853535dd..83543ed87604f1a15ae7b77a13c1aadb31805e1c 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: G4GenericPhysicsList @@ -156,7 +158,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s WARNING: 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index 51caa03a3addcc694c69f3ee089715fc33e11680..9dae5d49ad936ed610142a1e0e1a162c8d861544 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -1,25 +1,27 @@ Usage: load_gdml <intput_gdml_file:mandatory> <output_gdml_file:optional> -G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/persistency/gdml/G01/solids.gdml'... +G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/persistency/gdml/G01/solids.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... G4GDML: Reading structure... G4GDML: Reading setup... -G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/persistency/gdml/G01/solids.gdml' done! +G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/persistency/gdml/G01/solids.gdml' done! Stripping off GDML names of materials, solids and volumes ... ############################################ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -1175,7 +1177,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.01s Real=0s Sys=0s + User=0.01s Real=0.01s Sys=0s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1542,7 +1544,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=0s Real=0.01s Sys=0s + User=0.01s Real=0s Sys=0s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1582,7 +1584,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0s Real=0s Sys=0s + User=0s Real=0.01s Sys=0s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1621,7 +1623,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 20 - User=0.01s Real=0s Sys=0s + User=0s Real=0s Sys=0s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index c2c7ee1e6d71b822b18f15bbf8ed441658377dfa..06f7a9ceaf33770f770abde2161bcbf16d3d85f1 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -1,25 +1,27 @@ Usage: gdml_det <intput_gdml_file:mandatory> -G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/persistency/gdml/G04/auxiliary.gdml'... +G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/persistency/gdml/G04/auxiliary.gdml'... G4GDML: Reading definitions... G4GDML: Reading materials... G4GDML: Reading solids... G4GDML: Reading structure... G4GDML: Reading setup... -G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/10-03-ref-11_branch/10-03-ref-11_branch/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! +G4GDML: Reading '/mnt/build/jenkins/workspace/g4-cc7/COMPILER/gcc63/LABEL/cc7/THREAD/Seq/release/RelWithDebInfo/geant4-10-04-patches_branch/geant4-10-04-patches_branch/examples/extended/persistency/gdml/G04/auxiliary.gdml' done! Stripping off GDML names of materials, solids and volumes ... ############################################ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -1299,7 +1301,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0s Real=0s Sys=0s + User=0.01s Real=0s Sys=0s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 diff --git a/examples/extended/physicslists/extensibleFactory/GNUmakefile b/examples/extended/physicslists/extensibleFactory/GNUmakefile index c6ad892cb8384e130902f5e862472dc65110b2dd..0328c5aa79cfdd7ab79e50e5a4eb3905af384004 100644 --- a/examples/extended/physicslists/extensibleFactory/GNUmakefile +++ b/examples/extended/physicslists/extensibleFactory/GNUmakefile @@ -8,7 +8,7 @@ G4TARGET := $(name) G4EXLIB := true ifndef G4INSTALL - G4INSTALL = ../../.. + G4INSTALL = ../../../.. endif .PHONY: setup clean_setup all diff --git a/examples/extended/physicslists/extensibleFactory/History b/examples/extended/physicslists/extensibleFactory/History index f82118500144817700f12787ae208476ee32a37e..f5021810cfbeb66a3e749e3b9ff2f6bfbe560ff2 100644 --- a/examples/extended/physicslists/extensibleFactory/History +++ b/examples/extended/physicslists/extensibleFactory/History @@ -14,6 +14,15 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +18/1/18 G.Folger (extFactory-V10-03-01) +- Re-tag using corrected procedure. + +18/1/18 G.Folger +- Re-tag using procedure to remove svn:externals from tag. + +15/1/18 G.Folger +- Correct G4INSTALL in GNUmakefile. 06/11/17 I. Hrivnacova (extFactory-V10-03-00) - The first tag diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out deleted file mode 100644 index 4d4eff728f7d6cbffd2df13f5f2e7f60fa4023be..0000000000000000000000000000000000000000 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ /dev/null @@ -1,824 +0,0 @@ - - ############################################ - !!! WARNING - FPE detection is activated !!! - ############################################ - -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* - -G4PhysListRegistry::GetModularPhysicsList <MySpecialPhysList>, as "MySpecialPhysList" with extensions "" -<<< Reference Physics List QBBC -<<< Reference Physics List MySpecialPhysList is built - -Using Root -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateQt (OGLIQt, OGLI) -OpenGLStoredQt (OGLSQt, OGL, OGLS) -OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) -OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) -OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. - -***** Table : Nb of materials = 2 ***** - - Material: G4_AIR density: 1.205 mg/cm3 RadL: 303.921 m Nucl.Int.Length: 710.095 m - Imean: 85.700 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole - ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % - ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % - ElmMassFraction: 0.01 % ElmAbundance 0.02 % - - ---> Element: N (N) Z = 7.0 N = 14 A = 14.007 g/mole - ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % - ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % - ElmMassFraction: 75.53 % ElmAbundance 78.44 % - - ---> 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: 23.18 % ElmAbundance 21.07 % - - ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - - - Material: G4_CESIUM_IODIDE density: 4.510 g/cm3 RadL: 1.860 cm Nucl.Int.Length: 39.306 cm - Imean: 553.100 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: Cs (Cs) Z = 55.0 N = 133 A = 132.905 g/mole - ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % - ElmMassFraction: 51.15 % ElmAbundance 50.00 % - - ---> Element: I (I) Z = 53.0 N = 127 A = 126.904 g/mole - ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % - ElmMassFraction: 48.85 % ElmAbundance 50.00 % - - - -Checking overlaps for volume Box ... OK! -Checking overlaps for volume Screen ... OK! -### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 - -phot: for gamma SubType= 12 BuildTable= 0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive - -compt: for gamma SubType= 13 BuildTable= 1 - Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Klein-Nishina : Emin= 0 eV Emax= 100 TeV - -conv: for gamma SubType= 14 BuildTable= 1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler : Emin= 0 eV Emax= 80 GeV - BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV - -Rayl: for gamma SubType= 11 BuildTable= 1 - Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator - -msc: for e- SubType= 10 - RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for e+ SubType= 10 - RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -annihil: for e+, integral: 1 SubType= 5 BuildTable= 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2gg : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for GenericIon SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV - -ionIoni: for GenericIon SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - Stopping Power data for 17 ion/material pairs - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -msc: for alpha SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -ionIoni: for alpha SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 7.9452 MeV - BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV - -msc: for anti_proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for anti_proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for anti_proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for anti_proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of kaon+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu+ SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu- SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of mu+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of pi+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -==================================================================== - HADRONIC PROCESSES SUMMARY (verbose level 1) - ---------------------------------------------------- - Hadronic Processes for neutron - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: neutronInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 5 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV - - Process: nKiller - ---------------------------------------------------- - Hadronic Processes for GenericIon - - Process: ionInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: He3Inelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: alphaInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_neutron - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_proton - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100.1 MeV - Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: dInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e+ - - Process: positronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e- - - Process: electronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for gamma - - Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 3.5 GeV - Model: TheoFSGenerator: 3 GeV ---> 100 TeV - Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 5 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 5 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for lambda - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: lambdaInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 5 GeV - Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu+ - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu- - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - - Process: muMinusCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for pi+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 5 GeV - Cr_sctns: Barashenkov-Glauber-Gribov: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for pi- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 5 GeV - Cr_sctns: Barashenkov-Glauber-Gribov: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for proton - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: protonInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 1 GeV ---> 5 GeV - Model: Binary Cascade: 0 eV ---> 1.5 GeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: tInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - -================================================================ -======================================================================= -====== Pre-compound/De-excitation Physics Parameters ======== -======================================================================= -Type of pre-compound inverse x-section 3 -Pre-compound model active 1 -Pre-compound low energy (MeV) 0.1 -Type of de-excitation inverse x-section 3 -Type of de-excitation factory Evaporation -Number of de-excitation channels 8 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 1e+05 -Level density (1/MeV) 0.1 -Time limit for long lived isomeres (ns) 1e+12 -Internal e- conversion flag 1 -Store e- internal conversion data 0 -Electron internal conversion ID 2 -Correlated gamma emission flag 0 -Max 2J for sampling of angular correlations 10 -======================================================================= -### Run 0 starts. -... open Root analysis file : extensibleFactory.root - done ---> 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. -... write Root file : extensibleFactory.root - done -... close Root file : extensibleFactory.root - done -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/physicslists/extensibleFactory/shared/History b/examples/extended/physicslists/extensibleFactory/shared/History index dbc61f258b1266093d5ebc22d4af7c706fcbfe3c..b2941f3e1a62824d42539759b2386aacee23d180 100644 --- a/examples/extended/physicslists/extensibleFactory/shared/History +++ b/examples/extended/physicslists/extensibleFactory/shared/History @@ -14,7 +14,13 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - + +15/1/18 G.Folger (physicslistsShared-V10-04-00) +- Retag previously rejected tag. + +4/12/17 G.Folger (physicslistsShared-V10-03-01) +- Correct copy script + 26/10/17 I. Hrivnacova (physicslistsShared-V10-03-00) - The first tag diff --git a/examples/extended/physicslists/extensibleFactory/shared/scripts/copy_files.sh b/examples/extended/physicslists/extensibleFactory/shared/scripts/copy_files.sh index 5d4ca98ab976f41afe939deacadf214084437e09..3259ff38c34bfde36eea00b07d90d84eaffccb99 100755 --- a/examples/extended/physicslists/extensibleFactory/shared/scripts/copy_files.sh +++ b/examples/extended/physicslists/extensibleFactory/shared/scripts/copy_files.sh @@ -8,8 +8,8 @@ DIRNAME=$1 -cp -rp $DIRNAME/include/* include -cp -rp $DIRNAME/src/* src +cp -rp $DIRNAME/include include +cp -rp $DIRNAME/src src echo "... copy_files.sh from $1 finished" diff --git a/examples/extended/physicslists/factory/GNUmakefile b/examples/extended/physicslists/factory/GNUmakefile index 0d306737c6213f6fa21e2a12a67f0422718309e0..6cee1a63e3b96245fafaada0b7fb29b477f1455c 100644 --- a/examples/extended/physicslists/factory/GNUmakefile +++ b/examples/extended/physicslists/factory/GNUmakefile @@ -8,7 +8,7 @@ G4TARGET := $(name) G4EXLIB := true ifndef G4INSTALL - G4INSTALL = ../../.. + G4INSTALL = ../../../.. endif .PHONY: setup clean_setup all diff --git a/examples/extended/physicslists/factory/History b/examples/extended/physicslists/factory/History index 74663aaf6378a656bf65099613021abb5fc6a989..3276981d456905a39e99d3840a713f23ee9cd8b4 100644 --- a/examples/extended/physicslists/factory/History +++ b/examples/extended/physicslists/factory/History @@ -14,7 +14,16 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - + +18/1/18 G.Folger (factory-V10-03-03) +- Re-tag using procedure to remove svn:externals from tag. + +15/1/18 G.Folger +- Correct G4INSTALL in GNUmakefile. + +4/12/17 G.Folger (factory-V10-03-02) +- delete extraneous file(!) src + 28/11/17 I. Hrivnacova (factory-V10-03-01) - Fixed documentation diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out deleted file mode 100644 index 143b303cc07bad714258b1231bb860e388f6bc32..0000000000000000000000000000000000000000 --- a/examples/extended/physicslists/factory/factory-environment.out +++ /dev/null @@ -1,829 +0,0 @@ - - ############################################ - !!! WARNING - FPE detection is activated !!! - ############################################ - -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* - -G4PhysListFactory::GetReferencePhysList <FTFP_BERT_EMV> EMoption= 1 -<<< Geant4 Physics List simulation engine: FTFP_BERT 2.0 - -<<< Reference Physics List FTFP_BERT_EMV is built - -Using Root -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateQt (OGLIQt, OGLI) -OpenGLStoredQt (OGLSQt, OGL, OGLS) -OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) -OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) -OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. - -***** Table : Nb of materials = 2 ***** - - Material: G4_AIR density: 1.205 mg/cm3 RadL: 303.921 m Nucl.Int.Length: 710.095 m - Imean: 85.700 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole - ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % - ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % - ElmMassFraction: 0.01 % ElmAbundance 0.02 % - - ---> Element: N (N) Z = 7.0 N = 14 A = 14.007 g/mole - ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % - ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % - ElmMassFraction: 75.53 % ElmAbundance 78.44 % - - ---> 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: 23.18 % ElmAbundance 21.07 % - - ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - - - Material: G4_CESIUM_IODIDE density: 4.510 g/cm3 RadL: 1.860 cm Nucl.Int.Length: 39.306 cm - Imean: 553.100 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: Cs (Cs) Z = 55.0 N = 133 A = 132.905 g/mole - ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % - ElmMassFraction: 51.15 % ElmAbundance 50.00 % - - ---> Element: I (I) Z = 53.0 N = 127 A = 126.904 g/mole - ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % - ElmMassFraction: 48.85 % ElmAbundance 50.00 % - - - -Checking overlaps for volume Box ... OK! -Checking overlaps for volume Screen ... OK! - - FTFP_BERT : new threshold between BERT and FTFP is over the interval - for pions : 3 to 12 GeV - for kaons : 3 to 12 GeV - for proton : 3 to 12 GeV - for neutron : 3 to 12 GeV - -### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 - -phot: for gamma, applyCuts: 1 SubType= 12 BuildTable= 0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - PhotoElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive - -compt: for gamma, applyCuts: 1 SubType= 13 BuildTable= 1 - Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Klein-Nishina : Emin= 0 eV Emax= 100 TeV - -conv: for gamma, applyCuts: 1 SubType= 14 BuildTable= 1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler : Emin= 0 eV Emax= 80 GeV - BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV - -msc: for e- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.8, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -CoulombScat: for e-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for e+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.8, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -annihil: for e+, integral: 1 , applyCuts: 1 SubType= 5 BuildTable= 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2gg : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for e+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for proton, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for GenericIon SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV - -ionIoni: for GenericIon SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - Stopping Power data for 17 ion/material pairs - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -msc: for alpha SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -ionIoni: for alpha SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 7.9452 MeV - BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV - -msc: for anti_proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for anti_proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for anti_proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for anti_proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for anti_proton, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Used Lambda table of kaon+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu+ SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu- SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Used Lambda table of mu+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi+, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi-, integral: 1 , applyCuts: 1 SubType= 1 BuildTable= 1 - Used Lambda table of pi+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -==================================================================== - HADRONIC PROCESSES SUMMARY (verbose level 1) - ---------------------------------------------------- - Hadronic Processes for neutron - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: neutronInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV - - Process: nKiller - ---------------------------------------------------- - Hadronic Processes for GenericIon - - Process: ionInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: He3Inelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: alphaInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_neutron - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_proton - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100.1 MeV - Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: dInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e+ - - Process: positronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e- - - Process: electronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for gamma - - Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 3.5 GeV - Model: TheoFSGenerator: 3 GeV ---> 100 TeV - Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for lambda - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: lambdaInelastic - Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 2 GeV ---> 100 TeV - Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu+ - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu- - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - - Process: muMinusCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for pi+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for pi- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for proton - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: protonInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: tInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - -================================================================ -======================================================================= -====== Pre-compound/De-excitation Physics Parameters ======== -======================================================================= -Type of pre-compound inverse x-section 3 -Pre-compound model active 1 -Pre-compound low energy (MeV) 0.1 -Type of de-excitation inverse x-section 3 -Type of de-excitation factory Evaporation -Number of de-excitation channels 8 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 1e+05 -Level density (1/MeV) 0.1 -Time limit for long lived isomeres (ns) 1e+12 -Internal e- conversion flag 1 -Store e- internal conversion data 0 -Electron internal conversion ID 2 -Correlated gamma emission flag 0 -Max 2J for sampling of angular correlations 10 -======================================================================= -### Run 0 starts. -... open Root analysis file : factory.root - done ---> 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. -... write Root file : factory.root - done -... close Root file : factory.root - done -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out deleted file mode 100644 index 1432652bdaa7da6ffb03e13f31441d0408a1ad4e..0000000000000000000000000000000000000000 --- a/examples/extended/physicslists/factory/factory.out +++ /dev/null @@ -1,842 +0,0 @@ - - ############################################ - !!! WARNING - FPE detection is activated !!! - ############################################ - -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* - -G4PhysListFactory::GetReferencePhysList <QGSP_BERT> EMoption= 0 -<<< Geant4 Physics List simulation engine: QGSP_BERT 4.0 - -<<< Reference Physics List QGSP_BERT is built - -Using Root -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateQt (OGLIQt, OGLI) -OpenGLStoredQt (OGLSQt, OGL, OGLS) -OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) -OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) -OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. - -***** Table : Nb of materials = 2 ***** - - Material: G4_AIR density: 1.205 mg/cm3 RadL: 303.921 m Nucl.Int.Length: 710.095 m - Imean: 85.700 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole - ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % - ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % - ElmMassFraction: 0.01 % ElmAbundance 0.02 % - - ---> Element: N (N) Z = 7.0 N = 14 A = 14.007 g/mole - ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % - ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % - ElmMassFraction: 75.53 % ElmAbundance 78.44 % - - ---> 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: 23.18 % ElmAbundance 21.07 % - - ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - - - Material: G4_CESIUM_IODIDE density: 4.510 g/cm3 RadL: 1.860 cm Nucl.Int.Length: 39.306 cm - Imean: 553.100 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: Cs (Cs) Z = 55.0 N = 133 A = 132.905 g/mole - ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % - ElmMassFraction: 51.15 % ElmAbundance 50.00 % - - ---> Element: I (I) Z = 53.0 N = 127 A = 126.904 g/mole - ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % - ElmMassFraction: 48.85 % ElmAbundance 50.00 % - - - -Checking overlaps for volume Box ... OK! -Checking overlaps for volume Screen ... OK! -### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 - -phot: for gamma SubType= 12 BuildTable= 0 - LambdaPrime table from 200 keV to 100 TeV in 61 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV AngularGenSauterGavrila FluoActive - -compt: for gamma SubType= 13 BuildTable= 1 - Lambda table from 100 eV to 1 MeV, 7 bins per decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 56 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Klein-Nishina : Emin= 0 eV Emax= 100 TeV - -conv: for gamma SubType= 14 BuildTable= 1 - Lambda table from 1.022 MeV to 100 TeV, 18 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler : Emin= 0 eV Emax= 80 GeV - BetheHeitlerLPM : Emin= 80 GeV Emax= 100 TeV - -Rayl: for gamma SubType= 11 BuildTable= 1 - Lambda table from 100 eV to 100 keV, 7 bins per decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 63 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator - -msc: for e- SubType= 10 - RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -CoulombScat: for e-, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for e+ SubType= 10 - RangeFactor= 0.04, stepLimitType: 1, latDisplacement: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 MeV Table with 42 bins Emin= 100 eV Emax= 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Table with 42 bins Emin= 100 MeV Emax= 100 TeV - -eIoni: for e+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MollerBhabha : Emin= 0 eV Emax= 100 TeV - -eBrem: for e+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - LPM flag: 1 for E > 1 GeV, VertexHighEnergyTh(GeV)= 100000 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eBremSB : Emin= 0 eV Emax= 1 GeV DipBustGen - eBremLPM : Emin= 1 GeV Emax= 100 TeV DipBustGen - -annihil: for e+, integral: 1 SubType= 5 BuildTable= 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2gg : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for e+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from 100 MeV to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for proton, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for GenericIon SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV - -ionIoni: for GenericIon SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - Stopping Power data for 17 ion/material pairs - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -msc: for alpha SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -ionIoni: for alpha SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.02 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax= 7.9452 MeV - BetheBloch : Emin= 7.9452 MeV Emax= 100 TeV - -msc: for anti_proton SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for anti_proton SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 2 MeV - BetheBloch : Emin= 2 MeV Emax= 100 TeV - -hBrems: for anti_proton SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for anti_proton SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for anti_proton, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for kaon- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 1.05231 MeV - BetheBloch : Emin= 1.05231 MeV Emax= 100 TeV - -hBrems: for kaon- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of kaon+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu+ SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu- SubType= 10 - RangeFactor= 0.2, step limit type: 0, lateralDisplacement: 0, polarAngleLimit(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -muIoni: for mu- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 200 keV - BetheBloch : Emin= 200 keV Emax= 1 GeV - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of mu+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi+ SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi+ SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi+ SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi+ SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi+, integral: 1 SubType= 1 BuildTable= 1 - Lambda table from threshold to 100 TeV, 7 bins per decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi- SubType= 10 - RangeFactor= 0.2, stepLimitType: 0, latDisplacement: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Table with 84 bins Emin= 100 eV Emax= 100 TeV - -hIoni: for pi- SubType= 2 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - finalRange(mm)= 0.1, dRoverRange= 0.2, integral: 1, fluct: 1, linLossLimit= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 297.505 keV - BetheBloch : Emin= 297.505 keV Emax= 100 TeV - -hBrems: for pi- SubType= 3 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi- SubType= 4 - dE/dx and range tables from 100 eV to 100 TeV in 84 bins - Lambda tables from threshold to 100 TeV, 7 bins per decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi-, integral: 1 SubType= 1 BuildTable= 1 - Used Lambda table of pi+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -==================================================================== - HADRONIC PROCESSES SUMMARY (verbose level 1) - ---------------------------------------------------- - Hadronic Processes for neutron - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: neutronInelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV - - Process: nKiller - ---------------------------------------------------- - Hadronic Processes for GenericIon - - Process: ionInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: He3Inelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: alphaInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_neutron - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_proton - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100.1 MeV - Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: dInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e+ - - Process: positronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e- - - Process: electronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for gamma - - Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 3.5 GeV - Model: TheoFSGenerator: 3 GeV ---> 100 TeV - Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon+Inelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon-Inelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for lambda - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: lambdaInelastic - Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 2 GeV ---> 100 TeV - Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu+ - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu- - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - - Process: muMinusCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for pi+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi+Inelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for pi- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi-Inelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for proton - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: protonInelastic - Model: QGSP: 12 GeV ---> 100 TeV - Model: FTFP: 9.5 GeV ---> 25 GeV - Model: BertiniCascade: 0 eV ---> 9.9 GeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: tInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - -================================================================ -======================================================================= -====== Pre-compound/De-excitation Physics Parameters ======== -======================================================================= -Type of pre-compound inverse x-section 3 -Pre-compound model active 1 -Pre-compound low energy (MeV) 0.1 -Type of de-excitation inverse x-section 3 -Type of de-excitation factory Evaporation -Number of de-excitation channels 8 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 1e+05 -Level density (1/MeV) 0.1 -Time limit for long lived isomeres (ns) 1e+12 -Internal e- conversion flag 1 -Store e- internal conversion data 0 -Electron internal conversion ID 2 -Correlated gamma emission flag 0 -Max 2J for sampling of angular correlations 10 -======================================================================= -### Run 0 starts. -... open Root analysis file : factory.root - done ---> 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. -... write Root file : factory.root - done -... close Root file : factory.root - done -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/physicslists/factory/shared/History b/examples/extended/physicslists/factory/shared/History index dbc61f258b1266093d5ebc22d4af7c706fcbfe3c..b2941f3e1a62824d42539759b2386aacee23d180 100644 --- a/examples/extended/physicslists/factory/shared/History +++ b/examples/extended/physicslists/factory/shared/History @@ -14,7 +14,13 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - + +15/1/18 G.Folger (physicslistsShared-V10-04-00) +- Retag previously rejected tag. + +4/12/17 G.Folger (physicslistsShared-V10-03-01) +- Correct copy script + 26/10/17 I. Hrivnacova (physicslistsShared-V10-03-00) - The first tag diff --git a/examples/extended/physicslists/factory/shared/scripts/copy_files.sh b/examples/extended/physicslists/factory/shared/scripts/copy_files.sh index 5d4ca98ab976f41afe939deacadf214084437e09..3259ff38c34bfde36eea00b07d90d84eaffccb99 100755 --- a/examples/extended/physicslists/factory/shared/scripts/copy_files.sh +++ b/examples/extended/physicslists/factory/shared/scripts/copy_files.sh @@ -8,8 +8,8 @@ DIRNAME=$1 -cp -rp $DIRNAME/include/* include -cp -rp $DIRNAME/src/* src +cp -rp $DIRNAME/include include +cp -rp $DIRNAME/src src echo "... copy_files.sh from $1 finished" diff --git a/examples/extended/physicslists/factory/src b/examples/extended/physicslists/factory/src deleted file mode 100644 index 5027bca0679113ff561a887a54c594b6b69a396d..0000000000000000000000000000000000000000 --- a/examples/extended/physicslists/factory/src +++ /dev/null @@ -1,105 +0,0 @@ -// -// ******************************************************************** -// * License and Disclaimer * -// * * -// * The Geant4 software is copyright of the Copyright Holders of * -// * the Geant4 Collaboration. It is provided under the terms and * -// * conditions of the Geant4 Software License, included in the file * -// * LICENSE and available at http://cern.ch/geant4/license . These * -// * include a list of copyright holders. * -// * * -// * Neither the authors of this software system, nor their employing * -// * institutes,nor the agencies providing financial support for this * -// * work make any representation or warranty, express or implied, * -// * regarding this software system or assume any liability for its * -// * use. Please see the license in the file LICENSE and URL above * -// * for the full disclaimer and the limitation of liability. * -// * * -// * This code implementation is the result of the scientific and * -// * technical work of the GEANT4 collaboration. * -// * By using, copying, modifying or distributing the software (or * -// * any work based on the software) you agree to acknowledge its * -// * use in resulting scientific publications, and indicate your * -// * acceptance of all terms of the Geant4 Software license. * -// ******************************************************************** -// -// $Id: PrimaryGeneratorAction 100946 2016-11-03 11:28:08Z gcosmo $ -// -/// \file PrimaryGeneratorAction -/// \brief Implementation of the PrimaryGeneratorAction class - -#include "PrimaryGeneratorAction.hh" - -#include "G4RunManager.hh" -#include "G4LogicalVolumeStore.hh" -#include "G4LogicalVolume.hh" -#include "G4Box.hh" -#include "G4Event.hh" -#include "G4ParticleGun.hh" -#include "G4ParticleTable.hh" -#include "G4Proton.hh" -#include "G4SystemOfUnits.hh" -#include "Randomize.hh" - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -PrimaryGeneratorAction::PrimaryGeneratorAction() - : G4VUserPrimaryGeneratorAction(), - fParticleGun(nullptr) -{ - G4int nofParticles = 1; - fParticleGun = new G4ParticleGun(nofParticles); - - // default particle kinematic - fParticleGun->SetParticleMomentumDirection(G4ThreeVector(0.,0.,1.)); - fParticleGun->SetParticleEnergy(1.*GeV); - fParticleGun->SetParticleDefinition(G4Proton::Proton()); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -PrimaryGeneratorAction::~PrimaryGeneratorAction() -{ - delete fParticleGun; -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - -void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) -{ - // This function is called at the begining of event - - // In order to avoid dependence of PrimaryGeneratorAction - // on DetectorConstruction class we get world volume - // from G4LogicalVolumeStore - // - G4double worldZHalfLength = 0.; - auto worldLV = G4LogicalVolumeStore::GetInstance()->GetVolume("World"); - - // Check that the world volume has box shape - G4Box* worldBox = nullptr; - if ( worldLV ) { - worldBox = dynamic_cast<G4Box*>(worldLV->GetSolid()); - } - - if ( worldBox ) { - worldZHalfLength = worldBox->GetZHalfLength(); - } - else { - G4ExceptionDescription msg; - msg << "World volume of box shape not found." << G4endl; - msg << "Perhaps you have changed geometry." << G4endl; - msg << "The gun will be place in the center."; - G4Exception("PrimaryGeneratorAction::GeneratePrimaries()", - "MyCode0002", JustWarning, msg); - } - - // Set gun position - fParticleGun - ->SetParticlePosition(G4ThreeVector(0., 0., -worldZHalfLength)); - - fParticleGun->GeneratePrimaryVertex(anEvent); -} - -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - diff --git a/examples/extended/physicslists/genericPL/GNUmakefile b/examples/extended/physicslists/genericPL/GNUmakefile index 4fc30683cf74b55dff19193c02af6fbaff8d3a8a..12aab0416668951eae83758628f910b84f9554f6 100644 --- a/examples/extended/physicslists/genericPL/GNUmakefile +++ b/examples/extended/physicslists/genericPL/GNUmakefile @@ -8,7 +8,7 @@ G4TARGET := $(name) G4EXLIB := true ifndef G4INSTALL - G4INSTALL = ../../.. + G4INSTALL = ../../../.. endif .PHONY: setup clean_setup all diff --git a/examples/extended/physicslists/genericPL/History b/examples/extended/physicslists/genericPL/History index 06bc8a98eed8869eb585d4a08a539197b5fe65da..8d82293c8a98cf777977ac85c0db5e98f6554a1b 100644 --- a/examples/extended/physicslists/genericPL/History +++ b/examples/extended/physicslists/genericPL/History @@ -15,6 +15,12 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +18/1/18 G.Folger (genericPL-V10-03-02) +- Re-tag using procedure to remove svn:externals from tag. + +15/1/18 G.Folger +- Correct G4INSTALL in GNUmakefile. + 28/11/17 I. Hrivnacova (genericPL-V10-03-01) - Fixed documentation diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out deleted file mode 100644 index c1c5ea635f23f51fc950926001bdda000a0fb282..0000000000000000000000000000000000000000 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ /dev/null @@ -1,465 +0,0 @@ - - ############################################ - !!! WARNING - FPE detection is activated !!! - ############################################ - -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* - -<<< Geant4 Physics List simulation engine: G4GenericPhysicsList - -Using Root -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateQt (OGLIQt, OGLI) -OpenGLStoredQt (OGLSQt, OGL, OGLS) -OpenGLImmediateXm (OGLIXm, OGLIQt_FALLBACK) -OpenGLStoredXm (OGLSXm, OGLSQt_FALLBACK) -OpenGLImmediateX (OGLIX, OGLIQt_FALLBACK, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSQt_FALLBACK, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) - -Registering model factories... - -You have successfully registered the following model factories. -Registered model factories: - generic - drawByAttribute - drawByCharge - drawByOriginVolume - drawByParticleID - drawByEncounteredVolume - -Registered filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. - -***** Table : Nb of materials = 2 ***** - - Material: G4_AIR density: 1.205 mg/cm3 RadL: 303.921 m Nucl.Int.Length: 710.095 m - Imean: 85.700 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: C (C) Z = 6.0 N = 12 A = 12.011 g/mole - ---> Isotope: C12 Z = 6 N = 12 A = 12.00 g/mole abundance: 98.930 % - ---> Isotope: C13 Z = 6 N = 13 A = 13.00 g/mole abundance: 1.070 % - ElmMassFraction: 0.01 % ElmAbundance 0.02 % - - ---> Element: N (N) Z = 7.0 N = 14 A = 14.007 g/mole - ---> Isotope: N14 Z = 7 N = 14 A = 14.00 g/mole abundance: 99.632 % - ---> Isotope: N15 Z = 7 N = 15 A = 15.00 g/mole abundance: 0.368 % - ElmMassFraction: 75.53 % ElmAbundance 78.44 % - - ---> 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: 23.18 % ElmAbundance 21.07 % - - ---> Element: Ar (Ar) Z = 18.0 N = 40 A = 39.948 g/mole - ---> Isotope: Ar36 Z = 18 N = 36 A = 35.97 g/mole abundance: 0.337 % - ---> Isotope: Ar38 Z = 18 N = 38 A = 37.96 g/mole abundance: 0.063 % - ---> Isotope: Ar40 Z = 18 N = 40 A = 39.96 g/mole abundance: 99.600 % - ElmMassFraction: 1.28 % ElmAbundance 0.47 % - - - Material: G4_CESIUM_IODIDE density: 4.510 g/cm3 RadL: 1.860 cm Nucl.Int.Length: 39.306 cm - Imean: 553.100 eV temperature: 293.15 K pressure: 1.00 atm - - ---> Element: Cs (Cs) Z = 55.0 N = 133 A = 132.905 g/mole - ---> Isotope: Cs133 Z = 55 N = 133 A = 132.91 g/mole abundance: 100.000 % - ElmMassFraction: 51.15 % ElmAbundance 50.00 % - - ---> Element: I (I) Z = 53.0 N = 127 A = 126.904 g/mole - ---> Isotope: I127 Z = 53 N = 127 A = 126.90 g/mole abundance: 100.000 % - ElmMassFraction: 48.85 % ElmAbundance 50.00 % - - - -Checking overlaps for volume Box ... OK! -Checking overlaps for volume Screen ... OK! - - FTFP_BERT : new threshold between BERT and FTFP is over the interval - for pions : 3 to 12 GeV - for kaons : 3 to 12 GeV - for proton : 3 to 12 GeV - for neutron : 3 to 12 GeV - - -==================================================================== - HADRONIC PROCESSES SUMMARY (verbose level 1) - ---------------------------------------------------- - Hadronic Processes for neutron - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: neutronInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: nCapture - Model: nRadCapture: 0 eV ---> 100 TeV - Cr_sctns: G4NeutronCaptureXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaCaptureXS: 0 eV ---> 100 TeV - - Process: nKiller - ---------------------------------------------------- - Hadronic Processes for GenericIon - - Process: ionInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: He3Inelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: alphaInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_He3 - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_alpha - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_neutron - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for anti_proton - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100.1 MeV - Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for anti_triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n - Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hFritiofCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for deuteron - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: dInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e+ - - Process: positronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for e- - - Process: electronNuclear - Model: G4ElectroVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: ElectroNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for gamma - - Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 3.5 GeV - Model: TheoFSGenerator: 3 GeV ---> 100 TeV - Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonPlusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for kaon- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: kaon-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Glauber-Gribov: 0 eV ---> 2.88022e+295 J - Cr_sctns: ChipsKaonMinusInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for lambda - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: lambdaInelastic - Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 2 GeV ---> 100 TeV - Cr_sctns: ChipsHyperonInelasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu+ - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for mu- - - Process: muonNuclear - Model: G4MuonVDNuclearModel: 0 eV ---> 1 PeV - Cr_sctns: KokoulinMuonNuclearXS: 0 eV ---> 100 TeV - - Process: muMinusCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for pi+ - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi+Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for pi- - - Process: hadElastic - Model: hElasticLHEP: 0 eV ---> 1.0001 GeV - Model: hElasticGlauber: 1 GeV ---> 100 TeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: pi-Inelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: G4CrossSectionPairGG: 0 eV ---> 100 TeV - G4CrossSectionPairGG: G4PiNuclearCrossSection cross sections - below 91 GeV, Glauber-Gribov above - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - - Process: hBertiniCaptureAtRest - ---------------------------------------------------- - Hadronic Processes for proton - - Process: hadElastic - Model: hElasticCHIPS: 0 eV ---> 100 TeV - Cr_sctns: ChipsProtonElasticXS: 0 eV ---> 100 TeV - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: protonInelastic - Model: FTFP: 3 GeV ---> 100 TeV - Model: BertiniCascade: 0 eV ---> 12 GeV - Cr_sctns: Barashenkov-Glauber: 0 eV ---> 100 TeV - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - ---------------------------------------------------- - Hadronic Processes for triton - - Process: hadElastic - Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: GheishaElastic: 0 eV ---> 100 TeV - - Process: tInelastic - Model: Binary Light Ion Cascade: 0 eV /n ---> 4 GeV/n - Model: FTFP: 2 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov nucleus nucleus: 0 eV ---> 2.88022e+295 J - Cr_sctns: GheishaInelastic: 0 eV ---> 100 TeV - -================================================================ -======================================================================= -====== Pre-compound/De-excitation Physics Parameters ======== -======================================================================= -Type of pre-compound inverse x-section 3 -Pre-compound model active 1 -Pre-compound low energy (MeV) 0.1 -Type of de-excitation inverse x-section 3 -Type of de-excitation factory Evaporation -Number of de-excitation channels 8 -Min excitation energy (keV) 0.01 -Min energy per nucleon for multifragmentation (MeV) 1e+05 -Level density (1/MeV) 0.1 -Time limit for long lived isomeres (ns) 1e+12 -Internal e- conversion flag 1 -Store e- internal conversion data 0 -Electron internal conversion ID 2 -Correlated gamma emission flag 0 -Max 2J for sampling of angular correlations 10 -======================================================================= -### Run 0 starts. -... open Root analysis file : genericPL.root - done ---> 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. -... write Root file : genericPL.root - done -... close Root file : genericPL.root - done -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/physicslists/genericPL/shared/History b/examples/extended/physicslists/genericPL/shared/History index dbc61f258b1266093d5ebc22d4af7c706fcbfe3c..b2941f3e1a62824d42539759b2386aacee23d180 100644 --- a/examples/extended/physicslists/genericPL/shared/History +++ b/examples/extended/physicslists/genericPL/shared/History @@ -14,7 +14,13 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - + +15/1/18 G.Folger (physicslistsShared-V10-04-00) +- Retag previously rejected tag. + +4/12/17 G.Folger (physicslistsShared-V10-03-01) +- Correct copy script + 26/10/17 I. Hrivnacova (physicslistsShared-V10-03-00) - The first tag diff --git a/examples/extended/physicslists/genericPL/shared/scripts/copy_files.sh b/examples/extended/physicslists/genericPL/shared/scripts/copy_files.sh index 5d4ca98ab976f41afe939deacadf214084437e09..3259ff38c34bfde36eea00b07d90d84eaffccb99 100755 --- a/examples/extended/physicslists/genericPL/shared/scripts/copy_files.sh +++ b/examples/extended/physicslists/genericPL/shared/scripts/copy_files.sh @@ -8,8 +8,8 @@ DIRNAME=$1 -cp -rp $DIRNAME/include/* include -cp -rp $DIRNAME/src/* src +cp -rp $DIRNAME/include include +cp -rp $DIRNAME/src src echo "... copy_files.sh from $1 finished" diff --git a/examples/extended/physicslists/shared/History b/examples/extended/physicslists/shared/History index dbc61f258b1266093d5ebc22d4af7c706fcbfe3c..68730c635c7f23b2791403c66c62925d8886f6c4 100644 --- a/examples/extended/physicslists/shared/History +++ b/examples/extended/physicslists/shared/History @@ -14,7 +14,13 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- - + +15/1/18 G.Folger (physicslistsShared-V10-03-02) +- Retag previously rejected tag. + +4/12/17 G.Folger (physicslistsShared-V10-03-01) +- Correct copy script + 26/10/17 I. Hrivnacova (physicslistsShared-V10-03-00) - The first tag diff --git a/examples/extended/physicslists/shared/scripts/copy_files.sh b/examples/extended/physicslists/shared/scripts/copy_files.sh index 5d4ca98ab976f41afe939deacadf214084437e09..3259ff38c34bfde36eea00b07d90d84eaffccb99 100755 --- a/examples/extended/physicslists/shared/scripts/copy_files.sh +++ b/examples/extended/physicslists/shared/scripts/copy_files.sh @@ -8,8 +8,8 @@ DIRNAME=$1 -cp -rp $DIRNAME/include/* include -cp -rp $DIRNAME/src/* src +cp -rp $DIRNAME/include include +cp -rp $DIRNAME/src src echo "... copy_files.sh from $1 finished" diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index e5568116ce0cf3a4d90c0703d34dc3b8466e06c9..662294934a9f9279469478d06f0c2702436fab2e 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ... open Root analysis file : pol01.root - done /run/verbose 2 @@ -146,39 +148,39 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.08s Real=0.09s Sys=0s + User=0.17s Real=0.18s Sys=0s The run consists of 10000 gamma of 10 MeV through 1.75 mm of G4_Fe (density: 7.874 g/cm3 ) Process calls frequency ---> - Transportation = 31214 - pol-compt = 280 - pol-eBrem = 346 - msc = 1660 - pol-phot = 169 - pol-eIoni = 611 - pol-conv = 218 - pol-annihil = 76 + Transportation = 31196 + pol-compt = 273 + pol-eBrem = 338 + msc = 1653 + pol-phot = 168 + pol-eIoni = 598 + pol-conv = 216 + pol-annihil = 75 Gamma: -Mean Number per Event :1.0104 -Mean Energy :9.5562 MeV +- 1.9536 MeV -Mean Polarization :-0.96183 +- 0.19896 +Mean Number per Event :1.0097 +Mean Energy :9.5662 MeV +- 1.9314 MeV +Mean Polarization :-0.9629 +- 0.19652 Electron: -Mean Number per Event :0.0359 -Mean Energy :5.1273 MeV +- 2.6463 MeV -Mean Polarization :-0.70913 +- 0.30364 +Mean Number per Event :0.0358 +Mean Energy :5.1328 MeV +- 2.632 MeV +Mean Polarization :-0.70797 +- 0.30113 Positron: -Mean Number per Event :0.0144 -Mean Energy :4.5515 MeV +- 1.935 MeV -Mean Polarization :-0.64914 +- 0.2977 +Mean Number per Event :0.0143 +Mean Energy :4.479 MeV +- 1.9568 MeV +Mean Polarization :-0.63459 +- 0.30059 ... write Root file : pol01.root - done ... close Root file : pol01.root - done --------- Ranlux engine status --------- Initial seed = 9876 - float_seed_table[] = 0.824281 0.649202 0.0446345 0.894948 0.606357 0.489642 0.510011 0.0576167 0.590362 0.755708 0.937923 0.369891 0.210332 0.159548 0.157692 0.182391 0.23594 0.0959533 0.785225 0.648076 0.441417 0.960755 0.425169 0.794151 - i_lag = 1, j_lag = 11 - carry = 0, count24 = 0 + float_seed_table[] = 0.131495 0.121923 0.0415006 0.228428 0.871279 0.640975 0.588515 0.949477 0.0525096 0.853258 0.245586 0.949002 0.535031 0.906211 0.380819 0.24449 0.609894 0.231424 0.589433 0.716564 0.143253 0.916324 0.905474 0.487329 + i_lag = 23, j_lag = 9 + carry = 0, count24 = 6 luxury = 3 nskip = 199 ---------------------------------------- # diff --git a/examples/extended/radioactivedecay/Activation/Activation.out b/examples/extended/radioactivedecay/Activation/Activation.out index 33074233f1c9e15c41d0b5e787597819479ef8ac..4c2afe042e8d81a5d8b87f10184cb0a9dab7a861 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + Copyright : Geant4 Collaboration + References : NIM A 506 (2003), 250-303 + : IEEE-TNS 53 (2006), 270-278 + : NIM A 835 (2016), 186-225 + WWW : http://geant4.org/ +************************************************************** /run/verbose 1 # @@ -451,7 +453,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.18s Real=0.17s Sys=0s + User=0.29s Real=0.29s Sys=0s The run is 1000 neutron of 25 meV through 1 cm of G4_Co (density: 8.9 g/cm3 ) diff --git a/examples/extended/radioactivedecay/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index bad98e646b9885b0a1c4521c1342b0053179ad63..7e0455fe85bf237bc837679269e5b8b14605b59f 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** Set atomic relaxation mode 0 @@ -140,7 +142,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0.01s Sys=0s + User=0.01s Real=0.02s Sys=0s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -215,7 +217,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.84s Real=0.84s Sys=0s + User=1.72s Real=1.72s Sys=0s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -290,7 +292,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.86s Real=1.86s Sys=0s + User=3.71s Real=3.74s Sys=0s ======================== run summary ====================== The run was 100000 Co60 of 0 eV diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index 52f4178ba463c0beee34be346687da5d28eb2982..fcec30d7c289b6d56d5ebffdcf9edb199852a7ea 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** ###/control/cout/ignoreThreadsExcept 0 /run/numberOfThreads 2 @@ -454,7 +456,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.95s Real=0.96s Sys=0s + User=2.16s Real=2.18s Sys=0s The run is 10000 Ne24 of 0 meV through : Target : Length = 1 cm Radius = 5 mm Material = G4_CESIUM_IODIDE diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index 4030f7aae246d2f79c9be18f8daca5ec01c91620..9f6ae0062b02acc2b93aa05120f172356f9e0e27 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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... diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index 39eb3bfe35e9793a487ba5643c0bf797f187ef1f..fc3c4643aa9462cd693e58b6d4b7c840ac502322 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGS_BIC 2.0 @@ -1257,7 +1259,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.01s Real=0s Sys=0s + User=0.01s Real=0.01s Sys=0s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 10 copy no.: 969603 Run Value : 0.356 diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index 1e7c7f2b02ab2637cdb1a20fd477720860766285..56eec9dc076431df52b3330b1820ee4b02fba4e0 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGS_BIC 2.0 @@ -957,19 +959,19 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 23 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- + 100.00 0.01 0.00 13k RepX 0.00 0.00 0.00 6k Phantom 0.00 0.00 0.00 6k RepY - 0.00 0.00 0.00 13k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 53.25 12k 1 201 400 0.00 RepX + 53.25 12k 1 201 400 0.01 RepX 23.38 5k 1 100 100 0.00 Phantom 23.38 5k 1 100 100 0.00 RepY ++ PhantomSD/totalEDep id 0 @@ -1186,7 +1188,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=12.85s Real=12.94s Sys=0.03s + User=25.35s Real=25.53s Sys=0.07s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 50402 copy no.: 3603 Run Value : 2.56046 @@ -25229,10 +25231,7 @@ Run Summary copy no.: 987605 Run Value : 3.69194 copy no.: 987606 Run Value : 11.8932 copy no.: 987607 Run Value : 3.35651 - copy no.: 987608 Run Value : 3.96904 - copy no.: 987609 Run Value : 3.00897 - copy no.: 987610 Run Value : 4.44698 - copy no.: + ============================================================================================ ================= lines above cut to keep file within limits =============================== ============================================================================================ diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index 6f840385852cf5c8aa2f15f6fcc4ee9cec048689..f73ee4dc8132bb58c33894bc0089d83642ccef35 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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: QGS_BIC 2.0 @@ -1188,7 +1190,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=0.2s Real=0.19s Sys=0s + User=0.5s Real=0.52s Sys=0.01s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 83 copy no.: 588200 Run Value : 0.0597165 diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index bff8d6e65c0e69761cac972686d300a78245110b..065b084e92af6fc2800d5f8d82f43640fc8f77ea 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index c56d83af9ba7e684a78934349f5c10ce971ffa63..47d4053eaf48940518676b39fce28ffce6eafc30 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC G4HEPEvtInterface - pythia_event.data is open. @@ -820,12 +822,12 @@ Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics Total memory consumed for geometry optimisation: 7 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 2k expHall_L + 100.00 0.01 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 @@ -835,7 +837,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- 38.29 2k 1 48 48 0.00 caloROlogical - 33.30 2k 6 33 48 0.00 expHall_L + 33.30 2k 6 33 48 0.01 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 @@ -1444,7 +1446,7 @@ G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. Run terminated. Run Summary Number of events processed : 100 - User=13.47s Real=13.99s Sys=0.05s + User=18.43s Real=19.33s Sys=0.09s # G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index 4dcd05a0c0df0c2e3faa0d552af7d6c6395d723d..0dcd3fee83cce32dc1d11bf67eb6ff3350c19e52 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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 2.0 @@ -965,7 +967,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.77s Real=0.91s Sys=0.13s + User=1.52s Real=1.86s Sys=0.34s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1614,7 +1616,7 @@ Index : 6 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=1.47s Real=1.75s Sys=0.28s + User=3.24s Real=3.95s Sys=0.7s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2294,7 +2296,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.42s Real=0.53s Sys=0.11s + User=1.18s Real=1.47s Sys=0.3s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -3003,7 +3005,7 @@ Index : 12 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10 - User=0.54s Real=0.66s Sys=0.11s + User=1.3s Real=1.6s Sys=0.3s ############################################################ Run Summary - Number of events : 10 ############################################################ diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index e51938b9fd33f04cace36880abf991455fdca6d6..5ed9b096b450eb81f8f2d6fdd055321dd227fc1f 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC Visualization Manager instantiating with verbosity "warnings (3)"... @@ -1156,7 +1158,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 1 - User=0s Real=0s Sys=0s + User=0.01s Real=0.01s Sys=0s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index 5f441d7cbdd82b607aac4f1fb4982028d544d0c7..0545b1ef22e327d471705b5b46d9284c0b67b271 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC Visualization Manager instantiating with verbosity "warnings (3)"... @@ -847,7 +849,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=0.04s Real=0.04s Sys=0s + User=0.08s Real=0.08s Sys=0s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV @@ -922,7 +924,7 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.3s Real=0.31s Sys=0s + User=0.56s Real=0.57s Sys=0.01s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index 7cf0fbf8e8f2f206f99aa026090b86021b658dee..29c957cd9957764d9afba2eef283a263b4038027 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -3,12 +3,14 @@ !!! WARNING - FPE detection is activated !!! ############################################ -************************************************************* - Geant4 version Name: geant4-10-04-ref-00 (08-December-2017) - Copyright : Geant4 Collaboration - Reference : NIM A 506 (2003), 250-303 - WWW : http://cern.ch/geant4 -************************************************************* +************************************************************** + Geant4 version Name: geant4-10-04-patch-01 (28-February-2018) + 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/ +************************************************************** <<< Reference Physics List QBBC Visualization Manager instantiating with verbosity "warnings (3)"... diff --git a/source/GNUmakefile b/source/GNUmakefile index 864151a1dfee7c1bdc5200da3b45b59eef645d70..5ddcf95c0fe17100bc6fef15d9011447930a1d3a 100644 --- a/source/GNUmakefile +++ b/source/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile 107861 2017-12-07 14:25:10Z gcosmo $ +# $Id: GNUmakefile 108564 2018-02-16 10:19:00Z gcosmo $ # ----------------------------------------------------------------- # "gmake" makes default libraries for each subdomain. # "gmake global" makes global libraries for each subdomain. @@ -168,7 +168,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-10-04 " + @$(ECHO) " Installation Geant4 version geant4-10-04-patch-01 " @$(ECHO) " Copyright (C) 1994-2018 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/History b/source/analysis/History index 65687277e60d04960955a979e5c8a4d67a2d70dd..4d6549dc4904eed90bbbabf5942b298679f17cb9 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -1,4 +1,4 @@ -$Id: History 107500 2017-11-17 11:06:53Z gcosmo $ +$Id: History 108469 2018-02-15 14:07:01Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +December 21, 2017 G. Cosmo (analysis-V10-03-18) +- Fixed self-consistency in headers (missing #include) in G4BaseAnalysisManager, + and G4PlotManager. + November 16, 2017 I. Hrivnacova (analysis-V10-03-17) - Updated to g4tools 4.2.1 (Guy Barrand): Coverity fixes. diff --git a/source/analysis/accumulables/CMakeLists.txt b/source/analysis/accumulables/CMakeLists.txt index 448cefd2e48453e6fabef028905d2e12535dd9f5..88ffdfffd131e77ba3f0d9b774417b06e2860881 100644 --- a/source/analysis/accumulables/CMakeLists.txt +++ b/source/analysis/accumulables/CMakeLists.txt @@ -7,7 +7,7 @@ # # Created on : 15/07/2013 # -# $Id: CMakeLists.txt 99561 2016-09-27 07:04:12Z gcosmo $ +# $Id: CMakeLists.txt 92606 2015-09-08 12:34:01Z ihrivnac $ # #------------------------------------------------------------------------------ diff --git a/source/analysis/hdf5/CMakeLists.txt b/source/analysis/hdf5/CMakeLists.txt index e11b5e61331a2b206e0c413ab9fcfed2fab66e1d..9cf1ac0ae519d550bcd4244f6be3e0d70f5959da 100644 --- a/source/analysis/hdf5/CMakeLists.txt +++ b/source/analysis/hdf5/CMakeLists.txt @@ -7,7 +7,7 @@ # # Created on : 27/07/2017 # -# $Id: CMakeLists.txt 105747 2017-08-16 13:16:13Z gcosmo $ +# $Id: CMakeLists.txt 105426 2017-07-27 09:10:08Z ihrivnac $ # #------------------------------------------------------------------------------ diff --git a/source/analysis/management/include/G4BaseAnalysisManager.hh b/source/analysis/management/include/G4BaseAnalysisManager.hh index 4ea41d31bf205d7feaf92d293c8b450db243e154..38de6944a51b8c59e512973b1f7b826fb8c9386c 100644 --- a/source/analysis/management/include/G4BaseAnalysisManager.hh +++ b/source/analysis/management/include/G4BaseAnalysisManager.hh @@ -37,7 +37,7 @@ #include "G4BinScheme.hh" #include "globals.hh" -class G4AnalysisManagerState; +#include "G4AnalysisManagerState.hh" class G4BaseAnalysisManager { diff --git a/source/analysis/management/include/G4PlotManager.hh b/source/analysis/management/include/G4PlotManager.hh index 325bd6dfc783dfcb7280ddbb047de12c08acc688..520dc133aab006c1c1053efdf66cbd50908343cf 100644 --- a/source/analysis/management/include/G4PlotManager.hh +++ b/source/analysis/management/include/G4PlotManager.hh @@ -34,14 +34,13 @@ #include "G4AnalysisManagerState.hh" #include "G4PlotParameters.hh" +#include "G4HnInformation.hh" #include <tools/viewplot> #include <vector> #include <memory> -class G4HnInformation; - class G4PlotManager { public: diff --git a/source/digits_hits/History b/source/digits_hits/History index 58921f70d492046aaa166674576ec1c0fc70ae2c..e446c13723a17dffa54bc2156cb6e4e681d8e3c2 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -1,4 +1,4 @@ -$Id: History 105753 2017-08-16 13:46:21Z gcosmo $ +$Id: History 108471 2018-02-15 14:12:06Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +January 19, 2018 M. Asai (digits_hits-V10-03-03) +- G4ScoringMessenger G4ScoreQuantityMessenger: +- UI command returns an error message if a command is refused due + to incorrect parameter(s). + August 1, 2017 M. Asai (digits_hits-V10-03-02) - G4SDStructure.cc : fix propagating warning flag. Addressing bug report #1993. diff --git a/source/digits_hits/utils/include/G4ScoreQuantityMessenger.hh b/source/digits_hits/utils/include/G4ScoreQuantityMessenger.hh index 3c3ffb2b7681d3b94877386aa388533071b91c41..d9136b17608907abcd1049f31282875a3770488c 100644 --- a/source/digits_hits/utils/include/G4ScoreQuantityMessenger.hh +++ b/source/digits_hits/utils/include/G4ScoreQuantityMessenger.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ScoreQuantityMessenger.hh 67992 2013-03-13 10:59:57Z gcosmo $ +// $Id: G4ScoreQuantityMessenger.hh 108471 2018-02-15 14:12:06Z gcosmo $ // // (HISTORY) // 03-Sep-2007 T.Aso Command definitions are introduced. @@ -75,7 +75,8 @@ class G4ScoreQuantityMessenger: public G4UImessenger void FParticleCommand(G4VScoringMesh* mesh,G4TokenVec& token); void FParticleWithEnergyCommand(G4VScoringMesh* mesh,G4TokenVec& token); - G4bool CheckMeshPS(G4VScoringMesh* mesh, G4String& psname); + G4bool CheckMeshPS(G4VScoringMesh* mesh, G4String& psname, + G4UIcommand * command); private: void QuantityCommands(); diff --git a/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc b/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc index bf60a57015b47cd6d0337361762a942273fc223f..fcbbfede0fc4538c494f788fd116935ead06935e 100644 --- a/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc +++ b/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ScoreQuantityMessenger.cc 94951 2016-01-07 11:58:57Z gcosmo $ +// $Id: G4ScoreQuantityMessenger.cc 108471 2018-02-15 14:12:06Z gcosmo $ // // --------------------------------------------------------------------- // Modifications @@ -214,13 +214,15 @@ G4ScoreQuantityMessenger::~G4ScoreQuantityMessenger() void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal) { + G4ExceptionDescription ed; // // Get Current Mesh // G4VScoringMesh* mesh = fSMan->GetCurrentMesh(); if(!mesh) { - G4cerr << "ERROR : No mesh is currently open. Open/create a mesh first. Command ignored." << G4endl; + ed << "ERROR : No mesh is currently open. Open/create a mesh first. Command ignored."; + command->CommandFailed(ed); return; } // Tokens @@ -235,13 +237,13 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command == qSetUnitCmd ){ mesh->SetCurrentPSUnit(newVal); } else if(command== qCellChgCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ G4PSCellCharge3D* ps = new G4PSCellCharge3D(token[0]); ps->SetUnit(token[1]); mesh->SetPrimitiveScorer(ps); } } else if(command== qCellFluxCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ if( mesh->GetShape()==boxMesh ) { G4PSCellFlux3D* ps = new G4PSCellFlux3D(token[0]); ps->SetUnit(token[1]); @@ -259,7 +261,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } } } else if(command== qPassCellFluxCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ if( mesh->GetShape()==boxMesh ) { G4PSPassageCellFlux3D* ps = new G4PSPassageCellFlux3D(token[0]); ps->SetUnit(token[1]); @@ -277,13 +279,13 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } } } else if(command==qeDepCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ G4PSEnergyDeposit3D* ps =new G4PSEnergyDeposit3D(token[0]); ps->SetUnit(token[1]); mesh->SetPrimitiveScorer(ps); } } else if(command== qdoseDepCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ if( mesh->GetShape()==boxMesh ) { G4PSDoseDeposit3D* ps = new G4PSDoseDeposit3D(token[0]); ps->SetUnit(token[1]); @@ -301,18 +303,18 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } } } else if(command== qnOfStepCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ G4PSNofStep3D* ps = new G4PSNofStep3D(token[0]); ps->SetBoundaryFlag(StoB(token[1])); mesh->SetPrimitiveScorer(ps); } } else if(command== qnOfSecondaryCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ G4PSNofSecondary3D* ps =new G4PSNofSecondary3D(token[0]); mesh->SetPrimitiveScorer(ps); } } else if(command== qTrackLengthCmd) { - if ( CheckMeshPS(mesh,token[0]) ){ + if ( CheckMeshPS(mesh,token[0],command) ){ G4PSTrackLength3D* ps = new G4PSTrackLength3D(token[0]); ps->Weighted(StoB(token[1])); ps->MultiplyKineticEnergy(StoB(token[2])); @@ -321,20 +323,20 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal mesh->SetPrimitiveScorer(ps); } } else if(command== qPassCellCurrCmd){ - if( CheckMeshPS(mesh,token[0]) ) { + if( CheckMeshPS(mesh,token[0],command) ) { G4PSPassageCellCurrent* ps = new G4PSPassageCellCurrent3D(token[0]); ps->Weighted(StoB(token[1])); mesh->SetPrimitiveScorer(ps); } } else if(command== qPassTrackLengthCmd){ - if( CheckMeshPS(mesh,token[0]) ) { + if( CheckMeshPS(mesh,token[0],command) ) { G4PSPassageTrackLength* ps = new G4PSPassageTrackLength3D(token[0]); ps->Weighted(StoB(token[1])); ps->SetUnit(token[2]); mesh->SetPrimitiveScorer(ps); } } else if(command== qFlatSurfCurrCmd){ - if( CheckMeshPS(mesh,token[0])) { + if( CheckMeshPS(mesh,token[0],command)) { G4PSFlatSurfaceCurrent3D* ps = new G4PSFlatSurfaceCurrent3D(token[0],StoI(token[1])); ps->Weighted(StoB(token[2])); @@ -347,7 +349,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal mesh->SetPrimitiveScorer(ps); } } else if(command== qFlatSurfFluxCmd){ - if( CheckMeshPS(mesh, token[0] )) { + if( CheckMeshPS(mesh, token[0],command )) { G4PSFlatSurfaceFlux3D* ps = new G4PSFlatSurfaceFlux3D(token[0],StoI(token[1])); ps->Weighted(StoB(token[2])); ps->DivideByArea(StoB(token[3])); @@ -359,7 +361,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal mesh->SetPrimitiveScorer(ps); } // } else if(command== qSphereSurfCurrCmd){ -// if( CheckMeshPS(mesh, token[0] )) { +// if( CheckMeshPS(mesh, token[0],command )) { // G4PSSphereSurfaceCurrent3D* ps = // new G4PSSphereSurfaceCurrent3D(token[0],StoI(token[1])); // ps->Weighted(StoB(token[2])); @@ -372,7 +374,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal // mesh->SetPrimitiveScorer(ps); // } // } else if(command== qSphereSurfFluxCmd){ -// if( CheckMeshPS(mesh,token[0])) { +// if( CheckMeshPS(mesh,token[0],command)) { // G4PSSphereSurfaceFlux3D* ps = new G4PSSphereSurfaceFlux3D(token[0], StoI(token[1])); // ps->Weighted(StoB(token[2])); // ps->DivideByArea(StoB(token[3])); @@ -384,7 +386,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal // mesh->SetPrimitiveScorer(ps); // } // } else if(command== qCylSurfCurrCmd){ -// if( CheckMeshPS(mesh, token[0] ) ) { +// if( CheckMeshPS(mesh, token[0],command ) ) { // G4PSCylinderSurfaceCurrent3D* ps = // new G4PSCylinderSurfaceCurrent3D(token[0],StoI(token[1])); // ps->Weighted(StoB(token[2])); @@ -398,7 +400,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal // mesh->SetPrimitiveScorer(ps); // } // } else if(command== qCylSurfFluxCmd){ -// if( CheckMeshPS(mesh, token[0] ) { +// if( CheckMeshPS(mesh, token[0],command ) { // G4PSCylinerSurfaceFlux3D* ps =new G4PSCylinderSurfaceFlux3D(token[0], StoI(token[1])); // ps->Weighted(StoB(token[2])); // ps->DivideByArea(StoB(token[3])); @@ -410,38 +412,38 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal // mesh->SetPrimitiveScorer(ps); // } } else if(command== qNofCollisionCmd){ - if( CheckMeshPS(mesh,token[0])) { + if( CheckMeshPS(mesh,token[0],command)) { G4PSNofCollision3D* ps =new G4PSNofCollision3D(token[0]); ps->Weighted(StoB(token[1])); mesh->SetPrimitiveScorer(ps); } } else if(command== qPopulationCmd){ - if( CheckMeshPS(mesh,token[0]) ) { + if( CheckMeshPS(mesh,token[0],command) ) { G4PSPopulation3D* ps =new G4PSPopulation3D(token[0]); ps->Weighted(StoB(token[1])); mesh->SetPrimitiveScorer(ps); } } else if(command== qTrackCountCmd){ - if( CheckMeshPS(mesh,token[0])) { + if( CheckMeshPS(mesh,token[0],command)) { G4PSTrackCounter3D* ps =new G4PSTrackCounter3D(token[0],StoI(token[1])); ps->Weighted(StoB(token[2])); mesh->SetPrimitiveScorer(ps); } } else if(command== qTerminationCmd){ - if( CheckMeshPS(mesh,token[0])) { + if( CheckMeshPS(mesh,token[0],command)) { G4PSTermination3D* ps =new G4PSTermination3D(token[0]); ps->Weighted(StoB(token[1])); mesh->SetPrimitiveScorer(ps); } } else if(command== qMinKinEAtGeneCmd){ - if( CheckMeshPS(mesh,token[0]) ){ + if( CheckMeshPS(mesh,token[0],command) ){ G4PSMinKinEAtGeneration3D* ps =new G4PSMinKinEAtGeneration3D(token[0]); ps->SetUnit(token[1]); mesh->SetPrimitiveScorer(ps); } } else if(command== qStepCheckerCmd){ - if( CheckMeshPS(mesh,token[0]) ){ + if( CheckMeshPS(mesh,token[0],command) ){ G4PSStepChecker3D* ps =new G4PSStepChecker3D(token[0]); mesh->SetPrimitiveScorer(ps); } @@ -453,15 +455,17 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal if(!mesh->IsCurrentPrimitiveScorerNull()) { mesh->SetFilter(new G4SDChargedFilter(token[0])); } else { - G4cout << "WARNING[" << fchargedCmd->GetCommandPath() - << "] : Current quantity is not set. Set or touch a quantity first." << G4endl; + ed << "WARNING[" << fchargedCmd->GetCommandPath() + << "] : Current quantity is not set. Set or touch a quantity first."; + command->CommandFailed(ed); } }else if(command== fneutralCmd){ if(!mesh->IsCurrentPrimitiveScorerNull()) { mesh->SetFilter(new G4SDNeutralFilter(token[0])); } else { - G4cout << "WARNING[" << fneutralCmd->GetCommandPath() - << "] : Current quantity is not set. Set or touch a quantity first." << G4endl; + ed << "WARNING[" << fneutralCmd->GetCommandPath() + << "] : Current quantity is not set. Set or touch a quantity first."; + command->CommandFailed(ed); } }else if(command== fkinECmd){ if(!mesh->IsCurrentPrimitiveScorerNull()) { @@ -471,22 +475,25 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal G4double unitVal = G4UnitDefinition::GetValueOf(token[3]); mesh->SetFilter(new G4SDKineticEnergyFilter(name,elow*unitVal,ehigh*unitVal)); } else { - G4cout << "WARNING[" << fkinECmd->GetCommandPath() - << "] : Current quantity is not set. Set or touch a quantity first." << G4endl; + ed << "WARNING[" << fkinECmd->GetCommandPath() + << "] : Current quantity is not set. Set or touch a quantity first."; + command->CommandFailed(ed); } }else if(command== fparticleKinECmd){ if(!mesh->IsCurrentPrimitiveScorerNull()) { FParticleWithEnergyCommand(mesh,token); } else { - G4cout << "WARNING[" << fparticleKinECmd->GetCommandPath() - << "] : Current quantity is not set. Set or touch a quantity first." << G4endl; + ed << "WARNING[" << fparticleKinECmd->GetCommandPath() + << "] : Current quantity is not set. Set or touch a quantity first."; + command->CommandFailed(ed); } } else if(command==fparticleCmd) { if(!mesh->IsCurrentPrimitiveScorerNull()) { FParticleCommand(mesh,token); } else { - G4cout << "WARNING[" << fparticleCmd->GetCommandPath() - << "] : Current quantity is not set. Set or touch a quantity first." << G4endl; + ed << "WARNING[" << fparticleCmd->GetCommandPath() + << "] : Current quantity is not set. Set or touch a quantity first."; + command->CommandFailed(ed); } } } @@ -536,12 +543,15 @@ void G4ScoreQuantityMessenger::FParticleWithEnergyCommand(G4VScoringMesh* mesh,G mesh->SetFilter(filter); } -G4bool G4ScoreQuantityMessenger::CheckMeshPS(G4VScoringMesh* mesh, G4String& psname){ +G4bool G4ScoreQuantityMessenger::CheckMeshPS(G4VScoringMesh* mesh, G4String& psname, + G4UIcommand* command){ if(!mesh->FindPrimitiveScorer(psname)) { return true; } else { - G4cout << "WARNING[" << qTouchCmd->GetCommandPath() - << "] : Quantity name, \"" << psname << "\", is already existing." << G4endl; + G4ExceptionDescription ed; + ed << "WARNING[" << qTouchCmd->GetCommandPath() + << "] : Quantity name, \"" << psname << "\", is already existing."; + command->CommandFailed(ed); mesh->SetNullToCurrentPrimitiveScorer(); return false; } diff --git a/source/digits_hits/utils/src/G4ScoringMessenger.cc b/source/digits_hits/utils/src/G4ScoringMessenger.cc index 5688beb4a3a594c64dde26c329028b0cee87bf8e..015c5c21f763dd6e53c60dcc2f72e6a30bfe96c4 100644 --- a/source/digits_hits/utils/src/G4ScoringMessenger.cc +++ b/source/digits_hits/utils/src/G4ScoringMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ScoringMessenger.cc 94951 2016-01-07 11:58:57Z gcosmo $ +// $Id: G4ScoringMessenger.cc 108471 2018-02-15 14:12:06Z gcosmo $ // // --------------------------------------------------------------------- @@ -378,9 +378,11 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) } else if(command==meshBoxCreateCmd) { G4VScoringMesh* currentmesh = fSMan->GetCurrentMesh(); if ( currentmesh ){ - G4cerr << "ERROR[" << meshBoxCreateCmd->GetCommandPath() - << "] : Mesh <" << currentmesh->GetWorldName() - << "> is still open. Close it first. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshBoxCreateCmd->GetCommandPath() + << "] : Mesh <" << currentmesh->GetWorldName() + << "> is still open. Close it first. Command ignored."; + command->CommandFailed(ed); } else { G4VScoringMesh* mesh = fSMan->FindMesh(newVal); @@ -388,17 +390,21 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) mesh = new G4ScoringBox(newVal); fSMan->RegisterScoringMesh(mesh); }else{ - G4cerr << "ERROR[" << meshBoxCreateCmd->GetCommandPath() - << "] : Scoring mesh <" << newVal - << "> already exists. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshBoxCreateCmd->GetCommandPath() + << "] : Scoring mesh <" << newVal + << "> already exists. Command ignored."; + command->CommandFailed(ed); } } } else if(command==meshCylinderCreateCmd) { G4VScoringMesh* currentmesh = fSMan->GetCurrentMesh(); if ( currentmesh ){ - G4cerr << "ERROR[" << meshCylinderCreateCmd->GetCommandPath() - << "] : Mesh <" << currentmesh->GetWorldName() - << "> is still open. Close it first. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshCylinderCreateCmd->GetCommandPath() + << "] : Mesh <" << currentmesh->GetWorldName() + << "> is still open. Close it first. Command ignored."; + command->CommandFailed(ed); } else { G4VScoringMesh* mesh = fSMan->FindMesh(newVal); @@ -406,9 +412,11 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) mesh = new G4ScoringCylinder(newVal); fSMan->RegisterScoringMesh(mesh); }else{ - G4cerr << "ERROR[" << meshCylinderCreateCmd->GetCommandPath() - << "] : Scoring mesh <" << newVal - << "> already exists. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshCylinderCreateCmd->GetCommandPath() + << "] : Scoring mesh <" << newVal + << "> already exists. Command ignored."; + command->CommandFailed(ed); } } } else if(command==listColorMapCmd) { @@ -418,9 +426,11 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) if(colorMap) { colorMap->SetFloatingMinMax(true); } else - { G4cerr << "ERROR[" << floatMinMaxCmd->GetCommandPath() - << "] : color map <" << newVal << "> is not defined. Command ignored." - << G4endl; + { + G4ExceptionDescription ed; + ed << "ERROR[" << floatMinMaxCmd->GetCommandPath() + << "] : color map <" << newVal << "> is not defined. Command ignored." ; + command->CommandFailed(ed); } } else if(command==colorMapMinMaxCmd) { G4Tokenizer next(newVal); @@ -432,20 +442,28 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) { colorMap->SetFloatingMinMax(false); colorMap->SetMinMax(minVal,maxVal); } else - { G4cerr << "ERROR[" << colorMapMinMaxCmd->GetCommandPath() - << "] : color map <" << newVal << "> is not defined. Command ignored." - << G4endl; + { + G4ExceptionDescription ed; + ed << "ERROR[" << colorMapMinMaxCmd->GetCommandPath() + << "] : color map <" << newVal << "> is not defined. Command ignored." + << G4endl; + command->CommandFailed(ed); } } else if(command==meshOpnCmd) { G4VScoringMesh* currentmesh = fSMan->GetCurrentMesh(); if ( currentmesh ){ - G4cerr << "ERROR[" << meshOpnCmd->GetCommandPath() - << "] : Mesh <" << currentmesh->GetWorldName() << "> is still open. Close it first. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshOpnCmd->GetCommandPath() + << "] : Mesh <" << currentmesh->GetWorldName() + << "> is still open. Close it first. Command ignored."; + command->CommandFailed(ed); } else { G4VScoringMesh* mesh = fSMan->FindMesh(newVal); if ( !mesh ){ - G4cerr << "ERROR[" << meshOpnCmd->GetCommandPath() - << "] : Scoring mesh <" << newVal << "> does not exist. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << meshOpnCmd->GetCommandPath() + << "] : Scoring mesh <" << newVal << "> does not exist. Command ignored."; + command->CommandFailed(ed); } else { fSMan->SetCurrentMesh(mesh); } @@ -479,8 +497,10 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) vsize[2] = size.z(); mesh->SetSize(vsize); } else { - G4cerr << "ERROR[" << mBoxSizeCmd->GetCommandPath() - << "] : This mesh is not Box. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << mBoxSizeCmd->GetCommandPath() + << "] : This mesh is not Box. Command ignored."; + command->CommandFailed(ed); } }else if(command==mCylinderSizeCmd) { MeshShape shape = mesh->GetShape(); @@ -494,8 +514,10 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) vsize[2] = 0.0; mesh->SetSize(vsize); } else { - G4cerr << "ERROR[" << mBoxSizeCmd->GetCommandPath() - << "] : This mesh is not Box. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR[" << mBoxSizeCmd->GetCommandPath() + << "] : This mesh is not Box. Command ignored."; + command->CommandFailed(ed); } } else if(command==mBinCmd) { MeshBinCommand(mesh,token); @@ -521,7 +543,9 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) mesh->RotateZ(value); } }else{ - G4cerr << "ERROR: No mesh is currently open. Open/create a mesh first. Command ignored." << G4endl; + G4ExceptionDescription ed; + ed << "ERROR: No mesh is currently open. Open/create a mesh first. Command ignored."; + command->CommandFailed(ed); } } } diff --git a/source/error_propagation/History b/source/error_propagation/History index 68bb2661e427637d2ffc1c253e5a20a7087bf345..1f434d369da7294c89b9d7d97ee0e81ff77971a3 100644 --- a/source/error_propagation/History +++ b/source/error_propagation/History @@ -1,4 +1,4 @@ -$Id: History 107409 2017-11-10 13:36:41Z gcosmo $ +$Id: History 108476 2018-02-15 14:21:25Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19-Dec-2017 - G.Cosmo (error-propagation-V10-03-03) +- Fixed self-consistency in headers (missing #include) in G4ErrorMatrix, + G4ErrorRunManagerHelper and G4ErrorSymMatrix. + Thanks to Raphael Isemann for reporting these. + 10-Nov-2017 - P.Arce (error-propagation-V10-03-02) - Bug report 2010: precision correction in G4ErrorFreeTrajState.cc diff --git a/source/error_propagation/include/G4ErrorMatrix.hh b/source/error_propagation/include/G4ErrorMatrix.hh index 72bd19a4233ec3cc96e835bba88ddbc5883f3656..8e5329234595ebafdeea6580523067495b11d220 100755 --- a/source/error_propagation/include/G4ErrorMatrix.hh +++ b/source/error_propagation/include/G4ErrorMatrix.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4ErrorMatrix.hh 66892 2013-01-17 10:57:59Z gunter $ +// $Id: G4ErrorMatrix.hh 108476 2018-02-15 14:21:25Z gcosmo $ // // Class Description: // @@ -37,6 +37,7 @@ #define G4ErrorMatrix_hh #include <vector> +#include "G4Types.hh" class G4ErrorSymMatrix; @@ -293,7 +294,7 @@ void row_givens(G4ErrorMatrix *A, G4double c, G4double s, G4int k1, G4int k2, G4int col_min=1, G4int col_max=0); // do a row Givens update -void givens(G4double a, G4double b, G4double *c, G4double *s); +// void givens(G4double a, G4double b, G4double *c, G4double *s); // algorithm 5.1.5 in Golub and Van Loan // Returns a Householder vector to zero elements. diff --git a/source/error_propagation/include/G4ErrorRunManagerHelper.hh b/source/error_propagation/include/G4ErrorRunManagerHelper.hh index d3d9e821b48b5b5cab58788bcfd8cd0f2fe8f1b3..3401b0e105841d45f52f6d8c347511155bd0160a 100644 --- a/source/error_propagation/include/G4ErrorRunManagerHelper.hh +++ b/source/error_propagation/include/G4ErrorRunManagerHelper.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ErrorRunManagerHelper.hh 66892 2013-01-17 10:57:59Z gunter $ +// $Id: G4ErrorRunManagerHelper.hh 108476 2018-02-15 14:21:25Z gcosmo $ // // // Class Description: @@ -41,6 +41,8 @@ #ifndef G4ErrorRunManagerHelper_hh #define G4ErrorRunManagerHelper_hh +#include "tls.hh" + class G4RunManagerKernel; class G4VUserDetectorConstruction; class G4VPhysicalVolume; diff --git a/source/error_propagation/include/G4ErrorSymMatrix.hh b/source/error_propagation/include/G4ErrorSymMatrix.hh index 955b1900083487f395369501eb73bdb954be69f8..24d9442146b20d2353e2b79776230e2c7a3a9928 100755 --- a/source/error_propagation/include/G4ErrorSymMatrix.hh +++ b/source/error_propagation/include/G4ErrorSymMatrix.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4ErrorSymMatrix.hh 66892 2013-01-17 10:57:59Z gunter $ +// $Id: G4ErrorSymMatrix.hh 108476 2018-02-15 14:21:25Z gcosmo $ // // Class Description: // @@ -37,6 +37,7 @@ #define G4ErrorSymMatrix_hh #include <vector> +#include "globals.hh" class G4ErrorMatrix; diff --git a/source/event/History b/source/event/History index 01c6d668565d9d6aa7617aa81a24872840118006..cbde2e6ba85b3a77f9d1754a8f6f8095d0911591 100644 --- a/source/event/History +++ b/source/event/History @@ -1,4 +1,4 @@ -$Id: History 106992 2017-10-31 10:14:18Z gcosmo $ +$Id: History 108474 2018-02-15 14:15:39Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,24 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 8, 2018 Dennis Wright (event-V10-03-05) +- add deprecation warning for /gun/ionL in + G4ParticleGunMessenger::SetNewValue() + +January 9, 2018, M.Asai +- G4GeneralParticleSourceMessenger : + UI command returns an error message if a command is refused due + to incorrect parameter(s). + +December 26, 2017, M.Asai +- G4ParticleGunMessenger : + UI command returns an error message if a command is refused due + to incorrect parameter(s). + +December 19, 2017, G.Cosmo +- Fixed self-consistency in G4SPSRandomGenerator header (missing #include). + Thanks to Raphael Isemann for reporting this. + October 23, 2017, K.L.Genser (event-V10-03-04) - G4StackManager added #ifdef for the case when a particle IsMuonicAtom diff --git a/source/event/include/G4GeneralParticleSourceMessenger.hh b/source/event/include/G4GeneralParticleSourceMessenger.hh index bdb6182bfd3783f3daf4e3607bd50380f5ce6a26..8fe9be6e5e6f9788a8206c0b0dbf528c36bb19c0 100644 --- a/source/event/include/G4GeneralParticleSourceMessenger.hh +++ b/source/event/include/G4GeneralParticleSourceMessenger.hh @@ -301,12 +301,12 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger private: // for ion shooting G4bool fShootIon; + G4int fAtomicNumber; G4int fAtomicMass; G4int fIonCharge; G4double fIonExciteEnergy; - G4bool fShootIonL; G4int fAtomicNumberL; G4int fAtomicMassL; G4int fIonChargeL; diff --git a/source/event/include/G4SPSEneDistribution.hh b/source/event/include/G4SPSEneDistribution.hh index 1f9399c165917043bcb0330936e767f978a4fedb..7c28bec2a7b37e83acdd34b096b08098cc21e2fa 100644 --- a/source/event/include/G4SPSEneDistribution.hh +++ b/source/event/include/G4SPSEneDistribution.hh @@ -55,6 +55,9 @@ // in Getters and Setters, mutex is NOT used in GenerateOne because it is // assumed that properties are not changed during event loop. // +// 24/11/2017 Fan Lei +// Added cutoff power-law distribution option. Implementation is similar to that of the BlackBody one. +// /////////////////////////////////////////////////////////////////////////////// // // @@ -232,6 +235,7 @@ private: void SplineInterpolation();// void CalculateCdgSpectrum();// void CalculateBbodySpectrum();// + void CalculateCPowSpectrum();// // The following methods generate energies according to the spectral // parameters defined above. @@ -247,11 +251,13 @@ private: void GenerateExpEnergies(G4bool);// void GenerateLinearEnergies(G4bool);// void GeneratePowEnergies(G4bool);// + void GenerateCPowEnergies();// // converts energy per nucleon to energy. void ConvertEPNToEnergy(); - void InitHists();// + void BBInitHists();// + void CPInitHists();// private: @@ -283,8 +289,14 @@ private: // G4double BBHist[10001], Bbody_x[10001]; std::vector<G4double>* BBHist; std::vector<G4double>* Bbody_x; - G4bool histInit; - G4bool histCalcd; + G4bool BBhistInit; + G4bool BBhistCalcd; +// For cutoff power-law + std::vector<G4double>* CPHist; + std::vector<G4double>* CP_x; + G4bool CPhistInit; + G4bool CPhistCalcd; + //AG: Edit here to use dynamic memory, will save space inless these functions are used. G4String IntType; // Interpolation type diff --git a/source/event/include/G4SPSRandomGenerator.hh b/source/event/include/G4SPSRandomGenerator.hh index c89351846e6a6384222e49893262dd1aaafaec3c..85bd703e20cbd0e05185fdac46d72a1df28f1d42 100644 --- a/source/event/include/G4SPSRandomGenerator.hh +++ b/source/event/include/G4SPSRandomGenerator.hh @@ -140,6 +140,7 @@ #include "G4PhysicsOrderedFreeVector.hh" #include "G4DataInterpolation.hh" +#include "G4ThreeVector.hh" #include "G4Threading.hh" #include "G4Cache.hh" diff --git a/source/event/src/G4GeneralParticleSourceMessenger.cc b/source/event/src/G4GeneralParticleSourceMessenger.cc index 6ca7f8481f22e7edd16720faca62dfcefb4ce865..45f54b8299e59638288dd8bd1f725f7a32b4dd1e 100644 --- a/source/event/src/G4GeneralParticleSourceMessenger.cc +++ b/source/event/src/G4GeneralParticleSourceMessenger.cc @@ -103,7 +103,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger (G4GeneralParticleSource *fPtclGun) : fGPS(fPtclGun),fParticleGun(0),fShootIon(false), fAtomicNumber(0),fAtomicMass(0),fIonCharge(0),fIonExciteEnergy(0.), - fShootIonL(0),fAtomicNumberL(0),fAtomicMassL(0),fIonChargeL(0),fIonEnergyLevel(0) + fAtomicNumberL(0),fAtomicMassL(0),fIonChargeL(0),fIonEnergyLevel(0) { //A.Dotti - 10th October 2014 @@ -307,7 +307,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger shapeCmd1->SetGuidance("Sets source shape for Plan, Surface or Volume type source."); shapeCmd1->SetParameterName("Shape",false,false); shapeCmd1->SetDefaultValue("NULL"); - shapeCmd1->SetCandidates("Circle Annulus Ellipse Square Rectangle Sphere Ellipsoid Cylinder Para"); + shapeCmd1->SetCandidates("Circle Annulus Ellipse Square Rectangle Sphere Ellipsoid Cylinder EllipticCylinder Para"); centreCmd1 = new G4UIcmdWith3VectorAndUnit("/gps/pos/centre",this); centreCmd1->SetGuidance("Set centre coordinates of source."); @@ -677,7 +677,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger energytypeCmd1->SetGuidance("Sets energy distribution type"); energytypeCmd1->SetParameterName("EnergyDis",false,false); energytypeCmd1->SetDefaultValue("Mono"); - energytypeCmd1->SetCandidates("Mono Lin Pow Exp Gauss Brem Bbody Cdg User Arb Epn"); + energytypeCmd1->SetCandidates("Mono Lin Pow Exp CPow Gauss Brem Bbody Cdg User Arb Epn"); eminCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ene/min",this); eminCmd1->SetGuidance("Sets minimum energy"); @@ -1744,8 +1744,6 @@ G4String G4GeneralParticleSourceMessenger::GetCurrentValue(G4UIcommand *) void G4GeneralParticleSourceMessenger::IonCommand(G4String newValues) { - fShootIon = true; - if (fShootIon) { G4Tokenizer next( newValues ); @@ -1762,20 +1760,22 @@ void G4GeneralParticleSourceMessenger::IonCommand(G4String newValues) fIonCharge = StoI(sQ); sQ = next(); if (sQ.isNull()) - { + { fIonExciteEnergy = 0.0; - } - else - { + } + else + { fIonExciteEnergy = StoD(sQ) * keV; - } + } } G4ParticleDefinition* ion; ion = G4IonTable::GetIonTable()->GetIon( fAtomicNumber, fAtomicMass, fIonExciteEnergy); if (ion==0) { - G4cout << "Ion with Z=" << fAtomicNumber; - G4cout << " A=" << fAtomicMass << " is not defined" << G4endl; + G4ExceptionDescription ed; + ed << "Ion with Z=" << fAtomicNumber; + ed << " A=" << fAtomicMass << " is not defined"; + ionCmd->CommandFailed(ed); } else { @@ -1785,16 +1785,16 @@ void G4GeneralParticleSourceMessenger::IonCommand(G4String newValues) } else { - G4cout << "Set /gps/particle to ion before using /gps/ion command"; - G4cout << G4endl; + G4ExceptionDescription ed; + ed << "Set /gps/particle to ion before using /gps/ion command"; + ionCmd->CommandFailed(ed); } } void G4GeneralParticleSourceMessenger::IonLvlCommand(G4String newValues) { - fShootIonL = true; - - if (fShootIonL) { + if (fShootIon) + { G4Tokenizer next(newValues); // check argument fAtomicNumberL = StoI(next()); @@ -1815,16 +1815,19 @@ void G4GeneralParticleSourceMessenger::IonLvlCommand(G4String newValues) G4ParticleDefinition* ion; ion = G4IonTable::GetIonTable()->GetIon(fAtomicNumberL, fAtomicMassL, fIonEnergyLevel); if (ion == 0) { - G4cout << "Ion with Z=" << fAtomicNumberL; - G4cout << " A=" << fAtomicMassL << " is not defined" << G4endl; + G4ExceptionDescription ed; + ed << "Ion with Z=" << fAtomicNumberL; + ed << " A=" << fAtomicMassL << " is not defined"; + ionLvlCmd->CommandFailed(ed); } else { fParticleGun->SetParticleDefinition(ion); fParticleGun->SetParticleCharge(fIonChargeL*eplus); } } else { - G4cout << "Set /gps/particle to ion before using /gps/ionLvl command"; - G4cout << G4endl; + G4ExceptionDescription ed; + ed << "Set /gps/particle to ion before using /gps/ionLvl command"; + ionLvlCmd->CommandFailed(ed); } } diff --git a/source/event/src/G4ParticleGunMessenger.cc b/source/event/src/G4ParticleGunMessenger.cc index c7fb5b4092f7563cc20c820fcdad5fde01106094..ecdfc994f001e88cc392b32b9689e5dd66a35cc8 100644 --- a/source/event/src/G4ParticleGunMessenger.cc +++ b/source/event/src/G4ParticleGunMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ParticleGunMessenger.cc 98744 2016-08-09 13:21:26Z gcosmo $ +// $Id: G4ParticleGunMessenger.cc 108473 2018-02-15 14:15:09Z gcosmo $ // #include "G4ParticleGunMessenger.hh" @@ -155,6 +155,8 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) ionCmd->SetParameter(param); ionLvlCmd = new G4UIcommand("/gun/ionL",this); + ionLvlCmd->SetGuidance("THIS COMMAND IS DEPRECATED and will be removed in release 10.5."); + ionLvlCmd->SetGuidance("Use /gun/ion instead."); ionLvlCmd->SetGuidance("Set properties of ion to be generated."); ionLvlCmd->SetGuidance("[usage] /gun/ionL Z A [Q I]"); ionLvlCmd->SetGuidance(" Z:(int) AtomicNumber"); @@ -201,6 +203,7 @@ G4ParticleGunMessenger::~G4ParticleGunMessenger() void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValues) { + G4ExceptionDescription ed; if (command==listCmd) { particleTable->DumpTable(); } else if (command==particleCmd) { @@ -209,8 +212,12 @@ void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValue } else { fShootIon = false; G4ParticleDefinition* pd = particleTable->FindParticle(newValues); - if(pd != 0) - { fParticleGun->SetParticleDefinition( pd ); } + if(pd != 0) { + fParticleGun->SetParticleDefinition( pd ); + } else { + ed << "Particle [" << newValues << "] is not found."; + command->CommandFailed(ed); + } } } else if( command==directionCmd ) @@ -230,9 +237,28 @@ void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValue else if( command==numberCmd ) { fParticleGun->SetNumberOfParticles(numberCmd->GetNewIntValue(newValues)); } else if( command==ionCmd ) - { IonCommand(newValues); } + { + if (fShootIon) { + IonCommand(newValues); + } else { + ed << "Set /gun/particle to ion before using /gun/ion command"; + command->CommandFailed(ed); + } + } else if( command==ionLvlCmd ) - { IonLevelCommand(newValues); } + { + G4ExceptionDescription depWarn; + depWarn << "\nCommand /gun/ionL is deprecated and will be removed in release 10.5.\n" + << "Use /gun/ion instead.\n"; + G4Exception("G4ParticleGunMessenger::SetNewValue","IonLWarn",JustWarning,depWarn); + + if (fShootIon) { + IonLevelCommand(newValues); + } else { + ed << "Set /gun/particle to ion before using /gun/ion command"; + command->CommandFailed(ed); + } + } } G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand * command) @@ -288,79 +314,73 @@ G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand * command) void G4ParticleGunMessenger::IonLevelCommand(G4String newValues) { - if (fShootIon) { - G4Tokenizer next( newValues ); - // check argument - fAtomicNumber = StoI(next()); - fAtomicMass = StoI(next()); - G4String sQ = next(); - if (sQ.isNull() || StoI(sQ)<0) { - fIonCharge = fAtomicNumber; - } else { - fIonCharge = StoI(sQ); - } - sQ = next(); - if (sQ.isNull()) { - fIonEnergyLevel = 0; - } else { - fIonEnergyLevel = StoI(sQ); - } - G4ParticleDefinition* ion = 0; - ion = G4IonTable::GetIonTable()->GetIon(fAtomicNumber,fAtomicMass,fIonEnergyLevel); - if (ion == 0) { - G4cout << "Ion with Z = " << fAtomicNumber << ", A = " << fAtomicMass - << ", I = " << fIonEnergyLevel << " is not defined " << G4endl; - } else { - fParticleGun->SetParticleDefinition(ion); - fParticleGun->SetParticleCharge(fIonCharge*eplus); - } + G4Tokenizer next( newValues ); + // check argument + fAtomicNumber = StoI(next()); + fAtomicMass = StoI(next()); + G4String sQ = next(); + if (sQ.isNull() || StoI(sQ)<0) { + fIonCharge = fAtomicNumber; + } else { + fIonCharge = StoI(sQ); + } + sQ = next(); + if (sQ.isNull()) { + fIonEnergyLevel = 0; } else { - G4cout << "Set /gun/particle to ion before using /gun/ion command"; - G4cout << G4endl; + fIonEnergyLevel = StoI(sQ); + } + G4ParticleDefinition* ion = 0; + ion = G4IonTable::GetIonTable()->GetIon(fAtomicNumber,fAtomicMass,fIonEnergyLevel); + if (ion == 0) { + G4ExceptionDescription ed; + ed << "Ion with Z = " << fAtomicNumber << ", A = " << fAtomicMass + << ", I = " << fIonEnergyLevel << " is not defined "; + ionLvlCmd->CommandFailed(ed); + } else { + fParticleGun->SetParticleDefinition(ion); + fParticleGun->SetParticleCharge(fIonCharge*eplus); } } void G4ParticleGunMessenger::IonCommand(G4String newValues) { - if (fShootIon) { - G4Tokenizer next( newValues ); - // check argument - fAtomicNumber = StoI(next()); - fAtomicMass = StoI(next()); - fIonCharge = fAtomicNumber; - fIonExciteEnergy = 0.0; - fIonFloatingLevelBase = '\0'; - G4String sQ = next(); + G4Tokenizer next( newValues ); + // check argument + fAtomicNumber = StoI(next()); + fAtomicMass = StoI(next()); + fIonCharge = fAtomicNumber; + fIonExciteEnergy = 0.0; + fIonFloatingLevelBase = '\0'; + G4String sQ = next(); + if (!(sQ.isNull())) + { + if (StoI(sQ)>=0) + fIonCharge = StoI(sQ); + + sQ = next(); if (!(sQ.isNull())) { - if (StoI(sQ)>=0) - fIonCharge = StoI(sQ); + fIonExciteEnergy = StoD(sQ) * keV; sQ = next(); - if (!(sQ.isNull())) - { - fIonExciteEnergy = StoD(sQ) * keV; - - sQ = next(); - if (sQ.isNull()||sQ=="noFloat") - { fIonFloatingLevelBase = '\0'; } - else - { fIonFloatingLevelBase = sQ[(size_t)0]; } - } + if (sQ.isNull()||sQ=="noFloat") + { fIonFloatingLevelBase = '\0'; } + else + { fIonFloatingLevelBase = sQ[(size_t)0]; } } - G4ParticleDefinition* ion = 0; - ion = G4IonTable::GetIonTable()->GetIon( fAtomicNumber, fAtomicMass, + } + G4ParticleDefinition* ion = 0; + ion = G4IonTable::GetIonTable()->GetIon( fAtomicNumber, fAtomicMass, fIonExciteEnergy, fIonFloatingLevelBase); - if (ion==0) { - G4cout << "Ion with Z=" << fAtomicNumber; - G4cout << " A=" << fAtomicMass << "is not defined" << G4endl; - } else { - fParticleGun->SetParticleDefinition(ion); - fParticleGun->SetParticleCharge(fIonCharge*eplus); - } + if (ion==0) { + G4ExceptionDescription ed; + ed << "Ion with Z=" << fAtomicNumber; + ed << " A=" << fAtomicMass << "is not defined"; + ionCmd->CommandFailed(ed); } else { - G4cout << "Set /gun/particle to ion before using /gun/ion command"; - G4cout << G4endl; + fParticleGun->SetParticleDefinition(ion); + fParticleGun->SetParticleCharge(fIonCharge*eplus); } } diff --git a/source/event/src/G4SPSEneDistribution.cc b/source/event/src/G4SPSEneDistribution.cc index e34783f7eb8d968094122b6d1c3e802cac8c44ea..0f9a092ddc58a8a44ab9b64bc86fb3960ea5ce00 100644 --- a/source/event/src/G4SPSEneDistribution.cc +++ b/source/event/src/G4SPSEneDistribution.cc @@ -49,6 +49,10 @@ // particularly when the blackbody function is not used. Also moved to dynamically allocated // memory in the LinearInterpolation, ExpInterpolation and LogInterpolation functions. Again, // this will save space if these functions are unused. +// +// +// 24/11/2017 Fan Lei +// Added cutoff power-law distribution option. Implementation is similar to that of the BlackBody one. /////////////////////////////////////////////////////////////////////////////// #include "G4SPSEneDistribution.hh" @@ -98,11 +102,15 @@ G4SPSEneDistribution::G4SPSEneDistribution(): Epnflag(false),eneRndm(0),Splinete Arb_grad_cept_flag = false; Arb_alpha_Const_flag = false; Arb_ezero_flag = false; - histInit = false; - histCalcd = false; + BBhistInit = false; + BBhistCalcd = false; + CPhistInit = false; + CPhistCalcd = false; BBHist = NULL; Bbody_x = NULL; + CPHist = NULL; + CP_x = NULL; threadLocal_t& data = threadLocalData.Get(); data.Emax = Emax; @@ -137,6 +145,8 @@ G4SPSEneDistribution::~G4SPSEneDistribution() } delete Bbody_x; delete BBHist; + delete CP_x; + delete CPHist; for ( std::vector<G4DataInterpolation*>::iterator it = SplineInt.begin() ; it!=SplineInt.end() ; ++it) { delete *it; @@ -393,20 +403,36 @@ void G4SPSEneDistribution::Calculate() } else if (EnergyDisType == "Bbody") { - if(!histInit) + if(!BBhistInit) { - InitHists(); + BBInitHists(); } CalculateBbodySpectrum(); } + else if (EnergyDisType == "CPow") + { + if(!CPhistInit) + { + CPInitHists(); + } + CalculateCPowSpectrum(); + } } //MT: Lock in caller -void G4SPSEneDistribution::InitHists() +void G4SPSEneDistribution::BBInitHists() { BBHist = new std::vector<G4double>(10001, 0.0); Bbody_x = new std::vector<G4double>(10001, 0.0); - histInit = true; + BBhistInit = true; +} + +//MT: Lock in caller +void G4SPSEneDistribution::CPInitHists() +{ + CPHist = new std::vector<G4double>(10001, 0.0); + CP_x = new std::vector<G4double>(10001, 0.0); + CPhistInit = true; } @@ -500,6 +526,42 @@ void G4SPSEneDistribution::CalculateBbodySpectrum() } } +//MT: Lock in caller +void G4SPSEneDistribution::CalculateCPowSpectrum() +{ + // create cutoff power-law spectrum + // x^a exp(-x/b) + // the integral of this function is an incomplete gamma function, which is only available in the Boost library. + // + // User inputs are emin, emax and alpha and Ezero. These are used to + // create a 10,000 bin histogram. + + G4double erange = threadLocalData.Get().Emax - threadLocalData.Get().Emin; + G4double steps = erange / 10000.; + alpha = threadLocalData.Get().alpha ; + Ezero = threadLocalData.Get().Ezero ; + + G4int count = 0; + G4double sum = 0.; + CPHist->at(0) = 0.; + + while (count < 10000) { + CP_x->at(count) = threadLocalData.Get().Emin + G4double(count * steps); + G4double CP_y = std::pow(CP_x->at(count), alpha) * std::exp(-CP_x->at(count) / Ezero); + sum = sum + CP_y; + CPHist->at(count + 1) = CPHist->at(count) + CP_y; + count++; + } + + CP_x->at(10000) = threadLocalData.Get().Emax; + // Normalise cumulative histo. + count = 0; + while (count < 10001) { + CPHist->at(count) = CPHist->at(count) / sum; + count++; + } +} + void G4SPSEneDistribution::InputEnergySpectra(G4bool value) { G4AutoLock l(&mutex); // Allows user to specifiy spectrum is momentum @@ -1143,6 +1205,79 @@ void G4SPSEneDistribution::GeneratePowEnergies(G4bool bArb = false) } } +void G4SPSEneDistribution::GenerateCPowEnergies() +{ + // Method to generate particle energies distributed in + // cutoff power-law distribution + + // CP_x holds Energies, and CPHist holds the cumulative histo. + // binary search to find correct bin then lin interpolation. + // Use the earlier defined histogram + RandGeneral method to generate + // random numbers following the histos distribution. + G4double rndm; + G4int nabove, nbelow = 0, middle; + nabove = 10001; + rndm = eneRndm->GenRandEnergy(); + G4AutoLock l(&mutex); + G4bool done = CPhistCalcd; + l.unlock(); + if(!done) + { + Calculate(); //This is has a lock inside, risk is to do it twice + l.lock(); + CPhistCalcd = true; + l.unlock(); + } + + // Binary search to find bin that rndm is in + while (nabove - nbelow > 1) + { + middle = (nabove + nbelow) / 2; + if (rndm == CPHist->at(middle)) + { + break; + } + if (rndm < CPHist->at(middle)) + { + nabove = middle; + } + else + { + nbelow = middle; + } + } + + // Now interpolate in that bin to find the correct output value. + G4double x1, x2, y1, y2, t, q; + x1 = CP_x->at(nbelow); + if(nbelow+1 == static_cast<G4int>(CP_x->size())) + { + x2 = CP_x->back(); + } + else + { + x2 = CP_x->at(nbelow + 1); + } + y1 = CPHist->at(nbelow); + if(nbelow+1 == static_cast<G4int>(CPHist->size())) + { + G4cout << CPHist->back() << G4endl; + y2 = CPHist->back(); + } + else + { + y2 = CPHist->at(nbelow + 1); + } + t = (y2 - y1) / (x2 - x1); + q = y1 - t * x1; + + threadLocalData.Get().particle_energy = (rndm - q) / t; + + if (verbosityLevel >= 1) { + G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; + } +} + void G4SPSEneDistribution::GenerateBiasPowEnergies()//G4double& ene,G4double& wweight) { // Method to generate particle energies distributed as @@ -1294,13 +1429,13 @@ void G4SPSEneDistribution::GenerateBbodyEnergies() nabove = 10001; rndm = eneRndm->GenRandEnergy(); G4AutoLock l(&mutex); - G4bool done = histCalcd; + G4bool done = BBhistCalcd; l.unlock(); if(!done) { Calculate(); //This is has a lock inside, risk is to do it twice l.lock(); - histCalcd = true; + BBhistCalcd = true; l.unlock(); } @@ -1753,6 +1888,10 @@ G4double G4SPSEneDistribution::GenerateOne(G4ParticleDefinition* a) else if (EnergyDisType == "Pow") { GeneratePowEnergies(false); + } + else if (EnergyDisType == "CPow") + { + GenerateCPowEnergies(); } else if (EnergyDisType == "Exp") { diff --git a/source/event/src/G4SPSPosDistribution.cc b/source/event/src/G4SPSPosDistribution.cc index 7aad13a54717b89f7ee69104a2a4581b9d42f3bd..5d17f9e3dbaae1d100e9ef6fd9014fc8e0d867a6 100644 --- a/source/event/src/G4SPSPosDistribution.cc +++ b/source/event/src/G4SPSPosDistribution.cc @@ -42,9 +42,11 @@ // Version 1.0, 05/02/2004, Fan Lei, Created. // Based on the G4GeneralParticleSource class in Geant4 v6.0 // +// Version 1.1, 13/02/2017, Maxime Chauvin +// Added surface and volume shape "EllipticCylinder" +// /////////////////////////////////////////////////////////////////////////////// // - #include "G4SPSPosDistribution.hh" #include "G4PhysicalConstants.hh" @@ -506,6 +508,7 @@ void G4SPSPosDistribution::GeneratePointsOnSurface(G4ThreeVector& pos) G4double theta, phi; G4double x, y, z; x = y = z = 0.; + G4double expression; G4ThreeVector RandPos; // G4double tempx, tempy, tempz; thread_data_t& td = ThreadData.Get(); @@ -743,6 +746,101 @@ void G4SPSPosDistribution::GeneratePointsOnSurface(G4ThreeVector& pos) RandPos.setZ(z); } + else if(Shape == "EllipticCylinder") + { + G4double AreaTop, AreaBot, AreaLat, AreaTotal; + G4double h; + G4double prob1, prob2, prob3; + G4double testrand; + + // User giver x, y and z-half length + // Calculate surface areas, maybe move this to + // a different routine. + + AreaTop = pi * halfx * halfy; + AreaBot = AreaTop; + // Using circumference approximation by Ramanujan (order h^3) + //AreaLat = 2*halfz * pi*( 3*(halfx + halfy) - std::sqrt((3*halfx + halfy) * (halfx + 3*halfy)) ); + // Using circumference approximation by Ramanujan (order h^5) + h = ((halfx - halfy)*(halfx - halfy)) / ((halfx + halfy)*(halfx + halfy)); + AreaLat = 2*halfz * pi*(halfx + halfy)*(1 + (3*h)/(10 + std::sqrt(4 - 3*h))); + AreaTotal = AreaTop + AreaBot + AreaLat; + + prob1 = AreaTop / AreaTotal; + prob2 = AreaBot / AreaTotal; + prob3 = 1.00 - prob1 - prob2; + if(std::fabs(prob3 - (AreaLat/AreaTotal)) >= 0.001) + { + if(verbosityLevel >= 1) + G4cout << AreaLat/AreaTotal << " " << prob3<<G4endl; + G4cout << "Error in prob3" << G4endl; + } + + // Decide surface to calculate point on. + + testrand = G4UniformRand(); + if(testrand <= prob1) + { + //Point on Top surface + z = halfz; + expression = 20.; + while(expression > 1.) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = (x * 2. * halfx) - halfx; + y = (y * 2. * halfy) - halfy; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); + } + } + else if((testrand > prob1) && (testrand <= (prob1 + prob2))) + { + //Point on Bottom surface + z = -halfz; + expression = 20.; + while(expression > 1.) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = (x * 2. * halfx) - halfx; + y = (y * 2. * halfy) - halfy; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); + } + } + else if(testrand > (prob1+prob2)) + { + G4double rand; + //Point on Lateral Surface + rand = PosRndm->GenRandPosPhi(); + rand = rand * 2. * pi; + + x = halfx * std::cos(rand); + y = halfy * std::sin(rand); + + z = PosRndm->GenRandZ(); + + z = (z * 2. * halfz) - halfz; + } + else + G4cout << "Error: testrand " << testrand << G4endl; + + RandPos.setX(x); + RandPos.setY(y); + RandPos.setZ(z); + + // Cosine law + G4ThreeVector zdash(x,y,z); + zdash = zdash.unit(); + G4ThreeVector xdash = Rotz.cross(zdash); + G4ThreeVector ydash = xdash.cross(zdash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = ydash.unit(); + td.CSideRefVec3 = zdash.unit(); + } else if(Shape == "Para") { G4double testrand; @@ -912,6 +1010,7 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) G4ThreeVector RandPos; G4double tempx, tempy, tempz; G4double x, y, z; + G4double expression; x = y = z = 0.; if(SourcePosType != "Volume" && verbosityLevel >= 1) G4cout << "Error SourcePosType not Volume" << G4endl; @@ -965,6 +1064,22 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) z = (z*2.*halfz) - halfz; } } + else if(Shape == "EllipticCylinder") + { + expression = 20.; + while(expression > 1.) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); + + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + z = (z*2.*halfz) - halfz; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); + } + } else if(Shape == "Para") { x = PosRndm->GenRandX(); @@ -1036,6 +1151,7 @@ G4bool G4SPSPosDistribution::IsSourceConfined(G4ThreeVector& pos) theVolume=gNavigator->LocateGlobalPointAndSetup(pos,ptr,true); if(!theVolume) return(false); G4String theVolName = theVolume->GetName(); + if(theVolName == VolName) { if(verbosityLevel >= 1) diff --git a/source/externals/History b/source/externals/History index 7364fb427de5e710ad22f85a85896f3484aa754d..37700545634be9c53f16a31d981192e87e98c60f 100644 --- a/source/externals/History +++ b/source/externals/History @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +11-December-2017 - G.Cosmo (externals-V10-03-09) +- CLHEP: in MixMaxRng::modadd(), fixed guard for assembly code to protect + builds on 32-bit systems. + 15-November-2017 - G.Cosmo (externals-V10-03-08) - CLHEP: fixed print_state() method to proper C++ in MixMaxRng. diff --git a/source/externals/clhep/History b/source/externals/clhep/History index 9d9af608e4acb2a4ac6055755cf43b59b6f6fa8e..4fa64b3e3ef82038e65fea834abaed30eff21224 100644 --- a/source/externals/clhep/History +++ b/source/externals/clhep/History @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +11 December 2017 - G.Cosmo +- MixMaxRng: fixed guard for assembly code in modadd() to protect + builds on 32-bit systems. + 15 November 2017 - G.Cosmo - MixMaxRng: fixed print_state() method to proper C++. diff --git a/source/externals/clhep/src/MixMaxRng.cc b/source/externals/clhep/src/MixMaxRng.cc index 9274c11137c155dbb26856a6c64f59b9a13e785e..5b037b36a62e3ce0ccde1affb5b51ed9c5167448 100644 --- a/source/externals/clhep/src/MixMaxRng.cc +++ b/source/externals/clhep/src/MixMaxRng.cc @@ -705,7 +705,7 @@ myuint_t MixMaxRng::apply_bigskip( myuint_t* Vout, myuint_t* Vin, myID_t cluster myuint_t MixMaxRng::modadd(myuint_t foo, myuint_t bar) { -#if (defined(__x86_64__) || defined(__i386__)) && defined(__GNUC__) && (!defined(__ICC)) +#if defined(__x86_64__) && defined(__GNUC__) && (!defined(__ICC)) //#warning Using assembler routine in modadd myuint_t out; /* Assembler trick suggested by Andrzej Görlich */ diff --git a/source/geometry/management/History b/source/geometry/management/History index faa6c4aa71e23b421ec790465a80d7f1b078adc9..606d6a549ce476763abf00abf36061adebb94e6a 100644 --- a/source/geometry/management/History +++ b/source/geometry/management/History @@ -1,4 +1,4 @@ -$Id: History 107408 2017-11-10 13:35:09Z gcosmo $ +$Id: History 108480 2018-02-15 14:28:27Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,7 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -November 10, P.Arce (geommng-V10-03-22) +December 19, 2017 G.Cosmo (geommng-V10-03-23) +- Fixed self-consistency in G4VVolumeMaterialScanner header (missing #include). + Thanks to Raphael Isemann for reporting this. + +November 10, 2017 P.Arce (geommng-V10-03-22) - Bug report 2011: precision correction in G4ErrorPlaneSurfaceTarget.cc October 16, 2017 G.Cosmo geommng-V10-03-21 diff --git a/source/geometry/management/include/G4VVolumeMaterialScanner.hh b/source/geometry/management/include/G4VVolumeMaterialScanner.hh index 273229bd7f2ae494c38c75a86849d0226c4d6166..21540ce351b8f097389c9234b882a186119b08dc 100644 --- a/source/geometry/management/include/G4VVolumeMaterialScanner.hh +++ b/source/geometry/management/include/G4VVolumeMaterialScanner.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VVolumeMaterialScanner.hh 66356 2012-12-18 09:02:32Z gcosmo $ +// $Id: G4VVolumeMaterialScanner.hh 108480 2018-02-15 14:28:27Z gcosmo $ // // class G4VVolumeMaterialScanner // @@ -39,6 +39,8 @@ #ifndef G4VVOLUMEMATERIALSCANNER_HH #define G4VVOLUMEMATERIALSCANNER_HH +#include "G4Types.hh" + class G4Material; class G4VVolumeMaterialScanner diff --git a/source/geometry/navigation/History b/source/geometry/navigation/History index f798c76ce4c7341bfbc724fb812bccc74c0d77e2..08cbf7e4fafcfd785aec48e6cccbe9c920ff546d 100644 --- a/source/geometry/navigation/History +++ b/source/geometry/navigation/History @@ -1,4 +1,4 @@ -$Id: History 107606 2017-11-27 09:39:04Z gcosmo $ +$Id: History 108664 2018-02-27 07:20:25Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 26, 2018 - J.Apostolakis (geomnav-V10-03-10) +--------------------------------- +- Fix for momentum value in G4PathFinder::SetChargeMomentumMass + Was passing magnitude square, instead of magnitude. + Corrects bug report 2037. + Thanks to Renee Fatemi (Univ. of Kentucky, mu-to-e experim.) + November 23, 2017 - J.Apostolakis (geomnav-V10-03-09) --------------------------------- - Fix in G4PathFinder to cope with zero proposed step. @@ -50,7 +57,7 @@ August 25, 2017 - J.Apostolakis (geomnav-V10-03-05) March 22, 2017 - G.Cosmo (geomnav-V10-03-04) ------------------------ -- Avoid eletion of field-manager pointer in destructor of +- Avoid deletion of field-manager pointer in destructor of G4TransportationManager, as it is being deleted by G4FieldManagerStore. March 21, 2017 - G.Cosmo (geomnav-V10-03-03, 02, 01) diff --git a/source/geometry/navigation/src/G4PathFinder.cc b/source/geometry/navigation/src/G4PathFinder.cc index 600137f1e045a8df850bdcc2b4e1410e8efe1ebc..dbe2a4797dbcc997af691f4f11de0800462cab98 100644 --- a/source/geometry/navigation/src/G4PathFinder.cc +++ b/source/geometry/navigation/src/G4PathFinder.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4PathFinder.cc 107606 2017-11-27 09:39:04Z gcosmo $ +// $Id: G4PathFinder.cc 108664 2018-02-27 07:20:25Z gcosmo $ // GEANT4 tag $ Name: $ // // class G4PathFinder Implementation @@ -1177,7 +1177,7 @@ G4PathFinder::DoNextCurvedStep( const G4FieldTrack &initialState, fpFieldPropagator->GetCurrentEquationOfMotion(); equationOfMotion->SetChargeMomentumMass( *(initialState.GetChargeState()), - initialState.GetMomentum().mag2(), + initialState.GetMomentum().mag(), initialState.GetRestMass() ); #ifdef G4DEBUG_PATHFINDER diff --git a/source/geometry/solids/CSG/History b/source/geometry/solids/CSG/History index b41662f1798a782c51eedff391e8ad4d1fb47aef..1a94ff41406e9f8d09fdacd567cd51d15b2bbbe3 100644 --- a/source/geometry/solids/CSG/History +++ b/source/geometry/solids/CSG/History @@ -1,4 +1,4 @@ -$Id: History 107555 2017-11-22 15:26:59Z gcosmo $ +$Id: History 108482 2018-02-15 14:34:23Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 5, 2018 G.Cosmo geom-csg-V10-03-39 +- Correction in G4UPara::ComputeDimensions() to add explicit cast for the + solid type to parameterise. + +December 11, 2017 E.Tcherniaev +- Fixed typo in G4Trd::GetPointOnSurface() for the area settings. + November 22, 2017 G.Cosmo geom-csg-V10-03-38 - Fix in SurfaceNormal() for G4Trap, G4Para, G4Trd to assure explicit counting of the surfaces where the point is placed on edges. diff --git a/source/geometry/solids/CSG/src/G4Trd.cc b/source/geometry/solids/CSG/src/G4Trd.cc index 1949421151243343e33738852989ecece05bbb20..f34f095b85326b2e75e2a7f09cb56b6e6f6a6a70 100644 --- a/source/geometry/solids/CSG/src/G4Trd.cc +++ b/source/geometry/solids/CSG/src/G4Trd.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Trd.cc 107555 2017-11-22 15:26:59Z gcosmo $ +// $Id: G4Trd.cc 108482 2018-02-15 14:34:23Z gcosmo $ // // // Implementation for G4Trd class @@ -748,8 +748,8 @@ G4ThreeVector G4Trd::GetPointOnSurface() const // Set areas // - G4double syz = (fDy1 + fDy2)*std::hypot(fDx1 - fDx2, 2*fDz); - G4double sxz = (fDx1 + fDx2)*std::hypot(fDy1 - fDy2, 2*fDz); + G4double sxz = (fDy1 + fDy2)*std::hypot(fDx1 - fDx2, 2*fDz); + G4double syz = (fDx1 + fDx2)*std::hypot(fDy1 - fDy2, 2*fDz); G4double sface[6] = { 4*fDx1*fDy1, syz, syz, sxz, sxz, 4*fDx2*fDy2 }; for (G4int i=1; i<6; ++i) { sface[i] += sface[i-1]; } diff --git a/source/geometry/solids/CSG/src/G4UPara.cc b/source/geometry/solids/CSG/src/G4UPara.cc index a110c603385cd894e9235565bb4ef0d364bf1ad5..a8b717c2e02272f45810013c9f4cb4c141082ce6 100644 --- a/source/geometry/solids/CSG/src/G4UPara.cc +++ b/source/geometry/solids/CSG/src/G4UPara.cc @@ -342,7 +342,7 @@ void G4UPara::ComputeDimensions( G4VPVParameterisation* p, const G4int n, const G4VPhysicalVolume* pRep ) { - p->ComputeDimensions(*this,n,pRep); + p->ComputeDimensions(*(G4Para*)this,n,pRep); } ////////////////////////////////////////////////////////////////////////// diff --git a/source/geometry/solids/specific/History b/source/geometry/solids/specific/History index 08aa7de3ebcb5e023a8f854bb579e1f604d72372..4cc08cb56c12ce7283aef29f655857bc11cb832d 100644 --- a/source/geometry/solids/specific/History +++ b/source/geometry/solids/specific/History @@ -1,4 +1,4 @@ -$Id: History 107558 2017-11-22 15:29:33Z gcosmo $ +$Id: History 108484 2018-02-15 14:38:03Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,13 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13-December-2017 E.Tcherniaev (geom-specific-V10-03-26) +- Removed redundant data initialistion in G4ExtrudedSolid constructors. + +11-December-2017 E.Tcherniaev +- Added missing initialisation of two data-members in copy-ctor and + assignment operator of G4ExtrudedSolid. Addressing problem report #2016. + 22-November-2017 G.Cosmo (geom-specific-V10-03-25) - Fix in SurfaceNormal() for G4ExtrudedSolid to assure explicit counting of the surfaces where the point is placed on edg diff --git a/source/geometry/solids/specific/src/G4ExtrudedSolid.cc b/source/geometry/solids/specific/src/G4ExtrudedSolid.cc index 315b1b2fa202de3380de319c9e5c9d76ae156c59..e046c3b21975c28688f78615eb4ec5c3de682cbb 100644 --- a/source/geometry/solids/specific/src/G4ExtrudedSolid.cc +++ b/source/geometry/solids/specific/src/G4ExtrudedSolid.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ExtrudedSolid.cc 107558 2017-11-22 15:29:33Z gcosmo $ +// $Id: G4ExtrudedSolid.cc 108484 2018-02-15 14:38:03Z gcosmo $ // // // -------------------------------------------------------------------- @@ -77,9 +77,6 @@ G4ExtrudedSolid::G4ExtrudedSolid( const G4String& pName, : G4TessellatedSolid(pName), fNv(polygon.size()), fNz(zsections.size()), - fPolygon(), - fZSections(), - fTriangles(), fIsConvex(false), fGeometryType("G4ExtrudedSolid"), fSolidType(0) @@ -205,9 +202,6 @@ G4ExtrudedSolid::G4ExtrudedSolid( const G4String& pName, : G4TessellatedSolid(pName), fNv(polygon.size()), fNz(2), - fPolygon(), - fZSections(), - fTriangles(), fIsConvex(false), fGeometryType("G4ExtrudedSolid"), fSolidType(0) @@ -297,9 +291,8 @@ G4ExtrudedSolid::G4ExtrudedSolid( const G4String& pName, //_____________________________________________________________________________ G4ExtrudedSolid::G4ExtrudedSolid( __void__& a ) - : G4TessellatedSolid(a), fNv(0), fNz(0), fPolygon(), fZSections(), - fTriangles(), fIsConvex(false), fGeometryType("G4ExtrudedSolid"), - fSolidType(0) + : G4TessellatedSolid(a), fNv(0), fNz(0), fIsConvex(false), + fGeometryType("G4ExtrudedSolid"), fSolidType(0) { // Fake default constructor - sets only member data and allocates memory // for usage restricted to object persistency. @@ -313,6 +306,7 @@ G4ExtrudedSolid::G4ExtrudedSolid(const G4ExtrudedSolid& rhs) fTriangles(rhs.fTriangles), fIsConvex(rhs.fIsConvex), fGeometryType(rhs.fGeometryType), fSolidType(rhs.fSolidType), fPlanes(rhs.fPlanes), + fLines(rhs.fLines), fLengths(rhs.fLengths), fKScales(rhs.fKScales), fScale0s(rhs.fScale0s), fKOffsets(rhs.fKOffsets), fOffset0s(rhs.fOffset0s) { @@ -337,6 +331,7 @@ G4ExtrudedSolid& G4ExtrudedSolid::operator = (const G4ExtrudedSolid& rhs) fTriangles = rhs.fTriangles; fIsConvex = rhs.fIsConvex; fGeometryType = rhs.fGeometryType; fSolidType = rhs.fSolidType; fPlanes = rhs.fPlanes; + fLines = rhs.fLines; fLengths = rhs.fLengths; fKScales = rhs.fKScales; fScale0s = rhs.fScale0s; fKOffsets = rhs.fKOffsets; fOffset0s = rhs.fOffset0s; diff --git a/source/global/History b/source/global/History index 85d648d176f6cec6abfc2a13b5ef44519a65e329..e4e0fa71a23de773600be04a5f3feaf8a7b67ae6 100644 --- a/source/global/History +++ b/source/global/History @@ -17,6 +17,19 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 12, 2018 G.Cosmo (global-V10-03-12) +- G4StateManager: move static method SetVerboseLevel() to be non inline. + +February 9, 2018 M.Asai +- G4MTcoutDestination.cc blocks G4cout from worker threads while spplication + is in G4State_Init instead of G4State_Idle. +- G4StateManager has a new method to set verbosity and print the state change. + +December 19, 2017 G.Cosmo +- Fixed self-consistency in G4ReferenceCountedHandle header (missing #include). + Added missing #ifdef guard in G4CacheDetails header; code formatting. + Thanks to Raphael Isemann for reporting these. + October 20, 2017 E.Tcherniaev (global-V10-03-11) - Use more performant G.Marsaglia (1972) algorithm for G4RandomDirection. Thanks to Kostas Savvidy for the suggestion. diff --git a/source/global/management/GNUmakefile b/source/global/management/GNUmakefile index c1a7584cccaf5e8720508e990b5d757500bf7c13..601b06c84356bc8c78b756332ff313dc0a376bae 100644 --- a/source/global/management/GNUmakefile +++ b/source/global/management/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile 66892 2013-01-17 10:57:59Z gunter $ +# $Id: GNUmakefile 108486 2018-02-15 14:47:25Z gcosmo $ # -------------------------------------------------------------- # GNUmakefile for global management. Gabriele Cosmo, 26/9/96. # -------------------------------------------------------------- @@ -12,8 +12,5 @@ endif include $(G4INSTALL)/config/architecture.gmk CPPFLAGS += -DG4GLOB_ALLOC_EXPORT -ifdef G4RF_DEBUG - CPPFLAGS += -DG4RF_DEBUG -endif include $(G4INSTALL)/config/common.gmk diff --git a/source/global/management/include/G4CacheDetails.hh b/source/global/management/include/G4CacheDetails.hh index d3c4995e8829f23e584fe992edb2de3783dfe6a3..2965ccc8ad9bcfa23fefeeb5a31e26c9494e3614 100644 --- a/source/global/management/include/G4CacheDetails.hh +++ b/source/global/management/include/G4CacheDetails.hh @@ -29,16 +29,16 @@ // GEANT 4 class header file // // Class Description: +// // The classes contained in this header files are used by -// G4Cache to store a TLS instance of the cached object. +// G4Cache to store a TLS instance of the cached object. // These classes should not be used by client code, but // are used by one of the G4Cache classes. // -// This class is container of the cached value +// G4Cache is a container of the cached value. // Not memory efficient, but CPU efficient (constant time access) // A different version with a map instead of a vector should be -// memory efficient -// and less CPU efficient (log-time access). +// memory efficient and less CPU efficient (log-time access). // If really a lot of these objects are used // we may want to consider the map version to save some memory // @@ -53,29 +53,35 @@ // objects can be stored in the cache and this limitation is removed // but explicit handling of memory (new/delete) of cached object becomes // client responsibility. -// + // History: // 21 Oct 2013: A. Dotti - First implementation // // Todos: - Understand if map based class can be more efficent than // vector one // - Evaluate use of specialized allocator for TLS "new" +// ------------------------------------------------------------ + +#ifndef G4CacheDetails_hh +#define G4CacheDetails_hh #include <vector> #include "G4Threading.hh" #include "globals.hh" #ifdef g4cdebug -#include <iostream> -#include <sstream> -using std::cout; -using std::endl; + #include <iostream> + #include <sstream> + using std::cout; + using std::endl; #endif // A TLS storage for a cache of type VALTYPE -template<class VALTYPE> -class G4CacheReference { -public: +// +template<class VALTYPE> class G4CacheReference +{ + public: + inline void Initialize( unsigned int id ); // Initliaze TLS storage @@ -85,47 +91,51 @@ public: inline VALTYPE& GetCache(unsigned int id) const; // Returns cached value for instance id -private: + + private: + typedef std::vector<VALTYPE*> cache_container; // Implementation detail: the cached object is stored as a - // pointer. See Note (1) + // pointer. Object is stored as a pointer to avoid too large + // std::vector in case of stored objects and allow use of + // specialized allocators + static G4ThreadLocal cache_container *cache; }; -// Note (1) : Object is stored as a pointer to avoid too large -// std::vector in case of stored objects and allow use -// of spcialized allocators - // Template specialization for pointers -// Note that objects are not owned by cache, for this -// version of the cache the explicit new/delete of the -// cached object -template<class VALTYPE> -class G4CacheReference<VALTYPE*> { -public: +// Note: Objects are not owned by cache, for this version of the cache +// the explicit new/delete of the cached object +// +template<class VALTYPE> class G4CacheReference<VALTYPE*> +{ + public: inline void Initialize( unsigned int id ); inline void Destroy( unsigned int id , G4bool last); inline VALTYPE*& GetCache(unsigned int id) const; -private: + private: typedef std::vector<VALTYPE*> cache_container; static G4ThreadLocal cache_container *cache; }; // Template specialization for probably the most used case: double // Be more efficient avoiding unnecessary "new/delete" -template<> -class G4CacheReference<G4double> { -public: +// +template<> class G4CacheReference<G4double> +{ + public: + inline void Initialize( unsigned int id ); inline void Destroy( unsigned int id , G4bool last); inline G4double& GetCache(unsigned int id) const; -private: + private: + typedef std::vector<G4double> cache_container; G4GLOB_DLL static G4ThreadLocal std::vector<G4double> *cache; }; @@ -136,137 +146,161 @@ private: //================================ //======= Implementation: G4CacheReference<V> +//=========================================== template<class V> -void G4CacheReference<V>::Initialize(unsigned int id) +void G4CacheReference<V>::Initialize( unsigned int id ) { #ifdef g4cdebug - if ( cache == 0 ) - cout<<"Generic template"<<endl; + if ( cache == 0 ) + cout<<"Generic template"<<endl; #endif - //Create cache container - if ( cache == 0 ) - cache = new cache_container; - if ( cache->size() <= id ) - cache->resize(id+1,static_cast<V*>(0)); - if ( (*cache)[id] == 0 ) (*cache)[id]=new V; - + + // Create cache container + if ( cache == 0 ) + cache = new cache_container; + if ( cache->size() <= id ) + cache->resize(id+1,static_cast<V*>(0)); + if ( (*cache)[id] == 0 ) + (*cache)[id]=new V; } template<class V> void G4CacheReference<V>::Destroy( unsigned int id, G4bool last ) { - if ( cache ) { + if ( cache ) + { #ifdef g4cdebug - cout<<"Destroying element"<<id<<" is last?"<<last<<endl; + cout<<"Destroying element"<<id<<" is last?"<<last<<endl; #endif - if ( cache->size() < id ) { - G4ExceptionDescription msg; - msg<<"Internal fatal error. Invalid G4Cache size (requested id: "<<id<<" but cache has size: "<<cache->size(); - msg<<" Possibly client created G4Cache object in a thread and tried to delete it from another thread!"; - G4Exception("G4CacheReference<V>::Destroy","Cache001",FatalException,msg); - return; - } - if ( cache->size() > id && (*cache)[id] ) { - delete (*cache)[id]; - (*cache)[id]=0; - } - if (last ) { - delete cache; - cache = 0; - } + if ( cache->size() < id ) + { + G4ExceptionDescription msg; + msg << "Internal fatal error. Invalid G4Cache size (requested id: " + << id << " but cache has size: "<<cache->size(); + msg << " Possibly client created G4Cache object in a thread and" + << " tried to delete it from another thread!"; + G4Exception("G4CacheReference<V>::Destroy", "Cache001", + FatalException, msg); + return; } + if ( cache->size() > id && (*cache)[id] ) + { + delete (*cache)[id]; + (*cache)[id]=0; + } + if (last) + { + delete cache; + cache = 0; + } + } } template<class V> -V& G4CacheReference<V>::GetCache(unsigned int id) const +V& G4CacheReference<V>::GetCache( unsigned int id ) const { - return *(cache->operator[](id)); + return *(cache->operator[](id)); } template<class V> -G4ThreadLocal typename G4CacheReference<V>::cache_container * G4CacheReference<V>::cache = 0; +G4ThreadLocal typename +G4CacheReference<V>::cache_container * G4CacheReference<V>::cache = 0; //======= Implementation: G4CacheReference<V*> +//============================================ + template<class V> void G4CacheReference<V*>::Initialize( unsigned int id ) { #ifdef g4cdebug - if ( cache == 0 ) - cout<<"Pointer template"<<endl; + if ( cache == 0 ) + cout<<"Pointer template"<<endl; #endif - if ( cache == 0 ) - cache = new cache_container; - if ( cache->size() <= id ) - cache->resize(id+1,static_cast<V*>(0)); - //No need to create pointee - //if ( (*cache)[id] == 0 ) (*cache)[id]=new VALTYPE; + if ( cache == 0 ) + cache = new cache_container; + if ( cache->size() <= id ) + cache->resize(id+1,static_cast<V*>(0)); } template<class V> -inline void G4CacheReference<V*>::Destroy( unsigned int id , G4bool last) +inline void G4CacheReference<V*>::Destroy( unsigned int id , G4bool last ) { - if ( cache ) { + if ( cache ) + { #ifdef g4cdebug - cout<<"Destroying element"<<id<<" is last?"<<last<<"-Pointer template specialization-"<<endl; + cout << "Destroying element" << id << " is last?" << last + << "-Pointer template specialization-" << endl; #endif - if ( cache->size() < id ) { - G4ExceptionDescription msg; - msg<<"Internal fatal error. Invalid G4Cache size (requested id: "<<id<<" but cache has size: "<<cache->size(); - msg<<" Possibly client created G4Cache object in a thread and tried to delete it from another thread!"; - G4Exception("G4CacheReference<V*>::Destroy","Cache001",FatalException,msg); - return; - } - if ( cache->size() > id && (*cache)[id] ) { - //Ownership is for client - //delete (*cache)[id]; - (*cache)[id]=0; - } - if (last ) { - delete cache; - cache = 0; - } + if ( cache->size() < id ) + { + G4ExceptionDescription msg; + msg << "Internal fatal error. Invalid G4Cache size (requested id: " + << id << " but cache has size: " << cache->size(); + msg << " Possibly client created G4Cache object in a thread and" + << " tried to delete it from another thread!"; + G4Exception("G4CacheReference<V*>::Destroy", "Cache001", + FatalException, msg); + return; + } + if ( cache->size() > id && (*cache)[id] ) + { + // Ownership is for client + // delete (*cache)[id]; + (*cache)[id]=0; } + if (last ) + { + delete cache; + cache = 0; + } + } } template<class V> V*& G4CacheReference<V*>::GetCache(unsigned int id) const { - return (cache->operator[](id)); + return (cache->operator[](id)); } template<class V> -G4ThreadLocal typename G4CacheReference<V*>::cache_container * G4CacheReference<V*>::cache=0; +G4ThreadLocal typename +G4CacheReference<V*>::cache_container * G4CacheReference<V*>::cache = 0; //======= Implementation: G4CacheReference<double> +//============================================ + void G4CacheReference<G4double>::Initialize( unsigned int id ) { #ifdef g4cdebug - cout<<"Specialized template for G4double"<<endl; + cout<<"Specialized template for G4double"<<endl; #endif - if ( cache == 0 ) - cache = new cache_container; - if ( cache->size() <= id ) - cache->resize(id+1,static_cast<G4double>(0)); + if ( cache == 0 ) + cache = new cache_container; + if ( cache->size() <= id ) + cache->resize(id+1,static_cast<G4double>(0)); } #ifdef g4cdebug -void G4CacheReference<G4double>::Destroy( unsigned int id , G4bool last) { +void G4CacheReference<G4double>::Destroy( unsigned int id , G4bool last) #else -void G4CacheReference<G4double>::Destroy( unsigned int /*id*/ , G4bool last) { +void G4CacheReference<G4double>::Destroy( unsigned int /*id*/ , G4bool last) #endif - if ( cache && last ) { +{ + if ( cache && last ) + { #ifdef g4cdebug - cout<<"Destroying element"<<id<<" is last?"<<last<<"-Pointer template specialization-"<<endl; + cout << "Destroying element" << id << " is last?" << last + << "-Pointer template specialization-" << endl; #endif - delete cache; - cache = 0; - } + delete cache; + cache = 0; + } } -G4double& G4CacheReference<G4double>::GetCache(unsigned int id) const { - return cache->operator[](id); +G4double& G4CacheReference<G4double>::GetCache(unsigned int id) const +{ + return cache->operator[](id); } -//G4ThreadLocal std::vector<G4double>* G4CacheReference<G4double>::cache = 0; - +#endif diff --git a/source/global/management/include/G4ReferenceCountedHandle.hh b/source/global/management/include/G4ReferenceCountedHandle.hh index c9f7dee00ce235c06207278187a1baa1bff041f9..6130cb70f894eb14756c7c27ab0810b07034df66 100644 --- a/source/global/management/include/G4ReferenceCountedHandle.hh +++ b/source/global/management/include/G4ReferenceCountedHandle.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ReferenceCountedHandle.hh 67970 2013-03-13 10:10:06Z gcosmo $ +// $Id: G4ReferenceCountedHandle.hh 108486 2018-02-15 14:47:25Z gcosmo $ // // // Class G4ReferenceCountedHandle @@ -49,12 +49,12 @@ // error (since we're dealing with objects, not pointers!). // Author: Radovan Chytracek, CERN (Radovan.Chytracek@cern.ch) -// Version: 3.0 // Date: November 2001 // ---------------------------------------------------------------------- #ifndef _G4REFERENCECOUNTEDHANDLE_H_ #define _G4REFERENCECOUNTEDHANDLE_H_ 1 +#include "G4Types.hh" #include "G4Allocator.hh" template <class X> class G4CountedObject; @@ -109,22 +109,14 @@ public: // with description inline void operator delete( void *pObj ); // Operator delete defined for G4Allocator. -public: - -#ifdef G4RF_DEBUG - void* operator new( size_t, void *pObj ); - // This is required on some compilers (Windows/VC++, Linux/g++) when this - // class is used in the context of STL container. It generates a warning - // saying something about not existing correspondent delete... -#endif - private: G4CountedObject<X>* fObj; // The object subject to reference counting. }; -extern G4GLOB_DLL G4ThreadLocal G4Allocator<G4ReferenceCountedHandle<void> > *aRCHAllocator; +extern G4GLOB_DLL G4ThreadLocal +G4Allocator<G4ReferenceCountedHandle<void> > *aRCHAllocator; template <class X> class G4CountedObject @@ -164,7 +156,8 @@ private: // The counted object. }; -extern G4GLOB_DLL G4ThreadLocal G4Allocator<G4CountedObject<void> > *aCountedObjectAllocator; +extern G4GLOB_DLL G4ThreadLocal +G4Allocator<G4CountedObject<void> > *aCountedObjectAllocator; // --------- G4CountedObject<X> Inline function definitions --------- @@ -300,12 +293,4 @@ void G4ReferenceCountedHandle<X>::operator delete( void *pObj ) aRCHAllocator->FreeSingle( (G4ReferenceCountedHandle<void>*)pObj ); } -#ifdef G4RF_DEBUG -template <class X> -void* G4ReferenceCountedHandle<X>::operator new( size_t, void *pObj ) -{ - return pObj; -} -#endif - #endif // _G4REFERENCECOUNTEDHANDLE_H_ diff --git a/source/global/management/include/G4StateManager.hh b/source/global/management/include/G4StateManager.hh index a4448de04a76a58bbf1bc5139912959fe07a1655..f2e4c9792e57134d0f0aec5267263881e5706a78 100644 --- a/source/global/management/include/G4StateManager.hh +++ b/source/global/management/include/G4StateManager.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4StateManager.hh 67970 2013-03-13 10:10:06Z gcosmo $ +// $Id: G4StateManager.hh 108486 2018-02-15 14:47:25Z gcosmo $ // // // ------------------------------------------------------------ @@ -111,8 +111,7 @@ public: inline const char* GetMessage() const; inline void SetExceptionHandler(G4VExceptionHandler* eh); inline G4VExceptionHandler* GetExceptionHandler() const; - -public: + static void SetVerboseLevel(G4int val); //void Pause(); //void Pause(const char* msg); @@ -139,7 +138,7 @@ private: G4int suppressAbortion; const char* msgptr; G4VExceptionHandler* exceptionHandler; - + static G4int verboseLevel; }; #include "G4StateManager.icc" diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh index d73c25e96eba7e38580453a4479cbd58467ac3df..0021bdea6d5644d39aba823065468ecacab21c4a 100644 --- a/source/global/management/include/G4Version.hh +++ b/source/global/management/include/G4Version.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Version.hh 107861 2017-12-07 14:25:10Z gcosmo $ +// $Id: G4Version.hh 108486 2018-02-15 14:47:25Z gcosmo $ // GEANT4 tag $Name:$ // // Version information @@ -46,11 +46,11 @@ // |--> patch number #ifndef G4VERSION_NUMBER -#define G4VERSION_NUMBER 1040 +#define G4VERSION_NUMBER 1041 #endif #ifndef G4VERSION_TAG -#define G4VERSION_TAG "$Name: geant4-10-04 $" +#define G4VERSION_TAG "$Name: geant4-10-04-patch-01 $" #endif // as variables @@ -58,10 +58,10 @@ #include "G4String.hh" #ifdef G4MULTITHREADED -static const G4String G4Version = "$Name: geant4-10-04 [MT]$"; +static const G4String G4Version = "$Name: geant4-10-04-patch-01 [MT]$"; #else -static const G4String G4Version = "$Name: geant4-10-04 $"; +static const G4String G4Version = "$Name: geant4-10-04-patch-01 $"; #endif -static const G4String G4Date = "(08-December-2017)"; +static const G4String G4Date = "(28-February-2018)"; #endif diff --git a/source/global/management/src/G4MTcoutDestination.cc b/source/global/management/src/G4MTcoutDestination.cc index 60be3641078eef0660869d785155060d29eeca0e..72c0df04c90bfc31735d5e03a6796846df3d6936 100644 --- a/source/global/management/src/G4MTcoutDestination.cc +++ b/source/global/management/src/G4MTcoutDestination.cc @@ -79,7 +79,7 @@ void G4MTcoutDestination::SetDefaultOutput( G4bool addmasterDestination , const auto filter_out = [this](G4String&)->G4bool { if (this->ignoreCout || ( this->ignoreInit && - this->stateMgr->GetCurrentState() == G4State_Idle ) ) + this->stateMgr->GetCurrentState() == G4State_Init ) ) { return false; } return true; }; diff --git a/source/global/management/src/G4StateManager.cc b/source/global/management/src/G4StateManager.cc index b7eaaf9a383e3db28cba2c09de05849d681f2129..53d6dcd3b666dea29e70e6d1647e55a4d50493c3 100644 --- a/source/global/management/src/G4StateManager.cc +++ b/source/global/management/src/G4StateManager.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4StateManager.cc 67970 2013-03-13 10:10:06Z gcosmo $ +// $Id: G4StateManager.cc 108486 2018-02-15 14:47:25Z gcosmo $ // // // ------------------------------------------------------------ @@ -40,6 +40,7 @@ // Initialization of the static pointer of the single class instance // G4ThreadLocal G4StateManager* G4StateManager::theStateManager = 0; +G4int G4StateManager::verboseLevel = 0; G4StateManager::G4StateManager() : theCurrentState(G4State_PreInit), @@ -205,6 +206,7 @@ G4StateManager::SetNewState(G4ApplicationState requestedState, const char* msg) G4bool ack = true; G4ApplicationState savedState = thePreviousState; thePreviousState = theCurrentState; + while ((ack) && (i<theDependentsList.size())) { ack = theDependentsList[i]->Notify(requestedState); @@ -218,7 +220,15 @@ G4StateManager::SetNewState(G4ApplicationState requestedState, const char* msg) if(!ack) { thePreviousState = savedState; } else - { theCurrentState = requestedState; } + { + theCurrentState = requestedState; + if(verboseLevel>0) + { + G4cout<<"#### G4StateManager::SetNewState from " + <<GetStateString(thePreviousState)<<" to " + <<GetStateString(requestedState)<<G4endl; + } + } msgptr = 0; return ack; } @@ -269,6 +279,12 @@ G4StateManager::GetStateString(G4ApplicationState aState) const return stateName; } +void +G4StateManager::SetVerboseLevel(G4int val) +{ + verboseLevel = val; +} + //void G4StateManager::Pause() //{ // Pause("G4_pause> "); diff --git a/source/intercoms/History b/source/intercoms/History index 3eefff184ad965169896bf27d1a8f5a9af62a1d4..7a128e76cf750f76924e8b62bef0d8b820256de1 100644 --- a/source/intercoms/History +++ b/source/intercoms/History @@ -1,4 +1,4 @@ -$Id: History 106172 2017-09-15 13:03:57Z gcosmo $ +$Id: History 108488 2018-02-15 14:52:00Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,15 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +20 December, 2017 Makoto Asai (intercoms-V10-03-05) +- G4UIcommand, G4UImanager: additional implementation for adding + a mechanism of carrying back error message from the messenger + if a command is rejected due to the target class or the messenger. + +18 December, 2017 Makoto Asai +- G4UIcommand: added a mechanism of carrying error message from + the messenger. + 15 September, 2017 Gabriele Cosmo (intercoms-V10-03-04) - More cases of static symbols to export for DLLs. - Removed inline specification for two static methods in G4UImanager. diff --git a/source/intercoms/include/G4UIcommand.hh b/source/intercoms/include/G4UIcommand.hh index 0a219736f59a2ec22e3d48a94a74601f94a31147..438e2d4aaa764863a53cdcbbca2b03f93dfaf7cb 100644 --- a/source/intercoms/include/G4UIcommand.hh +++ b/source/intercoms/include/G4UIcommand.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UIcommand.hh 77563 2013-11-26 09:03:18Z gcosmo $ +// $Id: G4UIcommand.hh 108488 2018-02-15 14:52:00Z gcosmo $ // // @@ -194,6 +194,22 @@ class G4UIcommand inline G4bool IsWorkerThreadOnly() const { return workerThreadOnly; } + protected: + G4int commandFailureCode; + G4String failureDescription; + + public: + inline void CommandFailed( G4int errCode, G4ExceptionDescription& ed ) + { commandFailureCode = errCode; failureDescription = ed.str(); } + inline void CommandFailed( G4ExceptionDescription& ed ) + { commandFailureCode = 1; failureDescription = ed.str(); } + inline G4int IfCommandFailed() + { return commandFailureCode; } + inline G4String& GetFailureDescription() + { return failureDescription; } + inline void ResetFailure() + { commandFailureCode = 0; failureDescription = ""; } + protected: G4int CheckNewValue(const char* newValue); diff --git a/source/intercoms/src/G4UIcommand.cc b/source/intercoms/src/G4UIcommand.cc index cdf2aae3ab6abe1f1b6f483aa54b4651293be1c2..07b1fe353aab26e69cfdeaacfeb88e3a18404b5b 100644 --- a/source/intercoms/src/G4UIcommand.cc +++ b/source/intercoms/src/G4UIcommand.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UIcommand.cc 102561 2017-02-09 08:16:05Z gcosmo $ +// $Id: G4UIcommand.cc 108488 2018-02-15 14:52:00Z gcosmo $ // // @@ -41,14 +41,16 @@ G4UIcommand::G4UIcommand() : messenger(0), toBeBroadcasted(false), toBeFlushed(false), workerThreadOnly(false), - bp(0), token(IDENTIFIER), paramERR(0) + commandFailureCode(0), failureDescription(""), + bp(0), token(IDENTIFIER),paramERR(0) { } G4UIcommand::G4UIcommand(const char * theCommandPath, G4UImessenger * theMessenger, G4bool tBB) :messenger(theMessenger),toBeBroadcasted(tBB),toBeFlushed(false), workerThreadOnly(false), -token(IDENTIFIER),paramERR(0) + commandFailureCode(0), failureDescription(""), + bp(0), token(IDENTIFIER),paramERR(0) { G4String comStr = theCommandPath; if(!theMessenger) diff --git a/source/intercoms/src/G4UImanager.cc b/source/intercoms/src/G4UImanager.cc index 4a4370212960602eebeb817cc4d714cdc5363878..d5eb0e129696eb145a2c18e6c2fb57b9a4ad229c 100644 --- a/source/intercoms/src/G4UImanager.cc +++ b/source/intercoms/src/G4UImanager.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UImanager.cc 106172 2017-09-15 13:03:57Z gcosmo $ +// $Id: G4UImanager.cc 108488 2018-02-15 14:52:00Z gcosmo $ // // // --------------------------------------------------------------------- @@ -526,7 +526,22 @@ G4int G4UImanager::ApplyCommand(const char * aCmd) { histVec.erase(histVec.begin()); } histVec.push_back(aCommand); - return targetCommand->DoIt( commandParameter ); + targetCommand->ResetFailure(); + G4int commandFailureCode = targetCommand->DoIt( commandParameter ); + if(commandFailureCode==0) + { + G4int additionalFailureCode = targetCommand->IfCommandFailed(); + if(additionalFailureCode > 0) + { + G4ExceptionDescription msg; + msg << targetCommand->GetFailureDescription() << "\n" + << "Error code : " << additionalFailureCode; + G4Exception("G4UImanager::ApplyCommand","UIMAN0123", + JustWarning,msg); + commandFailureCode += additionalFailureCode; + } + } + return commandFailureCode; } void G4UImanager::StoreHistory(const char* fileName) diff --git a/source/interfaces/History b/source/interfaces/History index 298a633f53a60c85a245236acf4544ea33e00681..307ef1d3c21c759e0d20d3622fcaab453ee4ce23 100644 --- a/source/interfaces/History +++ b/source/interfaces/History @@ -1,4 +1,4 @@ -$Id: History 105742 2017-08-16 13:11:07Z gcosmo $ +$Id: History 108490 2018-02-15 14:54:21Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +8th February 2018 Garnier Laurent (interfaces-V10-03-02) +- G4UIQt: + o Take account \n in account for command guidance in help tree. Bug #296 Fixed + +13th December 2017 Garnier Laurent +- G4UIQt: + o Remove parameters from popup in Qt interface when autocomplete command line + 5th August 2017 Koichi Murakami (interfaces-V10-03-01) - G4VBasicShell o Fix std::out_of_range exception in ModifyPath() when typing ls command diff --git a/source/interfaces/basic/include/G4UIQt.hh b/source/interfaces/basic/include/G4UIQt.hh index 23b14d053c9a0d993385f2fcb1ce90a9d8a08311..7d4e95b94d79dff27be2f06feaa22d2b8e4cf2ff 100644 --- a/source/interfaces/basic/include/G4UIQt.hh +++ b/source/interfaces/basic/include/G4UIQt.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UIQt.hh 101111 2016-11-07 08:18:31Z gcosmo $ +// $Id: G4UIQt.hh 108490 2018-02-15 14:54:21Z gcosmo $ // #ifndef G4UIQt_h #define G4UIQt_h @@ -368,7 +368,7 @@ private: QDialog* fViewerPropertiesDialog; QDialog* fPickInfosDialog; - + QString fLastCompleteCommand; bool fMoveSelected; bool fRotateSelected; bool fPickSelected; diff --git a/source/interfaces/basic/moc/G4UIQt_moc.cc b/source/interfaces/basic/moc/G4UIQt_moc.cc deleted file mode 100644 index 2c398a1b718d3f537fc35db2681ead65ed925b7c..0000000000000000000000000000000000000000 --- a/source/interfaces/basic/moc/G4UIQt_moc.cc +++ /dev/null @@ -1,164 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'G4UIQt.hh' -** -** Created: Thu Nov 9 12:46:35 2017 -** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../include/G4UIQt.hh" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'G4UIQt.hh' doesn't include <QObject>." -#elif Q_MOC_OUTPUT_REVISION != 63 -#error "This file was generated using the moc from 4.8.4. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_G4UIQt[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 25, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 8, 7, 7, 7, 0x08, - 22, 7, 7, 7, 0x08, - 44, 7, 7, 7, 0x08, - 65, 7, 7, 7, 0x08, - 95, 90, 7, 7, 0x08, - 126, 7, 7, 7, 0x08, - 150, 7, 7, 7, 0x08, - 173, 7, 7, 7, 0x08, - 202, 7, 7, 7, 0x08, - 221, 7, 7, 7, 0x08, - 246, 7, 7, 7, 0x08, - 274, 7, 7, 7, 0x08, - 295, 7, 7, 7, 0x08, - 326, 7, 7, 7, 0x08, - 354, 7, 7, 7, 0x08, - 382, 7, 7, 7, 0x08, - 404, 7, 7, 7, 0x08, - 426, 7, 7, 7, 0x08, - 457, 7, 7, 7, 0x08, - 487, 7, 7, 7, 0x08, - 515, 7, 7, 7, 0x08, - 543, 7, 7, 7, 0x08, - 569, 7, 7, 7, 0x08, - 595, 7, 7, 7, 0x08, - 629, 7, 7, 7, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_G4UIQt[] = { - "G4UIQt\0\0ExitSession()\0ClearButtonCallback()\0" - "SaveOutputCallback()\0CommandEnteredCallback()\0" - "text\0CommandEditedCallback(QString)\0" - "ButtonCallback(QString)\0HelpTreeClicCallback()\0" - "HelpTreeDoubleClicCallback()\0" - "ShowHelpCallback()\0CommandHistoryCallback()\0" - "LookForHelpStringCallback()\0" - "UpdateTabWidget(int)\0" - "ResizeTabWidget(QResizeEvent*)\0" - "CoutFilterCallback(QString)\0" - "ThreadComboBoxCallback(int)\0" - "TabCloseCallback(int)\0ToolBoxActivated(int)\0" - "VisParameterCallback(QWidget*)\0" - "ChangeColorCallback(QWidget*)\0" - "ChangeCursorAction(QString)\0" - "ChangeSurfaceStyle(QString)\0" - "OpenIconCallback(QString)\0" - "SaveIconCallback(QString)\0" - "ViewerPropertiesIconCallback(int)\0" - "ChangePerspectiveOrtho(QString)\0" -}; - -void G4UIQt::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - G4UIQt *_t = static_cast<G4UIQt *>(_o); - switch (_id) { - case 0: _t->ExitSession(); break; - case 1: _t->ClearButtonCallback(); break; - case 2: _t->SaveOutputCallback(); break; - case 3: _t->CommandEnteredCallback(); break; - case 4: _t->CommandEditedCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 5: _t->ButtonCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 6: _t->HelpTreeClicCallback(); break; - case 7: _t->HelpTreeDoubleClicCallback(); break; - case 8: _t->ShowHelpCallback(); break; - case 9: _t->CommandHistoryCallback(); break; - case 10: _t->LookForHelpStringCallback(); break; - case 11: _t->UpdateTabWidget((*reinterpret_cast< int(*)>(_a[1]))); break; - case 12: _t->ResizeTabWidget((*reinterpret_cast< QResizeEvent*(*)>(_a[1]))); break; - case 13: _t->CoutFilterCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 14: _t->ThreadComboBoxCallback((*reinterpret_cast< int(*)>(_a[1]))); break; - case 15: _t->TabCloseCallback((*reinterpret_cast< int(*)>(_a[1]))); break; - case 16: _t->ToolBoxActivated((*reinterpret_cast< int(*)>(_a[1]))); break; - case 17: _t->VisParameterCallback((*reinterpret_cast< QWidget*(*)>(_a[1]))); break; - case 18: _t->ChangeColorCallback((*reinterpret_cast< QWidget*(*)>(_a[1]))); break; - case 19: _t->ChangeCursorAction((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 20: _t->ChangeSurfaceStyle((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 21: _t->OpenIconCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 22: _t->SaveIconCallback((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 23: _t->ViewerPropertiesIconCallback((*reinterpret_cast< int(*)>(_a[1]))); break; - case 24: _t->ChangePerspectiveOrtho((*reinterpret_cast< const QString(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObjectExtraData G4UIQt::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject G4UIQt::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_G4UIQt, - qt_meta_data_G4UIQt, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &G4UIQt::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *G4UIQt::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *G4UIQt::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_G4UIQt)) - return static_cast<void*>(const_cast< G4UIQt*>(this)); - if (!strcmp(_clname, "G4VBasicShell")) - return static_cast< G4VBasicShell*>(const_cast< G4UIQt*>(this)); - if (!strcmp(_clname, "G4VInteractiveSession")) - return static_cast< G4VInteractiveSession*>(const_cast< G4UIQt*>(this)); - return QObject::qt_metacast(_clname); -} - -int G4UIQt::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 25) - qt_static_metacall(this, _c, _id, _a); - _id -= 25; - } - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/source/interfaces/basic/src/G4UIQt.cc b/source/interfaces/basic/src/G4UIQt.cc index 92be986f3b46bc210b6c24c44c9d870a6f6c0b01..a50bb0fbccb072c6d597bf0c4443ed5b9e2d9ffe 100644 --- a/source/interfaces/basic/src/G4UIQt.cc +++ b/source/interfaces/basic/src/G4UIQt.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UIQt.cc 105742 2017-08-16 13:11:07Z gcosmo $ +// $Id: G4UIQt.cc 108490 2018-02-15 14:54:21Z gcosmo $ // // L. Garnier @@ -167,6 +167,7 @@ G4UIQt::G4UIQt ( ,fDefaultViewerFirstPageHTMLText("") ,fViewerPropertiesDialog(NULL) ,fPickInfosDialog(NULL) +,fLastCompleteCommand("") ,fMoveSelected(false) ,fRotateSelected(true) ,fPickSelected(false) @@ -3158,9 +3159,11 @@ void G4UIQt::updateHelpArea ( txt += "<b>Command </b> " + QString((char*)(commandPath).data()) + "<br />"; } txt += "<b>Guidance :</b> "; - + QString tmpGuidance = ""; for( G4int i_thGuidance=0; i_thGuidance < n_guidanceEntry; i_thGuidance++ ) { - txt += QString((char*)(aCommand->GetGuidanceLine(i_thGuidance)).data()) + "<br />"; + tmpGuidance = QString((char*)(aCommand->GetGuidanceLine(i_thGuidance)).data()); + tmpGuidance.replace("\n","<br />"); + txt += tmpGuidance + "<br />"; } if( ! rangeString.isNull() ) { txt += "<b>Range of parameters : </b> " + QString((char*)(rangeString).data()) + "<br />"; @@ -3332,6 +3335,10 @@ bool G4UIQt::eventFilter( // Should stay with a minuscule eventFilter because of if (e->key() == (Qt::Key_Tab)) { tabKeyPress = true; } + } else if ( aEvent->type() == QEvent::Hide ) { + // Store this value + QString c = fCommandArea->text(); + fLastCompleteCommand = c.left(c.indexOf("<")); } } @@ -3377,6 +3384,11 @@ bool G4UIQt::eventFilter( // Should stay with a minuscule eventFilter because of fCommandArea->end(false); return true; } + } else if (aEvent->type() == QEvent::Paint) { + if (fLastCompleteCommand != "") { + fCommandArea->setText(fLastCompleteCommand); + fLastCompleteCommand = ""; + } } } if (tabKeyPress == true) { diff --git a/source/materials/History b/source/materials/History index 56c7f39c5fbeec0a5a8c33078485ed602089f578..3d77043c3eb1bf995b3aad4019d6906f4a7752f3 100644 --- a/source/materials/History +++ b/source/materials/History @@ -1,4 +1,4 @@ -$Id: History 106997 2017-10-31 10:22:36Z gcosmo $ +$Id: History 108517 2018-02-16 08:18:55Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,21 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +15-02-18 D.Sawkey (materials-V10-03-15) +- G4MaterialPropertiesTable: Restore return of nullptr if material property + not found. Add bool to print warnings. Continuation of bug #2030 + +12-02-18 V.Ivanchenko (materials-V10-03-14) +- G4OpticalSurface - move static methods to source + +07-02-18 D.Sawkey +- Re-enable user-defined material properties (fix bug #2030) + in G4MaterialPropertiesTable and G4MaterialPropertiesIndex + +19-12-17 G.Cosmo +- Fixed self-consistency in headers (missing #include) in G4ElementTable and + G4MaterialTable. Thanks to Raphael Isemann for reporting these. + 20-10-17 S.Y.Jun (materials-V10-03-13) - G4MaterialPropertiesTable - rename SetGROUPVEL to CalculateGROUPVEL and move it from GetProperty to AddProperty to resolve a MT scaling diff --git a/source/materials/include/G4ElementTable.hh b/source/materials/include/G4ElementTable.hh index ded8042531a2e42abd71431437c8ab19bd38c786..04300cabc8f519c4b6a8b71f393de9ccadbdb26e 100644 --- a/source/materials/include/G4ElementTable.hh +++ b/source/materials/include/G4ElementTable.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ElementTable.hh 66811 2013-01-12 16:04:23Z gcosmo $ +// $Id: G4ElementTable.hh 108492 2018-02-15 15:00:12Z gcosmo $ // // // ------------------------------------------------------------ @@ -38,6 +38,8 @@ #ifndef G4ELEMENTTABLE_HH #define G4ELEMENTTABLE_HH +#include <vector> + class G4Element; typedef std::vector<G4Element*> G4ElementTable; diff --git a/source/materials/include/G4MaterialPropertiesIndex.hh b/source/materials/include/G4MaterialPropertiesIndex.hh index c81a71a24e825c24a15ca9c136ae9d016a00248f..1ebef05f71546ae8d88bd434aa2395eee3e0a3d7 100644 --- a/source/materials/include/G4MaterialPropertiesIndex.hh +++ b/source/materials/include/G4MaterialPropertiesIndex.hh @@ -65,34 +65,6 @@ enum G4MaterialPropertyIndex { kNumberOfPropertyIndex // the number of G4MaterialPropertyIndex } ; -typedef G4MaterialPropertyIndex G4MPindex; - -const std::vector<G4String> G4MaterialPropertyName = { - "RINDEX", - "REFLECTIVITY", - "REALRINDEX", - "IMAGINARYRINDEX", - "EFFICIENCY", - "TRANSMITTANCE", - "SPECULARLOBECONSTANT", - "SPECULARSPIKECONSTANT", - "BACKSCATTERCONSTANT", - "GROUPVEL", - "MIEHG", - "RAYLEIGH", - "WLSCOMPONENT", - "WLSABSLENGTH", - "ABSLENGTH", - "FASTCOMPONENT", - "SLOWCOMPONENT", - "PROTONSCINTILLATIONYIELD", - "DEUTERONSCINTILLATIONYIELD", - "TRITONSCINTILLATIONYIELD", - "ALPHASCINTILLATIONYIELD", - "IONSCINTILLATIONYIELD", - "ELECTRONSCINTILLATIONYIELD" -}; - enum G4MaterialConstPropertyIndex { kNullConstPropertyIndex = -1, // the number of G4MaterialPropertyIndex @@ -132,42 +104,4 @@ enum G4MaterialConstPropertyIndex kNumberOfConstPropertyIndex // the number of G4MaterialConstPropertyIndex }; -typedef G4MaterialConstPropertyIndex G4MCPindex; - -const std::vector<G4String> G4MaterialConstPropertyName = { - "SURFACEROUGHNESS", - "ISOTHERMAL_COMPRESSIBILITY", - "RS_SCALE_FACTOR", - "WLSMEANNUMBERPHOTONS", - "WLSTIMECONSTANT", - "MIEHG_FORWARD", - "MIEHG_BACKWARD", - "MIEHG_FORWARD_RATIO", - "SCINTILLATIONYIELD", - "RESOLUTIONSCALE", - "FASTTIMECONSTANT", - "FASTSCINTILLATIONRISETIME", - "SLOWTIMECONSTANT", - "SLOWSCINTILLATIONRISETIME", - "YIELDRATIO", - "FERMIPOT", - "DIFFUSION", - "SPINFLIP", - "LOSS", - "LOSSCS", - "ABSCS", - "SCATCS", - "MR_NBTHETA", - "MR_NBE", - "MR_RRMS", - "MR_CORRLEN", - "MR_THETAMIN", - "MR_THETAMAX", - "MR_EMIN", - "MR_EMAX", - "MR_ANGNOTHETA", - "MR_ANGNOPHI", - "MR_ANGCUT" -}; - #endif /* G4MaterialPropertiesIndex_h */ diff --git a/source/materials/include/G4MaterialPropertiesTable.hh b/source/materials/include/G4MaterialPropertiesTable.hh index cc73dace91cdaac8df4d4a684a998b6dd88e9415..74902be035276656d9ec3dc6d54a03029524f91d 100644 --- a/source/materials/include/G4MaterialPropertiesTable.hh +++ b/source/materials/include/G4MaterialPropertiesTable.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MaterialPropertiesTable.hh 106997 2017-10-31 10:22:36Z gcosmo $ +// $Id: G4MaterialPropertiesTable.hh 108517 2018-02-16 08:18:55Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // @@ -101,28 +101,34 @@ class G4MaterialPropertiesTable G4double GetConstProperty(const char *key) const; // Get the constant property from the table corresponding to the key-name - G4double GetConstProperty(const G4MCPindex index) const; + G4double GetConstProperty(const G4int index) const; // Get the constant property from the table corresponding to the key-index G4bool ConstPropertyExists(const char *key) const; // Return true if a const property 'key' exists. - G4MaterialPropertyVector* GetProperty(const char *key); + G4MaterialPropertyVector* GetProperty(const char *key, + G4bool warning=false); // Get the property from the table corresponding to the key-name. - G4MaterialPropertyVector* GetProperty(const G4MPindex index); + G4MaterialPropertyVector* GetProperty(const G4int index, + G4bool warning=false); // Get the property from the table corresponding to the key-index. void AddEntry(const char *key, G4double aPhotonEnergy, G4double aPropertyValue); // Add a new entry (pair of numbers) to the table for a given key. - G4MCPindex GetConstPropertyIndex(const G4String& key) const; + G4int GetConstPropertyIndex(const G4String& key, + G4bool warning=false) const; // Get the constant property index from the key-name - G4MPindex GetPropertyIndex(const G4String& key) const; + G4int GetPropertyIndex(const G4String& key, G4bool warning=false) const; // Get the property index by the key-name. + std::vector<G4String> GetMaterialPropertyNames() const; + std::vector<G4String> GetMaterialConstPropertyNames() const; + void DumpTable(); public: // without description @@ -132,9 +138,9 @@ class G4MaterialPropertiesTable std::map< G4String, G4double, std::less<G4String> >* GetPropertiesCMap(); - const std::map<G4MPindex, G4MaterialPropertyVector*, std::less<G4MPindex> >* + const std::map<G4int, G4MaterialPropertyVector*, std::less<G4int> >* GetPropertyMap() const { return &MP; } - const std::map<G4MCPindex, G4double, std::less<G4MCPindex> >* + const std::map<G4int, G4double, std::less<G4int> >* GetConstPropertyMap() const { return &MCP; } // Accessors required for persistency purposes @@ -158,14 +164,19 @@ class G4MaterialPropertiesTable // MPT and MPTC will be obsolete when associate public interfaces, // GetPropertiesMap and GetPropertiesCMap are removed from the version 11. - std::map<G4MPindex, G4MaterialPropertyVector*, std::less<G4MPindex> > MP; - typedef std::map< G4MPindex, G4MaterialPropertyVector*, - std::less<G4MPindex> >::const_iterator MPiterator; + std::map<G4int, G4MaterialPropertyVector*, std::less<G4int> > MP; + typedef std::map< G4int, G4MaterialPropertyVector*, + std::less<G4int> >::const_iterator MPiterator; - std::map< G4MCPindex, G4double, std::less<G4MCPindex> > MCP; - typedef std::map< G4MCPindex, G4double, - std::less<G4MCPindex> >::const_iterator MCPiterator; + std::map< G4int, G4double, std::less<G4int> > MCP; + typedef std::map< G4int, G4double, + std::less<G4int> >::const_iterator MCPiterator; //material property map and constant property map by index types + + std::vector<G4String> G4MaterialPropertyName; + std::vector<G4String> G4MaterialConstPropertyName; + // vectors of strings of property names + }; ///////////////////// diff --git a/source/materials/include/G4MaterialPropertiesTable.icc b/source/materials/include/G4MaterialPropertiesTable.icc index d14b1e09275394b13d7f6aadc4340fb61a6d9849..91c89eb44acfa39b045ead9eeb7e4add0c306bbc 100644 --- a/source/materials/include/G4MaterialPropertiesTable.icc +++ b/source/materials/include/G4MaterialPropertiesTable.icc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MaterialPropertiesTable.icc 106997 2017-10-31 10:22:36Z gcosmo $ +// $Id: G4MaterialPropertiesTable.icc 108492 2018-02-15 15:00:12Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // @@ -45,14 +45,21 @@ void G4MaterialPropertiesTable::AddConstProperty(const char *key, { // Provides a way of adding a constant property to the Material Properties // Table given a key - G4MCPindex index = GetConstPropertyIndex(G4String(key)); + G4String k(key); + if (std::find(G4MaterialConstPropertyName.begin(), + G4MaterialConstPropertyName.end(), k) == + G4MaterialConstPropertyName.end()) { + G4MaterialConstPropertyName.push_back(k); + } + G4int index = GetConstPropertyIndex(k); + MCP[index] = PropertyValue; } inline void G4MaterialPropertiesTable::RemoveConstProperty(const char *key) { - G4MCPindex index = GetConstPropertyIndex(G4String(key)); + G4int index = GetConstPropertyIndex(G4String(key)); MCP.erase(index); } @@ -60,6 +67,6 @@ void G4MaterialPropertiesTable::RemoveConstProperty(const char *key) inline void G4MaterialPropertiesTable::RemoveProperty(const char *key) { - G4MPindex index = GetPropertyIndex(G4String(key)); + G4int index = GetPropertyIndex(G4String(key)); MP.erase(index); } diff --git a/source/materials/include/G4MaterialTable.hh b/source/materials/include/G4MaterialTable.hh index cb9a7e98ca27a5f93b17f310f80588cd29cc78dc..0d0a7ff1d5e3ef5044b91e5c40e5b619d24a5f20 100644 --- a/source/materials/include/G4MaterialTable.hh +++ b/source/materials/include/G4MaterialTable.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MaterialTable.hh 66811 2013-01-12 16:04:23Z gcosmo $ +// $Id: G4MaterialTable.hh 108492 2018-02-15 15:00:12Z gcosmo $ // // // ------------------------------------------------------------ @@ -38,6 +38,8 @@ #ifndef G4MATERIALTABLE_HH #define G4MATERIALTABLE_HH +#include <vector> + class G4Material; typedef std::vector<G4Material*> G4MaterialTable; diff --git a/source/materials/include/G4OpticalSurface.hh b/source/materials/include/G4OpticalSurface.hh index 1df5caee8c6ad34651da3f57889a6a24d6b38827..a7282106a60ba9036acc57c1f8641e1b2f25be38 100644 --- a/source/materials/include/G4OpticalSurface.hh +++ b/source/materials/include/G4OpticalSurface.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4OpticalSurface.hh 104459 2017-05-31 15:54:52Z gcosmo $ +// $Id: G4OpticalSurface.hh 108492 2018-02-15 15:00:12Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -219,17 +219,17 @@ public: // With description inline G4double GetReflectivityLUTValue(G4int); // Returns the reflectivity value from the Davis Look-Up-Table - inline G4int GetInmax(void) const { return indexmax; } + G4int GetInmax(void) const; // Returns the number of lines in the Davis Look-Up-Table - inline G4int GetLUTbins(void) const { return LUTbins; } + G4int GetLUTbins(void) const; // Returns the number of probability values per incidentangle - inline G4int GetRefMax(void) const { return RefMax; } + G4int GetRefMax(void) const; // Returns the number of reflectivity values per angle - inline G4int GetThetaIndexMax(void) const { return thetaIndexMax; } - inline G4int GetPhiIndexMax(void) const { return phiIndexMax; } + G4int GetThetaIndexMax(void) const; + G4int GetPhiIndexMax(void) const; void ReadDichroicFile(void); // Method to read the dichroic surface data file into Dichroic diff --git a/source/materials/src/G4MaterialPropertiesTable.cc b/source/materials/src/G4MaterialPropertiesTable.cc index 4baafdb59fdbb8101d5aa381d2cddeefb8d7981f..a19348cb63ae8610a74d2a593a664bdc64437faf 100644 --- a/source/materials/src/G4MaterialPropertiesTable.cc +++ b/source/materials/src/G4MaterialPropertiesTable.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4MaterialPropertiesTable.cc 106997 2017-10-31 10:22:36Z gcosmo $ +// $Id: G4MaterialPropertiesTable.cc 108517 2018-02-16 08:18:55Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -59,6 +59,65 @@ G4MaterialPropertiesTable::G4MaterialPropertiesTable() { + // elements of these 2 vectors must be in same order as + // the corresponding enums in G4MaterialPropertiesIndex.hh + G4MaterialPropertyName.push_back(G4String("RINDEX")); + G4MaterialPropertyName.push_back(G4String("REFLECTIVITY")); + G4MaterialPropertyName.push_back(G4String("REALRINDEX")); + G4MaterialPropertyName.push_back(G4String("IMAGINARYRINDEX")); + G4MaterialPropertyName.push_back(G4String("EFFICIENCY")); + G4MaterialPropertyName.push_back(G4String("TRANSMITTANCE")); + G4MaterialPropertyName.push_back(G4String("SPECULARLOBECONSTANT")); + G4MaterialPropertyName.push_back(G4String("SPECULARSPIKECONSTANT")); + G4MaterialPropertyName.push_back(G4String("BACKSCATTERCONSTANT")); + G4MaterialPropertyName.push_back(G4String("GROUPVEL")); + G4MaterialPropertyName.push_back(G4String("MIEHG")); + G4MaterialPropertyName.push_back(G4String("RAYLEIGH")); + G4MaterialPropertyName.push_back(G4String("WLSCOMPONENT")); + G4MaterialPropertyName.push_back(G4String("WLSABSLENGTH")); + G4MaterialPropertyName.push_back(G4String("ABSLENGTH")); + G4MaterialPropertyName.push_back(G4String("FASTCOMPONENT")); + G4MaterialPropertyName.push_back(G4String("SLOWCOMPONENT")); + G4MaterialPropertyName.push_back(G4String("PROTONSCINTILLATIONYIELD")); + G4MaterialPropertyName.push_back(G4String("DEUTERONSCINTILLATIONYIELD")); + G4MaterialPropertyName.push_back(G4String("TRITONSCINTILLATIONYIELD")); + G4MaterialPropertyName.push_back(G4String("ALPHASCINTILLATIONYIELD")); + G4MaterialPropertyName.push_back(G4String("IONSCINTILLATIONYIELD")); + G4MaterialPropertyName.push_back(G4String("ELECTRONSCINTILLATIONYIELD")); + + G4MaterialConstPropertyName.push_back(G4String("SURFACEROUGHNESS")); + G4MaterialConstPropertyName.push_back(G4String("ISOTHERMAL_COMPRESSIBILITY")); + G4MaterialConstPropertyName.push_back(G4String("RS_SCALE_FACTOR")); + G4MaterialConstPropertyName.push_back(G4String("WLSMEANNUMBERPHOTONS")); + G4MaterialConstPropertyName.push_back(G4String("WLSTIMECONSTANT")); + G4MaterialConstPropertyName.push_back(G4String("MIEHG_FORWARD")); + G4MaterialConstPropertyName.push_back(G4String("MIEHG_BACKWARD")); + G4MaterialConstPropertyName.push_back(G4String("MIEHG_FORWARD_RATIO")); + G4MaterialConstPropertyName.push_back(G4String("SCINTILLATIONYIELD")); + G4MaterialConstPropertyName.push_back(G4String("RESOLUTIONSCALE")); + G4MaterialConstPropertyName.push_back(G4String("FASTTIMECONSTANT")); + G4MaterialConstPropertyName.push_back(G4String("FASTSCINTILLATIONRISETIME")); + G4MaterialConstPropertyName.push_back(G4String("SLOWTIMECONSTANT")); + G4MaterialConstPropertyName.push_back(G4String("SLOWSCINTILLATIONRISETIME")); + G4MaterialConstPropertyName.push_back(G4String("YIELDRATIO")); + G4MaterialConstPropertyName.push_back(G4String("FERMIPOT")); + G4MaterialConstPropertyName.push_back(G4String("DIFFUSION")); + G4MaterialConstPropertyName.push_back(G4String("SPINFLIP")); + G4MaterialConstPropertyName.push_back(G4String("LOSS")); + G4MaterialConstPropertyName.push_back(G4String("LOSSCS")); + G4MaterialConstPropertyName.push_back(G4String("ABSCS")); + G4MaterialConstPropertyName.push_back(G4String("SCATCS")); + G4MaterialConstPropertyName.push_back(G4String("MR_NBTHETA")); + G4MaterialConstPropertyName.push_back(G4String("MR_NBE")); + G4MaterialConstPropertyName.push_back(G4String("MR_RRMS")); + G4MaterialConstPropertyName.push_back(G4String("MR_CORRLEN")); + G4MaterialConstPropertyName.push_back(G4String("MR_THETAMIN")); + G4MaterialConstPropertyName.push_back(G4String("MR_THETAMAX")); + G4MaterialConstPropertyName.push_back(G4String("MR_EMIN")); + G4MaterialConstPropertyName.push_back(G4String("MR_EMAX")); + G4MaterialConstPropertyName.push_back(G4String("MR_ANGNOTHETA")); + G4MaterialConstPropertyName.push_back(G4String("MR_ANGNOPHI")); + G4MaterialConstPropertyName.push_back(G4String("MR_ANGCUT")); } //////////////// @@ -83,63 +142,77 @@ G4MaterialPropertiesTable::~G4MaterialPropertiesTable() MP.clear(); MCP.clear(); + G4MaterialPropertyName.clear(); + G4MaterialConstPropertyName.clear(); } //////////// // Methods //////////// -G4MCPindex G4MaterialPropertiesTable::GetConstPropertyIndex(const G4String& key) const +G4int G4MaterialPropertiesTable::GetConstPropertyIndex(const G4String& key, + G4bool warning) const { // Returns the constant material property index corresponding to a key size_t index = std::distance(G4MaterialConstPropertyName.begin(), std::find(G4MaterialConstPropertyName.begin(), - G4MaterialConstPropertyName.end(), key)); - if((G4MCPindex)index != kNumberOfConstPropertyIndex) return (G4MCPindex)index; - G4cout << "key: " << key << G4endl; - G4Exception("G4MaterialPropertiesTable::GetConstPropertyIndex()","mat206", - FatalException, "Constant Material Property Index not found."); - return kNullConstPropertyIndex; + G4MaterialConstPropertyName.end(), key)); + if(index < G4MaterialConstPropertyName.size()) return index; + if (warning) { + G4ExceptionDescription ed; + ed << "Constant Material Property Index for key " << key << " not found."; + G4Exception("G4MaterialPropertiesTable::GetConstPropertyIndex()","mat206", + JustWarning, ed); + } + return -1; } -G4MPindex G4MaterialPropertiesTable::GetPropertyIndex(const G4String& key) const +G4int G4MaterialPropertiesTable::GetPropertyIndex(const G4String& key, + G4bool warning) const { // Returns the material property index corresponding to a key size_t index = std::distance(G4MaterialPropertyName.begin(), std::find(G4MaterialPropertyName.begin(), G4MaterialPropertyName.end(), key)); - if((G4MPindex)index != kNumberOfPropertyIndex) return (G4MPindex)index; - G4cout << "key: " << key << G4endl; - G4Exception("G4MaterialPropertiesTable::GetPropertyIndex()","mat207", - FatalException, "Material Property Index not found."); - return kNullPropertyIndex; + if(index < G4MaterialPropertyName.size()) return index; + if (warning) { + G4ExceptionDescription ed; + ed << "Material Property Index for key " << key << " not found."; + G4Exception("G4MaterialPropertiesTable::GetPropertyIndex()","mat207", + JustWarning, ed); + } + return -1; } -G4double G4MaterialPropertiesTable::GetConstProperty(const G4MCPindex index) const +G4double G4MaterialPropertiesTable::GetConstProperty(const G4int index) const { // Returns the constant material property corresponding to an index + // fatal exception if property not found MCPiterator j; j = MCP.find(index); if ( j != MCP.end() ) return j->second; - G4cout << "index: " << index << G4endl; + G4ExceptionDescription ed; + ed << "Constant Material Property Index " << index << " not found."; G4Exception("G4MaterialPropertiesTable::GetConstProperty()","mat202", - FatalException, "Constant Material Property Index not found."); + FatalException, ed); return 0.; } G4double G4MaterialPropertiesTable::GetConstProperty(const char *key) const { // Returns the constant material property corresponding to a key - const G4MCPindex index = GetConstPropertyIndex(G4String(key)); + // fatal exception if property not found + + const G4int index = GetConstPropertyIndex(G4String(key)); return GetConstProperty(index); } G4bool G4MaterialPropertiesTable::ConstPropertyExists(const char *key) const { // Returns true if a const property 'key' exists - const G4MCPindex index = GetConstPropertyIndex(G4String(key)); + const G4int index = GetConstPropertyIndex(G4String(key)); MCPiterator j; j = MCP.find(index); @@ -148,20 +221,26 @@ G4bool G4MaterialPropertiesTable::ConstPropertyExists(const char *key) const } G4MaterialPropertyVector* -G4MaterialPropertiesTable::GetProperty(const char *key) +G4MaterialPropertiesTable::GetProperty(const char *key, G4bool warning) { // Returns a Material Property Vector corresponding to a key - const G4MPindex index = GetPropertyIndex(G4String(key)); + const G4int index = GetPropertyIndex(G4String(key), warning); return GetProperty(index); } G4MaterialPropertyVector* -G4MaterialPropertiesTable::GetProperty(const G4MPindex index) +G4MaterialPropertiesTable::GetProperty(const G4int index, G4bool warning) { // Returns a Material Property Vector corresponding to an index MPiterator i; i = MP.find(index); if ( i != MP.end() ) return i->second; + if (warning) { + G4ExceptionDescription ed; + ed << "Material Property for index " << index << " not found."; + G4Exception("G4MaterialPropertiesTable::GetPropertyIndex()","mat208", + JustWarning, ed); + } return nullptr; } @@ -173,7 +252,14 @@ G4MaterialPropertyVector* G4MaterialPropertiesTable::AddProperty( { // Provides a way of adding a property to the Material Properties // Table given a pair of numbers and a key - G4MPindex index = GetPropertyIndex(G4String(key)); + G4String k(key); + // if the key doesn't exist, add it + if (std::find(G4MaterialPropertyName.begin(), + G4MaterialPropertyName.end(), k) == + G4MaterialPropertyName.end()) { + G4MaterialPropertyName.push_back(k); + } + G4int index = GetPropertyIndex(k); G4MaterialPropertyVector *mpv = new G4MaterialPropertyVector(PhotonEnergies, PropertyValues, NumEntries); @@ -181,7 +267,7 @@ G4MaterialPropertyVector* G4MaterialPropertiesTable::AddProperty( // if key is RINDEX, we calculate GROUPVEL - // contribution from Tao Lin (IHEP, the JUNO experiment) - if (G4String(key)=="RINDEX") { + if (k=="RINDEX") { CalculateGROUPVEL(); } @@ -193,12 +279,19 @@ AddProperty(const char *key, G4MaterialPropertyVector *mpv) { // Provides a way of adding a property to the Material Properties // Table given an G4MaterialPropertyVector Reference and a key - G4MPindex index = GetPropertyIndex(G4String(key)); + G4String k(key); + // if the key doesn't exist, add it + if (std::find(G4MaterialPropertyName.begin(), + G4MaterialPropertyName.end(), k) == + G4MaterialPropertyName.end()) { + G4MaterialPropertyName.push_back(k); + } + G4int index = GetPropertyIndex(k); MP[ index ] = mpv; // if key is RINDEX, we calculate GROUPVEL - // contribution from Tao Lin (IHEP, the JUNO experiment) - if (G4String(key)=="RINDEX") { + if (k=="RINDEX") { CalculateGROUPVEL(); } } @@ -209,7 +302,13 @@ void G4MaterialPropertiesTable::AddEntry(const char *key, { // Allows to add an entry pair directly to the Material Property Vector // given a key - const G4MPindex index = GetPropertyIndex(G4String(key)); + G4String k(key); + if (std::find(G4MaterialPropertyName.begin(), + G4MaterialPropertyName.end(), k) == + G4MaterialPropertyName.end()) { + G4MaterialPropertyName.push_back(k); + } + G4int index = GetPropertyIndex(k); G4MaterialPropertyVector *targetVector=MP[index]; if (targetVector != nullptr) @@ -225,10 +324,11 @@ void G4MaterialPropertiesTable::AddEntry(const char *key, void G4MaterialPropertiesTable::DumpTable() { + // material properties MPiterator i; for (i = MP.begin(); i != MP.end(); ++i) { - G4cout << (*i).first << G4endl; + G4cout << (*i).first << ": "<< G4MaterialPropertyName[(*i).first] <<G4endl; if ( (*i).second != 0 ) { (*i).second->DumpValues(); @@ -239,10 +339,11 @@ void G4MaterialPropertiesTable::DumpTable() JustWarning, "NULL Material Property Vector Pointer."); } } + // material constant properties MCPiterator j; for (j = MCP.begin(); j != MCP.end(); ++j) { - G4cout << j->first << G4endl; + G4cout << j->first <<": "<< G4MaterialConstPropertyName[j->first] <<G4endl; if ( j->second != 0 ) { G4cout << j->second << G4endl; @@ -418,3 +519,13 @@ std::map< G4String, G4double, std::less<G4String> >* G4MaterialPropertiesTable:: } return &MPTC; } + +std::vector<G4String> G4MaterialPropertiesTable::GetMaterialPropertyNames() const +{ + return G4MaterialPropertyName;; +} + +std::vector<G4String> G4MaterialPropertiesTable::GetMaterialConstPropertyNames() const +{ + return G4MaterialConstPropertyName; +} diff --git a/source/materials/src/G4OpticalSurface.cc b/source/materials/src/G4OpticalSurface.cc index 67ec7f29eb781f932737d4a34d10cb481b5a10c9..a84f2777182432caf07c7f9b3f389e34b9c3d8cd 100644 --- a/source/materials/src/G4OpticalSurface.cc +++ b/source/materials/src/G4OpticalSurface.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4OpticalSurface.cc 104459 2017-05-31 15:54:52Z gcosmo $ +// $Id: G4OpticalSurface.cc 108492 2018-02-15 15:00:12Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -205,6 +205,31 @@ G4int G4OpticalSurface::operator!=(const G4OpticalSurface &right) const // Methods //////////// +G4int G4OpticalSurface::GetInmax(void) const +{ + return indexmax; +} + +G4int G4OpticalSurface::GetLUTbins(void) const +{ + return LUTbins; +} + +G4int G4OpticalSurface::GetRefMax(void) const +{ + return RefMax; +} + +G4int G4OpticalSurface::GetThetaIndexMax(void) const +{ + return thetaIndexMax; +} + +G4int G4OpticalSurface::GetPhiIndexMax(void) const +{ + return phiIndexMax; +} + void G4OpticalSurface::DumpInfo() const { // Dump info for surface diff --git a/source/parameterisations/gflash/History b/source/parameterisations/gflash/History index 25a9abc99cb544f1bb82748de4ba7d6796fa852f..f7a5b30f812e9f463b98d1c9fc37db3aa7691870 100644 --- a/source/parameterisations/gflash/History +++ b/source/parameterisations/gflash/History @@ -1,4 +1,4 @@ -$Id: History 100944 2016-11-03 11:18:29Z gcosmo $ +$Id: History 108494 2018-02-15 15:23:15Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +Dec 19th, 2017, G.Cosmo (gflash-V10-03-00) +----------------------- +- Fixed self-consistency in GVFlashHomoShowerTuning header (missing #include). + Thanks to Raphael Isemann for reporting this. + Nov 2nd, 2016, M. Verderi (gflash-V10-02-02) ----------------------- - Removend redundant condition in GFlashHitMaker::make(). diff --git a/source/parameterisations/gflash/include/GVFlashHomoShowerTuning.hh b/source/parameterisations/gflash/include/GVFlashHomoShowerTuning.hh index aabcdf1f55e2af41d5b8ae24cac95479be966d9c..c43cd7593377af4b0f567f66527106fc76027c89 100644 --- a/source/parameterisations/gflash/include/GVFlashHomoShowerTuning.hh +++ b/source/parameterisations/gflash/include/GVFlashHomoShowerTuning.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: GVFlashHomoShowerTuning.hh 68057 2013-03-13 14:46:00Z gcosmo $ +// $Id: GVFlashHomoShowerTuning.hh 108494 2018-02-15 15:23:15Z gcosmo $ // // // --------------------------------------------------------------- @@ -59,6 +59,8 @@ #ifndef GVFlashHomoShowerTuning_hh #define GVFlashHomoShowerTuning_hh +#include "G4Types.hh" + class GVFlashHomoShowerTuning { public: diff --git a/source/persistency/gdml/History b/source/persistency/gdml/History index b8ef8ad23aecab9cb08473f6582b1701735fd2d9..60f859c7bda6caf0cca83ea93143a2429c61de9b 100644 --- a/source/persistency/gdml/History +++ b/source/persistency/gdml/History @@ -1,4 +1,4 @@ -$Id: History 106390 2017-10-09 09:42:18Z gcosmo $ +$Id: History 108496 2018-02-15 15:28:32Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,14 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07 February 2018 Daren Sawkey (gdml-V10-03-10) +- Updates to changes in G4Material[Const]PropertiesTable (fix bug #2030) in + G4GDMLWriteSolids and G4GDMLWriteMaterials. + +19 December 2017 Gabriele Cosmo +- Fixed self-consistency in G4GDMLAuxStructType header (missing #include). + Thanks to Raphael Isemann for reporting this. + 02 October 2017 Witek Pokorski (gdml-V10-03-09) - Added handling of null pointer to material in case of parallel geometries diff --git a/source/persistency/gdml/include/G4GDMLAuxStructType.hh b/source/persistency/gdml/include/G4GDMLAuxStructType.hh index 608f99cb7561107251da0515db7c96387ea725ee..fa65cc93ffe70102eb24fdf6833a3a0a6aefb3e4 100644 --- a/source/persistency/gdml/include/G4GDMLAuxStructType.hh +++ b/source/persistency/gdml/include/G4GDMLAuxStructType.hh @@ -37,6 +37,7 @@ #define _G4GDMLAUXSTRUCTTYPE_INCLUDED_ #include <vector> +#include "G4String.hh" struct G4GDMLAuxStructType { diff --git a/source/persistency/gdml/src/G4GDMLWriteMaterials.cc b/source/persistency/gdml/src/G4GDMLWriteMaterials.cc index baf3c0ca2e75dcfbf9c2c01c4a30461174777e0d..61450e64c83378e609797286554cabe2cb896ed8 100644 --- a/source/persistency/gdml/src/G4GDMLWriteMaterials.cc +++ b/source/persistency/gdml/src/G4GDMLWriteMaterials.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4GDMLWriteMaterials.cc 106194 2017-09-19 04:05:34Z gcosmo $ +// $Id: G4GDMLWriteMaterials.cc 108496 2018-02-15 15:28:32Z gcosmo $ // // class G4GDMLWriteMaterials Implementation // @@ -231,33 +231,35 @@ void G4GDMLWriteMaterials::PropertyWrite(xercesc::DOMElement* matElement, xercesc::DOMElement* propElement; G4MaterialPropertiesTable* ptable = mat->GetMaterialPropertiesTable(); - const std::map< G4MPindex, G4PhysicsOrderedFreeVector*, - std::less<G4MPindex> >* pmap = ptable->GetPropertyMap(); - const std::map< G4MCPindex, G4double, - std::less<G4MCPindex> >* cmap = ptable->GetConstPropertyMap(); - std::map< G4MPindex, G4PhysicsOrderedFreeVector*, - std::less<G4MPindex> >::const_iterator mpos; - std::map< G4MCPindex, G4double, - std::less<G4MCPindex> >::const_iterator cpos; + const std::map< G4int, G4PhysicsOrderedFreeVector*, + std::less<G4int> >* pmap = ptable->GetPropertyMap(); + const std::map< G4int, G4double, + std::less<G4int> >* cmap = ptable->GetConstPropertyMap(); + std::map< G4int, G4PhysicsOrderedFreeVector*, + std::less<G4int> >::const_iterator mpos; + std::map< G4int, G4double, + std::less<G4int> >::const_iterator cpos; for (mpos=pmap->begin(); mpos!=pmap->end(); mpos++) { propElement = NewElement("property"); propElement->setAttributeNode(NewAttribute("name", - G4MaterialPropertyName[mpos->first])); + ptable->GetMaterialPropertyNames()[mpos->first])); propElement->setAttributeNode(NewAttribute("ref", - GenerateName(G4MaterialPropertyName[mpos->first], mpos->second))); + GenerateName(ptable->GetMaterialPropertyNames()[mpos->first], + mpos->second))); if (mpos->second) { - PropertyVectorWrite(G4MaterialPropertyName[mpos->first], mpos->second); + PropertyVectorWrite(ptable->GetMaterialPropertyNames()[mpos->first], + mpos->second); matElement->appendChild(propElement); } else { G4String warn_message = "Null pointer for material property -" - + G4MaterialPropertyName[mpos->first] + "- of material -" - + mat->GetName() + "- !"; + + ptable->GetMaterialPropertyNames()[mpos->first] + "- of material -" + + mat->GetName() + "- !"; G4Exception("G4GDMLWriteMaterials::PropertyWrite()", "NullPointer", JustWarning, warn_message); continue; @@ -268,12 +270,12 @@ void G4GDMLWriteMaterials::PropertyWrite(xercesc::DOMElement* matElement, { propElement = NewElement("property"); propElement->setAttributeNode(NewAttribute("name", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); propElement->setAttributeNode(NewAttribute("ref", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); xercesc::DOMElement* constElement = NewElement("constant"); constElement->setAttributeNode(NewAttribute("name", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); constElement->setAttributeNode(NewAttribute("value", cpos->second)); defineElement->appendChild(constElement); matElement->appendChild(propElement); diff --git a/source/persistency/gdml/src/G4GDMLWriteSolids.cc b/source/persistency/gdml/src/G4GDMLWriteSolids.cc index 849099539d1d21aed316daa28534669b369b23bd..5045fc6955812bab579f79fd35f567269c40fe44 100644 --- a/source/persistency/gdml/src/G4GDMLWriteSolids.cc +++ b/source/persistency/gdml/src/G4GDMLWriteSolids.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4GDMLWriteSolids.cc 106194 2017-09-19 04:05:34Z gcosmo $ +// $Id: G4GDMLWriteSolids.cc 108496 2018-02-15 15:28:32Z gcosmo $ // // class G4GDMLWriteSolids Implementation // @@ -1056,31 +1056,32 @@ void G4GDMLWriteSolids::PropertyWrite(xercesc::DOMElement* optElement, { xercesc::DOMElement* propElement; G4MaterialPropertiesTable* ptable = surf->GetMaterialPropertiesTable(); - const std::map< G4MPindex, G4PhysicsOrderedFreeVector*, - std::less<G4MPindex> >* pmap = ptable->GetPropertyMap(); - const std::map< G4MCPindex, G4double, - std::less<G4MCPindex> >* cmap = ptable->GetConstPropertyMap(); - std::map< G4MPindex, G4PhysicsOrderedFreeVector*, - std::less<G4MPindex> >::const_iterator mpos; - std::map< G4MCPindex, G4double, - std::less<G4MCPindex> >::const_iterator cpos; + const std::map< G4int, G4PhysicsOrderedFreeVector*, + std::less<G4int> >* pmap = ptable->GetPropertyMap(); + const std::map< G4int, G4double, + std::less<G4int> >* cmap = ptable->GetConstPropertyMap(); + std::map< G4int, G4PhysicsOrderedFreeVector*, + std::less<G4int> >::const_iterator mpos; + std::map< G4int, G4double, + std::less<G4int> >::const_iterator cpos; for (mpos=pmap->begin(); mpos!=pmap->end(); mpos++) { propElement = NewElement("property"); propElement->setAttributeNode(NewAttribute("name", - G4MaterialPropertyName[mpos->first])); + ptable->GetMaterialPropertyNames()[mpos->first])); propElement->setAttributeNode(NewAttribute("ref", - GenerateName(G4MaterialPropertyName[mpos->first], + GenerateName(ptable->GetMaterialPropertyNames()[mpos->first], mpos->second))); if (mpos->second) { - PropertyVectorWrite(G4MaterialPropertyName[mpos->first], mpos->second); + PropertyVectorWrite(ptable->GetMaterialPropertyNames()[mpos->first], + mpos->second); optElement->appendChild(propElement); } else { G4String warn_message = "Null pointer for material property -" - + G4MaterialPropertyName[mpos->first] + + ptable->GetMaterialPropertyNames()[mpos->first] + "- of optical surface -" + surf->GetName() + "- !"; G4Exception("G4GDMLWriteSolids::PropertyWrite()", "NullPointer", JustWarning, warn_message); @@ -1091,12 +1092,12 @@ void G4GDMLWriteSolids::PropertyWrite(xercesc::DOMElement* optElement, { propElement = NewElement("property"); propElement->setAttributeNode(NewAttribute("name", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); propElement->setAttributeNode(NewAttribute("ref", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); xercesc::DOMElement* constElement = NewElement("constant"); constElement->setAttributeNode(NewAttribute("name", - G4MaterialConstPropertyName[cpos->first])); + ptable->GetMaterialConstPropertyNames()[cpos->first])); constElement->setAttributeNode(NewAttribute("value", cpos->second)); defineElement->appendChild(constElement); optElement->appendChild(propElement); diff --git a/source/processes/biasing/History b/source/processes/biasing/History index a53ef0d2fac1279dbf4b4ebdee885323b1126f33..151627d05fc17a89d56e5f8f0a1ea9ed14098eae 100644 --- a/source/processes/biasing/History +++ b/source/processes/biasing/History @@ -1,4 +1,4 @@ -$Id: History 105924 2017-08-29 12:28:09Z gcosmo $ +$Id: History 108676 2018-02-27 07:38:33Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,18 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +February 26th, 2018 Alexander Howard (procbiasing-V10-03-04) +- G4ImportanceConfigurator: cleaned up unnecessary G4cout and removed + copy of G4String - thanks to Gabriele + +February 21st, 2018 Alexander Howard +- G4ImportanceConfigurator: put back clear() in the destructor + +February 21st, 2018 Alexander Howard +- G4ImportanceConfigurator: introduced AutoLock (G4Mutex) to protect + instantiation of the biasing process against a threadrace + August 29th, 2017 Gabriele Cosmo (procbiasing-V10-03-03) - Removed duplicate class definition G4TrackTerminator.hh, which is part of the processes/transportation module. diff --git a/source/processes/biasing/importance/History b/source/processes/biasing/importance/History index 9f3ab4a56709c203067efc8506a60e51c1a33af7..25d03960d7bf5260ab253d3c9c400fb72a885bc8 100644 --- a/source/processes/biasing/importance/History +++ b/source/processes/biasing/importance/History @@ -1,4 +1,4 @@ -$Id: History 103005 2017-03-08 08:08:35Z gcosmo $ +$Id: History 108676 2018-02-27 07:38:33Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -18,6 +18,17 @@ committal in the CVS repository ! ---------------------------------------------------------- +February 26th, 2018 A.Howard +- G4ImportanceConfigurator: cleaned up unnecessary G4cout and removed + copy of G4String - thanks to Gabriele + +February 21st, 2018 A.Howard +- G4ImportanceConfigurator: put back clear in the destructor + +February 21st, 2018 A.Howard +- G4ImportanceConfigurator: introduced AutoLock (G4Mutex) to protect + instantiation of the biasing process against a threadrace + March 7th, 2017 A.Howard - G4GeometrySampler: removed unnecessary ClearSampling from the destructor diff --git a/source/processes/biasing/importance/include/G4ImportanceConfigurator.hh b/source/processes/biasing/importance/include/G4ImportanceConfigurator.hh index 215cd7a6d260095119c34d28847fbebb489f39ff..1703346160477a1365ecae4ee1e6a0f4c4d36c9b 100644 --- a/source/processes/biasing/importance/include/G4ImportanceConfigurator.hh +++ b/source/processes/biasing/importance/include/G4ImportanceConfigurator.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ImportanceConfigurator.hh 77477 2013-11-25 09:42:24Z gcosmo $ +// $Id: G4ImportanceConfigurator.hh 108676 2018-02-27 07:38:33Z gcosmo $ // // ---------------------------------------------------------------------- // Class G4ImportanceConfigurator @@ -60,7 +60,7 @@ public: // with description const G4VImportanceAlgorithm *ialg, G4bool paraflag); - G4ImportanceConfigurator(const G4String worldvolumeName, + G4ImportanceConfigurator(const G4String &worldvolumeName, const G4String &particlename, G4VIStore &istore, const G4VImportanceAlgorithm *ialg, @@ -70,7 +70,7 @@ public: // with description virtual void Configure(G4VSamplerConfigurator *preConf); virtual const G4VTrackTerminator *GetTrackTerminator() const; - void SetWorldName(G4String Name); + void SetWorldName(const G4String& Name); private: diff --git a/source/processes/biasing/importance/src/G4ImportanceConfigurator.cc b/source/processes/biasing/importance/src/G4ImportanceConfigurator.cc index 4d806108517e7765dad407c8a868ac48b03da0dd..2f34b08bf586d7c160076b12401552fd3eb07815 100644 --- a/source/processes/biasing/importance/src/G4ImportanceConfigurator.cc +++ b/source/processes/biasing/importance/src/G4ImportanceConfigurator.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ImportanceConfigurator.cc 105159 2017-07-14 09:17:32Z gcosmo $ +// $Id: G4ImportanceConfigurator.cc 108676 2018-02-27 07:38:33Z gcosmo $ // // ---------------------------------------------------------------------- // Class G4ImportanceConfigurator @@ -39,6 +39,13 @@ #include "G4ImportanceAlgorithm.hh" #include "G4TransportationManager.hh" +#include "G4AutoLock.hh" + +#ifdef G4MULTITHREADED +namespace { + G4Mutex BiasConfigMutex = G4MUTEX_INITIALIZER; +} +#endif G4ImportanceConfigurator:: G4ImportanceConfigurator(const G4VPhysicalVolume* worldvolume, @@ -57,7 +64,7 @@ G4ImportanceConfigurator(const G4VPhysicalVolume* worldvolume, {;} G4ImportanceConfigurator:: -G4ImportanceConfigurator(G4String worldvolumeName, +G4ImportanceConfigurator(const G4String &worldvolumeName, const G4String &particlename, G4VIStore &istore, const G4VImportanceAlgorithm *ialg, G4bool para) @@ -71,7 +78,7 @@ G4ImportanceConfigurator(G4String worldvolumeName, paraflag(para) { fWorld = G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking()->GetWorldVolume(); - if(paraflag) fWorld = G4TransportationManager::GetTransportationManager()->GetParallelWorld(fWorldName); + if(paraflag) fWorld = G4TransportationManager::GetTransportationManager()->GetParallelWorld(fWorldName); } G4ImportanceConfigurator::~G4ImportanceConfigurator() @@ -97,10 +104,15 @@ G4ImportanceConfigurator::Configure(G4VSamplerConfigurator *preConf) terminator = preConf->GetTrackTerminator(); }; + +#ifdef G4MULTITHREADED + G4AutoLock l(&BiasConfigMutex); +#endif fImportanceProcess = new G4ImportanceProcess(*fIalgorithm, fIStore, terminator,"ImportanceProcess",paraflag); + if (!fImportanceProcess) { G4Exception("G4ImportanceConfigurator::Configure()", @@ -110,10 +122,13 @@ G4ImportanceConfigurator::Configure(G4VSamplerConfigurator *preConf) // G4cout << "G4ImportanceConfigurator:: setting parallel World " << paraflag << G4endl; if(paraflag) fImportanceProcess->SetParallelWorld(fWorld->GetName()); +#ifdef G4MULTITHREADED + l.unlock(); +// G4MUTEXUNLOCK(&G4ImportanceConfigurator::BiasConfigMutex); +#endif // if(paraflag) fImportanceProcess->SetParallelWorld(fWorldName); // G4cout << "G4ImportanceConfigurator:: set " << paraflag << " name: " << fWorld->GetName() << G4endl; // getchar(); - fPlacer.AddProcessAsSecondDoIt(fImportanceProcess); } @@ -123,7 +138,8 @@ GetTrackTerminator() const return fImportanceProcess; } -void G4ImportanceConfigurator::SetWorldName(G4String name) +void G4ImportanceConfigurator::SetWorldName(const G4String& name) { + G4cout << " G4ImportanceConfigurator:: setting world name: " << name << G4endl; fWorldName = name; } diff --git a/source/processes/electromagnetic/dna/History b/source/processes/electromagnetic/dna/History index e8028573a8f520b7eadf754c0dfbf22c6523c997..d76e3db8e39f61e47273f3e65416ca74c153a6c1 100644 --- a/source/processes/electromagnetic/dna/History +++ b/source/processes/electromagnetic/dna/History @@ -14,6 +14,24 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ----------------------------------------------------------* +09-02-2018, M.Asai tag emdna-V10-03-31 +- G4DNAMolecularMaterial.cc : + GetDensityTableFor() and GetNumMolPerVolTableFor() methods are accepted + at G4State_Init rather than G4State_Idle. +- Co-works with run-V10-04-01 and global-V10-04-01. + +21-12-2017, G.Cosmo +- Fixed self-consistency in headers (missing #include) in G4IosFlagsSaver, + G4KDNode, G4MoleculeIterator and G4LEPTSDiffXS. + Fixed spurious definition of G4IT namespace in G4ITMultiNavigator header. + Thanks to Raphael Isemann for reporting these. + +01-11-2017, MK tag emdna-V10-03-30 +- remove models/test directory + +31-10-2017, JA ( tag missing ) +- G4KDNode.hh: Add missing included file - needed in test + 16-08-2017, SI tag emdna-V10-03-28 - updated variable types in models diff --git a/source/processes/electromagnetic/dna/management/include/G4ITMultiNavigator.hh b/source/processes/electromagnetic/dna/management/include/G4ITMultiNavigator.hh index 72e0d4ac4f6ad838fc847ef3e630438a714891da..64dc54bbcde76a3575106cf5dc01a47c30f70eaf 100644 --- a/source/processes/electromagnetic/dna/management/include/G4ITMultiNavigator.hh +++ b/source/processes/electromagnetic/dna/management/include/G4ITMultiNavigator.hh @@ -62,7 +62,7 @@ #include "G4TrackState.hh" #include "G4MultiNavigator.hh" -namespace G4IT +namespace G4ITMN { enum ELimited { diff --git a/source/processes/electromagnetic/dna/management/include/G4IosFlagsSaver.hh b/source/processes/electromagnetic/dna/management/include/G4IosFlagsSaver.hh index 4b35b8fe2c5ab32b7eef3701672d86a7ff040b88..e25113bd50707a19e5117adb83c293c865f37dc5 100644 --- a/source/processes/electromagnetic/dna/management/include/G4IosFlagsSaver.hh +++ b/source/processes/electromagnetic/dna/management/include/G4IosFlagsSaver.hh @@ -26,6 +26,8 @@ #ifndef G4IosFlagsSaver_ #define G4IosFlagsSaver_ +#include <iostream> + class G4IosFlagsSaver { public: diff --git a/source/processes/electromagnetic/dna/management/include/G4KDNode.hh b/source/processes/electromagnetic/dna/management/include/G4KDNode.hh index 92ac1c24c377a986ff423d7d0d709d7a8b23492f..25c9e45ae0f73fb4e7a12a81cb5d4e191c4ab33f 100644 --- a/source/processes/electromagnetic/dna/management/include/G4KDNode.hh +++ b/source/processes/electromagnetic/dna/management/include/G4KDNode.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4KDNode.hh 102616 2017-02-10 07:57:14Z gcosmo $ +// $Id: G4KDNode.hh 108498 2018-02-15 15:33:07Z gcosmo $ // // Author: Mathieu Karamitros @@ -48,13 +48,13 @@ #define G4KDNODE_HH #include <list> -//#include <map> #include <vector> #include <deque> #include <ostream> // geant4 -#include <G4Allocator.hh> +#include "G4Types.hh" +#include "G4Allocator.hh" class G4KDTree; class G4KDMap; diff --git a/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hh b/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hh index 07b459bf1f2f089449d28b0291e54ecd95dcff7d..7133d2b4b145d246548449d30fa19c9f2b5ee14a 100644 --- a/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hh +++ b/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNAOneStepThermalizationModel.hh 101354 2016-11-15 08:27:51Z gcosmo $ +// $Id: G4DNAOneStepThermalizationModel.hh 108498 2018-02-15 15:33:07Z gcosmo $ // // Author: Mathieu Karamitros @@ -44,8 +44,8 @@ // J. Comput. Phys. 274 (2014) 841-882 // Prog. Nucl. Sci. Tec. 2 (2011) 503-508 -#ifndef G4DNAOneStepThermalizationModel_ -#define G4DNAOneStepThermalizationModel_ +#ifndef G4DNAOneStepThermalizationModel_hh +#define G4DNAOneStepThermalizationModel_hh #include "G4VEmModel.hh" diff --git a/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hpp b/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hpp index 3e343b1c8e2a7e4b6df42b5a11a93877c60efb3a..cfc49215943c83d3438d137e647eda6b32802dbb 100644 --- a/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hpp +++ b/source/processes/electromagnetic/dna/models/include/G4DNAOneStepThermalizationModel.hpp @@ -23,12 +23,12 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNAOneStepThermalizationModel.cc 96841 2016-05-12 13:40:37Z matkara $ +// $Id:$ // // Author: Mathieu Karamitros // // WARNING : This class is released as a prototype. -// It might strongly evolve or even disapear in the next releases. +// It might strongly evolve or even disappear in the next releases. // // History: // ----------- diff --git a/source/processes/electromagnetic/dna/models/include/G4LEPTSDiffXS.hh b/source/processes/electromagnetic/dna/models/include/G4LEPTSDiffXS.hh index 4b5af82b3b95f1462d5036d111990b55c24eb8f1..16dd6ca1315330bcc8f58762a0256596a82d4797 100644 --- a/source/processes/electromagnetic/dna/models/include/G4LEPTSDiffXS.hh +++ b/source/processes/electromagnetic/dna/models/include/G4LEPTSDiffXS.hh @@ -26,8 +26,8 @@ #ifndef G4LEPTSDiffXS_h #define G4LEPTSDiffXS_h 1 - #include <string> +#include "G4Types.hh" class G4LEPTSDiffXS { diff --git a/source/processes/electromagnetic/dna/molecules/management/include/G4MoleculeIterator.hh b/source/processes/electromagnetic/dna/molecules/management/include/G4MoleculeIterator.hh index 44eb84162d4723bb0d2f40fcce240d44e9dee713..c928ece3aa1b2b60a16e3c48d83d202044fda026 100644 --- a/source/processes/electromagnetic/dna/molecules/management/include/G4MoleculeIterator.hh +++ b/source/processes/electromagnetic/dna/molecules/management/include/G4MoleculeIterator.hh @@ -46,6 +46,7 @@ #define G4MOLECULEITERATOR_HH_ #include <map> +#include "globals.hh" template<typename MOLECULE> class G4MoleculeIterator diff --git a/source/processes/electromagnetic/dna/utils/src/G4DNAMolecularMaterial.cc b/source/processes/electromagnetic/dna/utils/src/G4DNAMolecularMaterial.cc index 372cf10d2cc3b9fb00057a5ab1345c7ec9997a06..0e4f2225fc4385f13eec79c1613255e36213e5d8 100644 --- a/source/processes/electromagnetic/dna/utils/src/G4DNAMolecularMaterial.cc +++ b/source/processes/electromagnetic/dna/utils/src/G4DNAMolecularMaterial.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4DNAMolecularMaterial.cc 103042 2017-03-10 11:50:07Z gcosmo $ +// $Id: G4DNAMolecularMaterial.cc 108498 2018-02-15 15:33:07Z gcosmo $ // // Author: Mathieu Karamitros // @@ -376,14 +376,14 @@ GetDensityTableFor(const G4Material* lookForMaterial) const exceptionDescription); } - if (G4StateManager::GetStateManager()->GetCurrentState() == G4State_Idle){ + if (G4StateManager::GetStateManager()->GetCurrentState() == G4State_Init){ const_cast<G4DNAMolecularMaterial*>(this)->Initialize(); } else{ G4ExceptionDescription exceptionDescription; exceptionDescription << "The geant4 application is at the wrong state. State must be: " - "G4State_Idle." + "G4State_Init." << G4endl; G4Exception("G4DNAMolecularMaterial::GetDensityTableFor", "G4DNAMolecularMaterial_WRONG_STATE_APPLICATION", @@ -450,14 +450,14 @@ const std::vector<double>* G4DNAMolecularMaterial::GetNumMolPerVolTableFor( exceptionDescription); } - if (G4StateManager::GetStateManager()->GetCurrentState() == G4State_Idle){ + if (G4StateManager::GetStateManager()->GetCurrentState() == G4State_Init){ const_cast<G4DNAMolecularMaterial*>(this)->Initialize(); } else{ G4ExceptionDescription exceptionDescription; exceptionDescription << "The geant4 application is at the wrong state. State must be : " - "G4State_Idle." + "G4State_Init." << G4endl; G4Exception("G4DNAMolecularMaterial::GetNumMolPerVolTableFor", "G4DNAMolecularMaterial_WRONG_STATE_APPLICATION", diff --git a/source/processes/electromagnetic/lowenergy/History b/source/processes/electromagnetic/lowenergy/History index 26b34de04acdec9be9b2f0d95c7e84d021334089..0b6c7a65be43e609df5be54ff8b42b1b78af6392 100644 --- a/source/processes/electromagnetic/lowenergy/History +++ b/source/processes/electromagnetic/lowenergy/History @@ -1,4 +1,4 @@ -$Id: History 107157 2017-11-03 11:27:29Z gcosmo $ +$Id: History 108500 2018-02-15 15:38:58Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +19.12.2017 G.Cosmo, emlowen-V10-03-20 +- Fixed self-consistency in G4ecpssrFormFactorMixsModel header (missing #include). + Thanks to Raphael Isemann for reporting this. + 03.11.1017 V.Ivanchenko, emlowen-V10-03-19 - G4RayleighScattering - added C++11 keywords to fix compilation warning at clang diff --git a/source/processes/electromagnetic/lowenergy/include/G4ecpssrFormFactorMixsModel.hh b/source/processes/electromagnetic/lowenergy/include/G4ecpssrFormFactorMixsModel.hh index 9a433776dba68d3b97d9747fffeff349a162285a..15396ba94f3031c3bd43634db72b40cf946508cd 100644 --- a/source/processes/electromagnetic/lowenergy/include/G4ecpssrFormFactorMixsModel.hh +++ b/source/processes/electromagnetic/lowenergy/include/G4ecpssrFormFactorMixsModel.hh @@ -37,9 +37,11 @@ #ifndef G4ecpssrFormFactorMixsModel_HH #define G4ecpssrFormFactorMixsModel_HH 1 -#include "G4VecpssrMiModel.hh" -#include "globals.hh" #include <map> +#include <vector> + +#include "G4Types.hh" +#include "G4VecpssrMiModel.hh" class G4VDataSetAlgorithm; class G4VEMDataSet; diff --git a/source/processes/electromagnetic/polarisation/History b/source/processes/electromagnetic/polarisation/History index 51db5474c43b20fc45b939117fdd23d19132d8e5..ce46dee7fbf064a99a2c618ad8f2d22edc0d7abc 100644 --- a/source/processes/electromagnetic/polarisation/History +++ b/source/processes/electromagnetic/polarisation/History @@ -1,4 +1,4 @@ -$Id: History 105740 2017-08-16 13:05:44Z gcosmo $ +$Id: History 108502 2018-02-15 15:41:45Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,9 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +12 February 18: V.Ivanchenko (empolar-V10-03-02) +- G4StokesVector - moved static inline method to the source + 05 August 17: V.Ivanchenko (empolar-V10-03-01) 03 August 17: V.Ivanchenko (empolar-V10-03-00) - G4PolarizedCompton, G4PolarizedGammaConversion, G4ePolarizedIonisation diff --git a/source/processes/electromagnetic/polarisation/include/G4StokesVector.hh b/source/processes/electromagnetic/polarisation/include/G4StokesVector.hh index 5a9237a42182249db5a95905ba7c4adeee842b07..bb71c01378fa810b677b8b5b93c6c2c0416ac583 100644 --- a/source/processes/electromagnetic/polarisation/include/G4StokesVector.hh +++ b/source/processes/electromagnetic/polarisation/include/G4StokesVector.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4StokesVector.hh 68046 2013-03-13 14:31:38Z gcosmo $ +// $Id: G4StokesVector.hh 108502 2018-02-15 15:41:45Z gcosmo $ // // GEANT4 Class header file // @@ -69,13 +69,14 @@ class G4StokesVector: public G4ThreeVector public: G4StokesVector(); G4StokesVector(const G4ThreeVector & v); - virtual ~G4StokesVector(); -public: + ~G4StokesVector() = default; + + G4bool IsZero() const; + inline G4double p1() const { return x(); } inline G4double p2() const { return y(); } inline G4double p3() const { return z(); } - inline G4bool IsZero() const { return *this==ZERO; } inline G4double Transverse() const { return perp(); } inline G4ThreeVector PolSqr() const { diff --git a/source/processes/electromagnetic/polarisation/src/G4StokesVector.cc b/source/processes/electromagnetic/polarisation/src/G4StokesVector.cc index 70629a349333dc9a533b298b06c4b90a3bbcba23..924ba1d8f2c76dce20b9e1b274bfcffccba45835 100644 --- a/source/processes/electromagnetic/polarisation/src/G4StokesVector.cc +++ b/source/processes/electromagnetic/polarisation/src/G4StokesVector.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4StokesVector.cc 96114 2016-03-16 18:51:33Z gcosmo $ +// $Id: G4StokesVector.cc 108502 2018-02-15 15:41:45Z gcosmo $ // // GEANT4 Class file // @@ -64,9 +64,10 @@ G4StokesVector::G4StokesVector(const G4ThreeVector & v) { } -G4StokesVector::~G4StokesVector() -{ -} +G4bool G4StokesVector::IsZero() const +{ + return *this==ZERO; +} void G4StokesVector::RotateAz(G4ThreeVector nInteractionFrame, G4ThreeVector particleDirection) diff --git a/source/processes/electromagnetic/standard/History b/source/processes/electromagnetic/standard/History index d88cc1c75fca7ee7e0585bec2580300b6cccb496..d3fae11195b1387a5d0cc8860deb559f9bb96373 100644 --- a/source/processes/electromagnetic/standard/History +++ b/source/processes/electromagnetic/standard/History @@ -1,4 +1,4 @@ -$Id: History 107365 2017-11-09 10:54:29Z gcosmo $ +$Id: History 108504 2018-02-15 15:46:37Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -18,6 +18,11 @@ committal in the CVS repository ! ---------------------------------------------------------- +09 December 17: V.Ivanchenko (emstand-V10-03-52) +- G4PairProductionRelModel - fixed misuse of G4Pow (A13(..) should + be used instead of Z13(..)), add initialisation of an element + cache before sampling of final state (partly fix problem #2017) + 08 November 17: D.Sawkey (emstand-V10-03-51) - G4CoulombScattering, G4eMultipleScattering, G4hMultipleScattering modify ProcessDescription text diff --git a/source/processes/electromagnetic/standard/src/G4PairProductionRelModel.cc b/source/processes/electromagnetic/standard/src/G4PairProductionRelModel.cc index ce721ea5591e80d76d797e2530e172a0ab5cfe8c..7b4c1cb4c54d648a43e13b99d98031d8d490d2f7 100644 --- a/source/processes/electromagnetic/standard/src/G4PairProductionRelModel.cc +++ b/source/processes/electromagnetic/standard/src/G4PairProductionRelModel.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4PairProductionRelModel.cc 106628 2017-10-17 06:25:38Z gcosmo $ +// $Id: G4PairProductionRelModel.cc 108504 2018-02-15 15:46:37Z gcosmo $ // // ------------------------------------------------------------------- // @@ -350,6 +350,7 @@ G4PairProductionRelModel::SampleSecondaries(std::vector<G4DynamicParticle*>* fve // select randomly one element constituing the material const G4Element* anElement = SelectRandomAtom(aMaterial, theGamma, GammaEnergy); + SetCurrentElement(anElement->GetZasInt()); CLHEP::HepRandomEngine* rndmEngine = G4Random::getTheEngine(); @@ -388,7 +389,7 @@ G4PairProductionRelModel::SampleSecondaries(std::vector<G4DynamicParticle*>* fve do { if ( NormF1/(NormF1+NormF2) > rndmEngine->flat() ) { - epsil = 0.5 - epsilrange*g4calc->Z13(rndmEngine->flat()); + epsil = 0.5 - epsilrange*g4calc->A13(rndmEngine->flat()); screenvar = screenfac/(epsil*(1-epsil)); if (fLPMflag && GammaEnergy > Eghigh) { CalcLPMFunctions(GammaEnergy,GammaEnergy*epsil); diff --git a/source/processes/electromagnetic/utils/History b/source/processes/electromagnetic/utils/History index 229f722a212e0f67f53564cc21e2f573b310c8a5..eaf386f6d06e6d733470968ebceadf83910a9568 100644 --- a/source/processes/electromagnetic/utils/History +++ b/source/processes/electromagnetic/utils/History @@ -1,4 +1,4 @@ -$Id: History 107364 2017-11-09 10:53:25Z gcosmo $ +$Id: History 108506 2018-02-15 15:50:39Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,20 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +14 December 17: V.Ivant (emutils-V10-03-32) +- G4EmParametersMessenger - use G4Exception for warnings instead + of G4cout, review G4State for UI commands and make a signal to + the RunManager about modification of physics if a command + is issued in Idle state +- G4EmParameters, G4VEmProcess, G4VEnergyLossProcess - define the + same default values for few internal members (this is a + cleanup, which does not affect results) + +13 December 17: V.Ivant +- G4EmParameters, G4EmParametersMessenger - fixed printout format + and add lock and protection in commands defining physics + pre region + 08 November 17: D.Sawkey (emutils-V10-03-31) - G4LossTableManager, G4VEmProcess, G4VEnergyLossProcess, G4VMultipleScattering - fix html documentation diff --git a/source/processes/electromagnetic/utils/src/G4EmParameters.cc b/source/processes/electromagnetic/utils/src/G4EmParameters.cc index 90e36f5b6725c330f189dc755182a79cd4a6a8dd..419e65d38a6fd181e2e3a416fee9a9a90244c9ab 100644 --- a/source/processes/electromagnetic/utils/src/G4EmParameters.cc +++ b/source/processes/electromagnetic/utils/src/G4EmParameters.cc @@ -158,7 +158,7 @@ void G4EmParameters::Initialise() finalRangeMuHad = 0.1*CLHEP::mm; factorScreen = 1.0; - nbins = 77; + nbins = 84; nbinsPerDecade = 7; verbose = 1; workerVerbose = 0; @@ -927,6 +927,7 @@ void G4EmParameters::AddPAIModel(const G4String& particle, const G4String& region, const G4String& type) { + if(IsLocked()) { return; } G4String r = CheckRegion(region); G4int nreg = m_regnamesPAI.size(); for(G4int i=0; i<nreg; ++i) { @@ -965,6 +966,7 @@ const std::vector<G4String>& G4EmParameters::TypesPAI() const void G4EmParameters::AddMicroElec(const G4String& region) { + if(IsLocked()) { return; } G4String r = CheckRegion(region); G4int nreg = m_regnamesME.size(); for(G4int i=0; i<nreg; ++i) { @@ -980,6 +982,7 @@ const std::vector<G4String>& G4EmParameters::RegionsMicroElec() const void G4EmParameters::AddDNA(const G4String& region, const G4String& type) { + if(IsLocked()) { return; } G4String r = CheckRegion(region); G4int nreg = m_regnamesDNA.size(); for(G4int i=0; i<nreg; ++i) { @@ -1001,13 +1004,7 @@ const std::vector<G4String>& G4EmParameters::TypesDNA() const void G4EmParameters::AddMsc(const G4String& region, const G4String& type) { - G4String r = CheckRegion(region); - G4int nreg = m_regnamesMsc.size(); - for(G4int i=0; i<nreg; ++i) { - if(r == m_regnamesMsc[i]) { return; } - } - m_regnamesMsc.push_back(r); - m_typesMsc.push_back(type); + AddPhysics(region, type); } const std::vector<G4String>& G4EmParameters::RegionsMsc() const @@ -1022,6 +1019,7 @@ const std::vector<G4String>& G4EmParameters::TypesMsc() const void G4EmParameters::AddPhysics(const G4String& region, const G4String& type) { + if(IsLocked()) { return; } G4String r = CheckRegion(region); G4int nreg = m_regnamesMsc.size(); for(G4int i=0; i<nreg; ++i) { @@ -1255,36 +1253,37 @@ std::ostream& G4EmParameters::StreamInfo(std::ostream& os) const os << "=======================================================================" << "\n"; os << "====== Electromagnetic Physics Parameters ========" << "\n"; os << "=======================================================================" << "\n"; - os << "Fluctuations of dE/dx are enabled " <<lossFluctuation << "\n"; - os << "Build CSDA range enabled " <<buildCSDARange << "\n"; os << "LPM effect enabled " <<flagLPM << "\n"; os << "Spline of EM tables enabled " <<spline << "\n"; - os << "Use cut as a final range enabled " <<finalRange << "\n"; os << "Apply cuts on all EM processes " <<applyCuts << "\n"; - os << "Fluorescence enabled " <<fluo << "\n"; - os << "Fluorescence Bearden data files enabled " <<beardenFluoDir << "\n"; - os << "Auger electron production enabled " <<auger << "\n"; - os << "Auger cascade enabled " <<augerCascade << "\n"; - os << "PIXE atomic de-excitation enabled " <<pixe << "\n"; - os << "De-excitation module ignores cuts " <<deexIgnoreCut << "\n"; - os << "Msc lateral displacement for e+- enabled " <<lateralDisplacement << "\n"; - os << "Msc lateral displacement for muons and hadrons " <<muhadLateralDisplacement << "\n"; - os << "Msc lateral displacement alg96 for e+- " <<lateralDisplacementAlg96 << "\n"; - os << "Msc lateral displacement beyond geometry safety " <<latDisplacementBeyondSafety << "\n"; - os << "Enable angular generator interface " - <<useAngGeneratorForIonisation << "\n"; - os << "Use Mott correction for e- scattering " << useMottCorrection << "\n"; os << "Use integral approach for tracking " << integral << "\n"; + os << "X-section factor for integral approach " <<lambdaFactor << "\n"; os << "Use built-in Birks satuaration " << birks << "\n"; - os << "Use fast sampling in DNA models " << dnaFast << "\n"; - os << "Use Stationary option in DNA models " << dnaStationary << "\n"; - os << "Use DNA with multiple scattering of e- " << dnaMsc << "\n"; - - os << "Factor of cut reduction for sub-cutoff method " << minSubRange << "\n"; os << "Min kinetic energy for tables " <<G4BestUnit(minKinEnergy,"Energy") << "\n"; os << "Max kinetic energy for tables " <<G4BestUnit(maxKinEnergy,"Energy") << "\n"; + os << "Number of bins in tables " <<nbins << "\n"; + os << "Number of bins per decade of a table " <<nbinsPerDecade << "\n"; + os << "Verbose level " <<verbose << "\n"; + os << "Verbose level for worker thread " <<workerVerbose << "\n"; + os << "Bremsstrahlung energy threshold above which \n" + << " primary is added to the list of secondary " + <<G4BestUnit(bremsTh,"Energy") << "\n"; + + os << "=======================================================================" << "\n"; + os << "====== Ionisation Parameters ========" << "\n"; + os << "=======================================================================" << "\n"; + os << "Step function for e+- " <<"("<< dRoverRange + << ", " << finalRange << " mm)\n"; + os << "Step function for muons/hadrons " <<"("<< dRoverRangeMuHad + << ", " << finalRangeMuHad << " mm)\n"; + os << "Fluctuations of dE/dx are enabled " <<lossFluctuation << "\n"; + os << "Build CSDA range enabled " <<buildCSDARange << "\n"; + os << "Use cut as a final range enabled " <<finalRange << "\n"; + os << "Enable angular generator interface " + <<useAngGeneratorForIonisation << "\n"; + os << "Factor of cut reduction for sub-cutoff method " << minSubRange << "\n"; os << "Max kinetic energy for CSDA tables " <<G4BestUnit(maxKinEnergyCSDA,"Energy") << "\n"; os << "Lowest e+e- kinetic energy " @@ -1294,36 +1293,47 @@ std::ostream& G4EmParameters::StreamInfo(std::ostream& os) const os << "Lowest triplet kinetic energy " <<G4BestUnit(lowestTripletEnergy,"Energy") << "\n"; os << "Linear loss limit " <<linLossLimit << "\n"; - os << "Bremsstrahlung energy threshold above which \n" - << " primary is added to the list of secondary " - <<G4BestUnit(bremsTh,"Energy") << "\n"; - os << "X-section factor for integral approach " <<lambdaFactor << "\n"; + + os << "=======================================================================" << "\n"; + os << "====== Multiple Scattering Parameters ========" << "\n"; + os << "=======================================================================" << "\n"; + os << "Type of msc step limit algorithm for e+- " <<mscStepLimit << "\n"; + os << "Type of msc step limit algorithm for muons/hadrons " <<mscStepLimitMuHad << "\n"; + os << "Msc lateral displacement for e+- enabled " <<lateralDisplacement << "\n"; + os << "Msc lateral displacement for muons and hadrons " <<muhadLateralDisplacement << "\n"; + os << "Msc lateral displacement alg96 for e+- " <<lateralDisplacementAlg96 << "\n"; + os << "Msc lateral displacement beyond geometry safety " <<latDisplacementBeyondSafety << "\n"; + os << "Range factor for msc step limit for e+- " <<rangeFactor << "\n"; + os << "Range factor for msc step limit for muons/hadrons " <<rangeFactorMuHad << "\n"; + os << "Geometry factor for msc step limitation of e+- " <<geomFactor << "\n"; + os << "Skin parameter for msc step limitation of e+- " <<skin << "\n"; + os << "Use Mott correction for e- scattering " << useMottCorrection << "\n"; os << "Factor used for dynamic computation of angular \n" << " limit between single and multiple scattering " << factorForAngleLimit << "\n"; os << "Fixed angular limit between single \n" << " and multiple scattering " <<thetaLimit/rad << " rad" << "\n"; - os << "Range factor for msc step limit for e+- " <<rangeFactor << "\n"; - os << "Range factor for msc step limit for muons/hadrons " <<rangeFactorMuHad << "\n"; - os << "Geometry factor for msc step limitation of e+- " <<geomFactor << "\n"; - os << "Skin parameter for msc step limitation of e+- " <<skin << "\n"; - os << "Screening factor " <<factorScreen << "\n"; - os << "Step function for e+- " <<"("<< dRoverRange - << ", " << finalRange << " mm)\n"; - os << "Step function for muons/hadrons " <<"("<< dRoverRangeMuHad - << ", " << finalRangeMuHad << " mm)\n"; - - os << "Number of bins in tables " <<nbins << "\n"; - os << "Number of bins per decade of a table " <<nbinsPerDecade << "\n"; - os << "Verbose level " <<verbose << "\n"; - os << "Verbose level for worker thread " <<workerVerbose << "\n"; - - os << "Type of msc step limit algorithm for e+- " <<mscStepLimit << "\n"; - os << "Type of msc step limit algorithm for muons/hadrons " <<mscStepLimitMuHad << "\n"; os << "Type of nuclear form-factor " <<nucFormfactor << "\n"; + os << "Screening factor " <<factorScreen << "\n"; + os << "=======================================================================" << "\n"; + os << "====== Atomic Deexcitation Parameters ========" << "\n"; + os << "=======================================================================" << "\n"; + os << "Fluorescence enabled " <<fluo << "\n"; + os << "Fluorescence Bearden data files enabled " <<beardenFluoDir << "\n"; + os << "Auger electron production enabled " <<auger << "\n"; + os << "Auger cascade enabled " <<augerCascade << "\n"; + os << "PIXE atomic de-excitation enabled " <<pixe << "\n"; + os << "De-excitation module ignores cuts " <<deexIgnoreCut << "\n"; os << "Type of PIXE cross section for hadrons " <<namePIXE << "\n"; os << "Type of PIXE cross section for e+- " <<nameElectronPIXE << "\n"; + + os << "=======================================================================" << "\n"; + os << "====== DNA Physics Parameters ========" << "\n"; + os << "=======================================================================" << "\n"; + os << "Use fast sampling in DNA models " << dnaFast << "\n"; + os << "Use Stationary option in DNA models " << dnaStationary << "\n"; + os << "Use DNA with multiple scattering of e- " << dnaMsc << "\n"; os << "=======================================================================" << "\n"; os.precision(prec); return os; @@ -1348,4 +1358,3 @@ G4bool G4EmParameters::IsLocked() const } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... - diff --git a/source/processes/electromagnetic/utils/src/G4EmParametersMessenger.cc b/source/processes/electromagnetic/utils/src/G4EmParametersMessenger.cc index 1081aa33430b52d49f60c8b705fe4d54cab77f80..db966539a06cc6d18c502712ba2f25631ec95f70 100644 --- a/source/processes/electromagnetic/utils/src/G4EmParametersMessenger.cc +++ b/source/processes/electromagnetic/utils/src/G4EmParametersMessenger.cc @@ -93,7 +93,7 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) splCmd->SetGuidance("Enable/disable usage spline for Physics Vectors"); splCmd->SetParameterName("spl",true); splCmd->SetDefaultValue(false); - splCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + splCmd->AvailableForStates(G4State_PreInit); rsCmd = new G4UIcmdWithABool("/process/eLoss/useCutAsFinalRange",this); rsCmd->SetGuidance("Enable/disable use of cut in range as a final range"); @@ -168,7 +168,7 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) catCmd->AvailableForStates(G4State_PreInit,G4State_Idle); delCmd = new G4UIcmdWithABool("/process/eLoss/UseAngularGenerator",this); - delCmd->SetGuidance("Enable usage of angular generator"); + delCmd->SetGuidance("Enable usage of angular generator for ionisation"); delCmd->SetParameterName("del",true); delCmd->SetDefaultValue(false); delCmd->AvailableForStates(G4State_PreInit); @@ -224,19 +224,19 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) minEnCmd->SetGuidance("Set the min kinetic energy for EM tables"); minEnCmd->SetParameterName("emin",true); minEnCmd->SetUnitCategory("Energy"); - minEnCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + minEnCmd->AvailableForStates(G4State_PreInit); maxEnCmd = new G4UIcmdWithADoubleAndUnit("/process/eLoss/maxKinEnergy",this); maxEnCmd->SetGuidance("Set the max kinetic energy for EM tables"); maxEnCmd->SetParameterName("emax",true); maxEnCmd->SetUnitCategory("Energy"); - maxEnCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + maxEnCmd->AvailableForStates(G4State_PreInit); cenCmd = new G4UIcmdWithADoubleAndUnit("/process/eLoss/maxKinEnergyCSDA",this); cenCmd->SetGuidance("Set the max kinetic energy for CSDA table"); cenCmd->SetParameterName("emaxCSDA",true); cenCmd->SetUnitCategory("Energy"); - cenCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + cenCmd->AvailableForStates(G4State_PreInit); lowEnCmd = new G4UIcmdWithADoubleAndUnit("/process/em/lowestElectronEnergy",this); lowEnCmd->SetGuidance("Set the lowest kinetic energy for e+-"); @@ -277,7 +277,7 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) mscfCmd->SetParameterName("Fact",true); mscfCmd->SetRange("Fact>0"); mscfCmd->SetDefaultValue(1.); - mscfCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + mscfCmd->AvailableForStates(G4State_PreInit); angCmd = new G4UIcmdWithADoubleAndUnit("/process/msc/ThetaLimit",this); angCmd->SetGuidance("Set the limit on the polar angle for msc and single scattering"); @@ -319,20 +319,20 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) dedxCmd = new G4UIcmdWithAnInteger("/process/eLoss/binsDEDX",this); dedxCmd->SetGuidance("Set number of bins for EM tables"); dedxCmd->SetParameterName("binsDEDX",true); - dedxCmd->SetDefaultValue(77); - dedxCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + dedxCmd->SetDefaultValue(84); + dedxCmd->AvailableForStates(G4State_PreInit); lamCmd = new G4UIcmdWithAnInteger("/process/eLoss/binsLambda",this); lamCmd->SetGuidance("Set number of bins for EM tables"); lamCmd->SetParameterName("binsL",true); - lamCmd->SetDefaultValue(77); - lamCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + lamCmd->SetDefaultValue(84); + lamCmd->AvailableForStates(G4State_PreInit); amCmd = new G4UIcmdWithAnInteger("/process/eLoss/binsPerDecade",this); amCmd->SetGuidance("Set number of bins per decade for EM tables"); amCmd->SetParameterName("bins",true); amCmd->SetDefaultValue(7); - amCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + amCmd->AvailableForStates(G4State_PreInit); verCmd = new G4UIcmdWithAnInteger("/process/eLoss/verbose",this); verCmd->SetGuidance("Set verbose level for EM physics"); @@ -560,7 +560,7 @@ G4EmParametersMessenger::G4EmParametersMessenger(G4EmParameters* ptr) nffCmd->SetGuidance("Define typy of nuclear form-factor"); nffCmd->SetParameterName("NucFF",true); nffCmd->SetCandidates("None Exponential Gaussian Flat"); - nffCmd->AvailableForStates(G4State_PreInit,G4State_Idle); + nffCmd->AvailableForStates(G4State_PreInit); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... @@ -659,7 +659,6 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, physicsModified = true; } else if (command == splCmd) { theParameters->SetSpline(splCmd->GetNewBoolValue(newValue)); - physicsModified = true; } else if (command == rsCmd) { theParameters->SetUseCutAsFinalRange(rsCmd->GetNewBoolValue(newValue)); physicsModified = true; @@ -717,10 +716,8 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, theParameters->SetMinSubRange(minSubSecCmd->GetNewDoubleValue(newValue)); } else if (command == minEnCmd) { theParameters->SetMinEnergy(minEnCmd->GetNewDoubleValue(newValue)); - physicsModified = true; } else if (command == maxEnCmd) { theParameters->SetMaxEnergy(maxEnCmd->GetNewDoubleValue(newValue)); - physicsModified = true; } else if (command == cenCmd) { theParameters->SetMaxEnergyForCSDARange(cenCmd->GetNewDoubleValue(newValue)); physicsModified = true; @@ -744,7 +741,6 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, physicsModified = true; } else if (command == mscfCmd) { theParameters->SetFactorForAngleLimit(mscfCmd->GetNewDoubleValue(newValue)); - physicsModified = true; } else if (command == angCmd) { theParameters->SetMscThetaLimit(angCmd->GetNewDoubleValue(newValue)); physicsModified = true; @@ -765,19 +761,18 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, } else if (command == dedxCmd) { theParameters->SetNumberOfBins(dedxCmd->GetNewIntValue(newValue)); - physicsModified = true; } else if (command == lamCmd) { theParameters->SetNumberOfBins(lamCmd->GetNewIntValue(newValue)); - physicsModified = true; } else if (command == amCmd) { theParameters->SetNumberOfBinsPerDecade(amCmd->GetNewIntValue(newValue)); - physicsModified = true; } else if (command == verCmd) { theParameters->SetVerbose(verCmd->GetNewIntValue(newValue)); } else if (command == ver1Cmd) { theParameters->SetVerbose(ver1Cmd->GetNewIntValue(newValue)); + physicsModified = true; } else if (command == ver2Cmd) { theParameters->SetWorkerVerbose(ver2Cmd->GetNewIntValue(newValue)); + physicsModified = true; } else if (command == mscCmd || command == msc1Cmd) { G4MscStepLimitType msctype = fUseSafety; @@ -790,8 +785,9 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, } else if(newValue == "UseSafetyPlus") { msctype = fUseSafetyPlus; } else { - G4cout << "### G4EmParametersMessenger WARNING: StepLimit type <" - << newValue << "> unknown!" << G4endl; + G4ExceptionDescription ed; + ed << " StepLimit type <" << newValue << "> unknown!"; + G4Exception("G4EmParametersMessenger", "em0044", JustWarning, ed); return; } if (command == mscCmd) { @@ -886,8 +882,13 @@ void G4EmParametersMessenger::SetNewValue(G4UIcommand* command, if(newValue == "Exponential") { x = fExponentialNF; } else if(newValue == "Gaussian") { x = fGaussianNF; } else if(newValue == "Flat") { x = fFlatNF; } + else if(newValue != "None") { + G4ExceptionDescription ed; + ed << " NuclearFormFactor type <" << newValue << "> unknown!"; + G4Exception("G4EmParametersMessenger", "em0044", JustWarning, ed); + return; + } theParameters->SetNuclearFormfactorType(x); - physicsModified = true; } if(physicsModified) { G4UImanager::GetUIpointer()->ApplyCommand("/run/physicsModified"); diff --git a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc index ad0b002dd0d4e5c086d53fc8b74f9b031325cb9f..dd98b10bf702fd02c7cf8ceaa8050c7184c0f69e 100644 --- a/source/processes/electromagnetic/utils/src/G4VEmProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEmProcess.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VEmProcess.cc 107364 2017-11-09 10:53:25Z gcosmo $ +// $Id: G4VEmProcess.cc 108506 2018-02-15 15:50:39Z gcosmo $ // // ------------------------------------------------------------------- // @@ -113,7 +113,7 @@ G4VEmProcess::G4VEmProcess(const G4String& name, G4ProcessType type): // Size of tables assuming spline minKinEnergy = 0.1*keV; maxKinEnergy = 100.0*TeV; - nLambdaBins = 77; + nLambdaBins = 84; minKinEnergyPrim = DBL_MAX; actBinning = actSpline = actMinKinEnergy = actMaxKinEnergy = false; diff --git a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc index 2f17ff5c2281f01ac6a0c66fabe1db757fc928db..d067b03429d66af3d26433a07baf60b16cdb8c99 100644 --- a/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc +++ b/source/processes/electromagnetic/utils/src/G4VEnergyLossProcess.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4VEnergyLossProcess.cc 107364 2017-11-09 10:53:25Z gcosmo $ +// $Id: G4VEnergyLossProcess.cc 108506 2018-02-15 15:50:39Z gcosmo $ // // ------------------------------------------------------------------- // @@ -209,7 +209,7 @@ G4VEnergyLossProcess::G4VEnergyLossProcess(const G4String& name, // Size of tables assuming spline minKinEnergy = 0.1*keV; maxKinEnergy = 100.0*TeV; - nBins = 77; + nBins = 84; maxKinEnergyCSDA = 1.0*GeV; nBinsCSDA = 35; actMinKinEnergy = actMaxKinEnergy = actBinning = actLinLossLimit diff --git a/source/processes/electromagnetic/xrays/History b/source/processes/electromagnetic/xrays/History index 8eb4395a433ccdfc68a12186a8354c1e908b2b65..3ea3f9d19a09d60183cd42ba6dec29f0b36687a5 100644 --- a/source/processes/electromagnetic/xrays/History +++ b/source/processes/electromagnetic/xrays/History @@ -1,4 +1,4 @@ -$Id: History 106116 2017-09-13 10:19:06Z gcosmo $ +$Id: History 108508 2018-02-15 15:54:35Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,19 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +12 February 18: V.Ivanchenko (xrays-V10-03-01) +- G4VTransitionRadiation, G4TransitionRadiation, G4SynchrotronRadiationInMat, + G4Scintillation, G4ForwardXrayTR, G4Cerenkov - moved static and virtual + methods from inline to the source, removed extra empty and commented lines + +26 January 18: V.Ivanchenko +- G4VXTRenergyLoss - V.Grichine exteded XTR angle limit up to 250/gamma + (ATLAS requirements) + +21 December 17: G.Cosmo +- Fixed self-consistency in G4VTRModel header (missing #include). + Thanks to Raphael Isemann for reporting this. + 11 September 17: S.Y.Jun (xrays-V10-03-00) - Change material property keys by the enum (index) type defined in G4MaterialPropertiesIndex diff --git a/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh b/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh index 494626ca1f82ae6453ee96798bc445f1b070a113..0542c9488fe5452f75b220523325cc432d6cd0f7 100644 --- a/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh +++ b/source/processes/electromagnetic/xrays/include/G4Cerenkov.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Cerenkov.hh 98002 2016-06-30 13:03:36Z gcosmo $ +// $Id: G4Cerenkov.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -265,18 +265,6 @@ G4int G4Cerenkov::GetNumPhotons() const return fNumPhotons; } -inline -void G4Cerenkov::DumpPhysicsTable() const -{ - G4int PhysicsTableSize = thePhysicsTable->entries(); - G4PhysicsOrderedFreeVector *v; - - for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) { - v = (G4PhysicsOrderedFreeVector*)(*thePhysicsTable)[i]; - v->DumpValues(); - } -} - inline G4PhysicsTable* G4Cerenkov::GetPhysicsTable() const { diff --git a/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh b/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh index bcb220921aead2f1aa4db5c300bdfa3c8817280b..6499e82dd72148e693fe8272f5c4ab37e1ad468f 100644 --- a/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh +++ b/source/processes/electromagnetic/xrays/include/G4ForwardXrayTR.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ForwardXrayTR.hh 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4ForwardXrayTR.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // G4ForwardXrayTR // @@ -125,15 +125,15 @@ G4double EnergySum( G4double energy1, /////////////////////////// Access functions //////////////////////////// - G4PhysicsTable* GetAngleDistrTable() { return fAngleDistrTable; }; - G4PhysicsTable* GetEnergyDistrTable() { return fEnergyDistrTable; }; + G4PhysicsTable* GetAngleDistrTable(); + G4PhysicsTable* GetEnergyDistrTable(); - static G4int GetSympsonNumber() { return fSympsonNumber; }; - static G4int GetBinTR() { return fBinTR; }; + static G4int GetSympsonNumber(); + static G4int GetBinTR(); - static G4double GetMinProtonTkin() { return fMinProtonTkin; }; - static G4double GetMaxProtonTkin() { return fMaxProtonTkin; }; - static G4int GetTotBin() { return fTotBin; }; + static G4double GetMinProtonTkin(); + static G4double GetMaxProtonTkin(); + static G4int GetTotBin(); protected: // for access from X-ray TR fast simulation models diff --git a/source/processes/electromagnetic/xrays/include/G4Scintillation.hh b/source/processes/electromagnetic/xrays/include/G4Scintillation.hh index 5ec2324bef46f7ba5e52cea6c4d238e0bb8fe17f..fdb9b0fda8736e76bcd9ecb0e450f144e76c8001 100644 --- a/source/processes/electromagnetic/xrays/include/G4Scintillation.hh +++ b/source/processes/electromagnetic/xrays/include/G4Scintillation.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Scintillation.hh 98002 2016-06-30 13:03:36Z gcosmo $ +// $Id: G4Scintillation.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // //////////////////////////////////////////////////////////////////////// @@ -276,15 +276,6 @@ private: // Inline methods //////////////////// -inline -G4bool G4Scintillation::IsApplicable(const G4ParticleDefinition& aParticleType) -{ - if (aParticleType.GetParticleName() == "opticalphoton") return false; - if (aParticleType.IsShortLived()) return false; - - return true; -} - inline void G4Scintillation::SetTrackSecondariesFirst(const G4bool state) { @@ -399,31 +390,6 @@ G4int G4Scintillation::GetNumPhotons() const return fNumPhotons; } -inline -void G4Scintillation::DumpPhysicsTable() const -{ - if (fFastIntegralTable) { - G4int PhysicsTableSize = fFastIntegralTable->entries(); - G4PhysicsOrderedFreeVector *v; - - for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) - { - v = (G4PhysicsOrderedFreeVector*)(*fFastIntegralTable)[i]; - v->DumpValues(); - } - } - - if (fSlowIntegralTable) { - G4int PhysicsTableSize = fSlowIntegralTable->entries(); - G4PhysicsOrderedFreeVector *v; - - for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) - { - v = (G4PhysicsOrderedFreeVector*)(*fSlowIntegralTable)[i]; - v->DumpValues(); - } - } -} inline G4double G4Scintillation::single_exp(G4double t, G4double tau2) diff --git a/source/processes/electromagnetic/xrays/include/G4SynchrotronRadiationInMat.hh b/source/processes/electromagnetic/xrays/include/G4SynchrotronRadiationInMat.hh index 4919c6b60ffdac3a5c49b721e72c593c6330cbb2..064733769cb42bd88148c0c7cf1b59ca8954e8e4 100644 --- a/source/processes/electromagnetic/xrays/include/G4SynchrotronRadiationInMat.hh +++ b/source/processes/electromagnetic/xrays/include/G4SynchrotronRadiationInMat.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4SynchrotronRadiationInMat.hh 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4SynchrotronRadiationInMat.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // ------------------------------------------------------------ // GEANT 4 class header file @@ -107,8 +107,8 @@ public: ///////////////// Post Step functions ////////////////////////// G4bool IsApplicable(const G4ParticleDefinition&) override; - static G4double GetLambdaConst(){ return fLambdaConst; }; - static G4double GetEnergyConst(){ return fEnergyConst; }; + static G4double GetLambdaConst(); + static G4double GetEnergyConst(); void SetRootNumber(G4int rn){ fRootNumber = rn; }; void SetVerboseLevel(G4int v){ fVerboseLevel = v; }; @@ -128,23 +128,12 @@ private: const G4double LowestKineticEnergy; // low energy limit of the cross-section formula - //const G4double - //HighestKineticEnergy; // high energy limit of the cross-section formula - - //G4int TotBin; // number of bins in the tables - G4double CutInRange; const G4ParticleDefinition* theGamma; const G4ParticleDefinition* theElectron; const G4ParticleDefinition* thePositron; - //const G4double* GammaCutInKineticEnergy; - //const G4double* ElectronCutInKineticEnergy; - //const G4double* PositronCutInKineticEnergy; - //const G4double* ParticleCutInKineticEnergy; - - G4double GammaCutInKineticEnergyNow; G4double ElectronCutInKineticEnergyNow; G4double PositronCutInKineticEnergyNow; diff --git a/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh b/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh index c4442d55642dfb6f6bce61f783ef7110bab939d0..620a3b7600690be163be22a6738c49f19cec610f 100644 --- a/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh +++ b/source/processes/electromagnetic/xrays/include/G4TransitionRadiation.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4TransitionRadiation.hh 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4TransitionRadiation.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // G4TransitionRadiation -- header file // @@ -52,7 +52,6 @@ #include "G4VDiscreteProcess.hh" #include "G4Material.hh" -// #include "G4OpBoundaryProcess.hh" class G4TransitionRadiation : public G4VDiscreteProcess { diff --git a/source/processes/electromagnetic/xrays/include/G4VTRModel.hh b/source/processes/electromagnetic/xrays/include/G4VTRModel.hh index 9fcd5a204bdf5daf1d85a162cd5f0493fc1f270f..4c3b58547ed0471ee548c7b6c2214b16cd827c45 100644 --- a/source/processes/electromagnetic/xrays/include/G4VTRModel.hh +++ b/source/processes/electromagnetic/xrays/include/G4VTRModel.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VTRModel.hh 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4VTRModel.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // G4VTRModel -- header file // @@ -38,24 +38,24 @@ #ifndef G4VTRModel_h #define G4VTRModel_h +#include <vector> #include "globals.hh" -#include <vector> +#include "G4ThreeVector.hh" class G4Material; class G4Track; class G4VParticleChange; - class G4VTRModel { public: -// Constructors + // Constructors explicit G4VTRModel( const G4String& modelName) {fName = modelName;}; -// Destructor + // Destructor virtual ~G4VTRModel() {}; @@ -70,19 +70,14 @@ public: virtual void PrintInfo() { return; }; -// private : - - // hide assignment operator + // disable assignment operator & copy constructor G4VTRModel & operator=(const G4VTRModel &right) = delete; G4VTRModel(const G4VTRModel&) = delete; protected: - G4String fName; - - }; #endif // G4VTRModel_h diff --git a/source/processes/electromagnetic/xrays/include/G4VTransitionRadiation.hh b/source/processes/electromagnetic/xrays/include/G4VTransitionRadiation.hh index 97d0cb171787409bafa2276faff4c082342d0e28..bc315d97f767fcece93e9962ea439d48b745fb92 100644 --- a/source/processes/electromagnetic/xrays/include/G4VTransitionRadiation.hh +++ b/source/processes/electromagnetic/xrays/include/G4VTransitionRadiation.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VTransitionRadiation.hh 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4VTransitionRadiation.hh 108508 2018-02-15 15:54:35Z gcosmo $ // // G4VTransitionRadiation -- header file // @@ -102,21 +102,4 @@ public: }; -inline G4double G4VTransitionRadiation::GetMeanFreePath( - const G4Track& track, G4double, - G4ForceCondition* condition) -{ - if(nSteps > 0) { - *condition = StronglyForced; - } else { - *condition = NotForced; - if(track.GetKineticEnergy()/track.GetDefinition()->GetPDGMass() + 1.0 > gammaMin && - track.GetVolume()->GetLogicalVolume()->GetRegion() == region) { - *condition = StronglyForced; - } - } - return DBL_MAX; // so TR doesn't limit mean free path -} - - #endif // G4VTransitionRadiation_h diff --git a/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc b/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc index b022fbf994c7488fc62591709506b431e601a160..a664e3adffec7a1e87012b5bbaf13ff46d711b99 100644 --- a/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc +++ b/source/processes/electromagnetic/xrays/src/G4Cerenkov.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4Cerenkov.cc 106116 2017-09-13 10:19:06Z gcosmo $ +// $Id: G4Cerenkov.cc 108508 2018-02-15 15:54:35Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // Cerenkov Radiation Class Implementation @@ -679,3 +679,15 @@ G4double return NumPhotons; } + +void G4Cerenkov::DumpPhysicsTable() const +{ + G4int PhysicsTableSize = thePhysicsTable->entries(); + G4PhysicsOrderedFreeVector *v; + + for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) { + v = (G4PhysicsOrderedFreeVector*)(*thePhysicsTable)[i]; + v->DumpValues(); + } +} + diff --git a/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc b/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc index 74b1ead01b131c57d49277788e0f4ec0d8a3eed2..f3264f81a5909e08559570eca75a36f68f390a29 100644 --- a/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc +++ b/source/processes/electromagnetic/xrays/src/G4ForwardXrayTR.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ForwardXrayTR.cc 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4ForwardXrayTR.cc 108508 2018-02-15 15:54:35Z gcosmo $ // // G4ForwardXrayTR class -- implementation file // @@ -800,16 +800,36 @@ G4ForwardXrayTR::GetEnergyTR(G4int iMat, G4int jMat, G4int iTkin) const // theta angle relative to particle direction // - G4double G4ForwardXrayTR::GetThetaTR(G4int, G4int, G4int) const { - G4double theta = 0.0; + return 0.0; +} + +G4int G4ForwardXrayTR::GetSympsonNumber() +{ + return fSympsonNumber; +} - return theta; +G4int G4ForwardXrayTR::GetBinTR() +{ + return fBinTR; } +G4double G4ForwardXrayTR::GetMinProtonTkin() +{ + return fMinProtonTkin; +} + +G4double G4ForwardXrayTR::GetMaxProtonTkin() +{ + return fMaxProtonTkin; +} +G4int G4ForwardXrayTR::GetTotBin() +{ + return fTotBin; +} // end of G4ForwardXrayTR implementation file // diff --git a/source/processes/electromagnetic/xrays/src/G4Scintillation.cc b/source/processes/electromagnetic/xrays/src/G4Scintillation.cc index 8a5ad74fe8c45fbd5f909e8552a4cd233eb7aca8..bd60da43a1a6c4186129d097b20d644810c38cfa 100644 --- a/source/processes/electromagnetic/xrays/src/G4Scintillation.cc +++ b/source/processes/electromagnetic/xrays/src/G4Scintillation.cc @@ -23,7 +23,7 @@ // ******************************************************************** // // -// $Id: G4Scintillation.cc 107824 2017-12-05 15:47:44Z gunter $ +// $Id: G4Scintillation.cc 108508 2018-02-15 15:54:35Z gcosmo $ // //////////////////////////////////////////////////////////////////////// // Scintillation Light Class Implementation @@ -155,6 +155,14 @@ G4Scintillation::~G4Scintillation() // Methods //////////// +G4bool G4Scintillation::IsApplicable(const G4ParticleDefinition& aParticleType) +{ + if (aParticleType.GetParticleName() == "opticalphoton") return false; + if (aParticleType.IsShortLived()) return false; + + return true; +} + void G4Scintillation::BuildPhysicsTable(const G4ParticleDefinition&) { if (fFastIntegralTable != nullptr) { @@ -854,3 +862,28 @@ GetScintillationYieldByParticleType(const G4Track &aTrack, const G4Step &aStep) return ScintillationYield; } + +void G4Scintillation::DumpPhysicsTable() const +{ + if (fFastIntegralTable) { + G4int PhysicsTableSize = fFastIntegralTable->entries(); + G4PhysicsOrderedFreeVector *v; + + for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) + { + v = (G4PhysicsOrderedFreeVector*)(*fFastIntegralTable)[i]; + v->DumpValues(); + } + } + + if (fSlowIntegralTable) { + G4int PhysicsTableSize = fSlowIntegralTable->entries(); + G4PhysicsOrderedFreeVector *v; + + for (G4int i = 0 ; i < PhysicsTableSize ; i++ ) + { + v = (G4PhysicsOrderedFreeVector*)(*fSlowIntegralTable)[i]; + v->DumpValues(); + } + } +} diff --git a/source/processes/electromagnetic/xrays/src/G4SynchrotronRadiationInMat.cc b/source/processes/electromagnetic/xrays/src/G4SynchrotronRadiationInMat.cc index 396a743968a5a9cbbc95085abaac32e45c8ac816..17a7d8150640efd22fda2989d18e33b90e0b737b 100644 --- a/source/processes/electromagnetic/xrays/src/G4SynchrotronRadiationInMat.cc +++ b/source/processes/electromagnetic/xrays/src/G4SynchrotronRadiationInMat.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4SynchrotronRadiationInMat.cc 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4SynchrotronRadiationInMat.cc 108508 2018-02-15 15:54:35Z gcosmo $ // // -------------------------------------------------------------- // GEANT 4 class implementation file @@ -123,15 +123,9 @@ G4SynchrotronRadiationInMat::fIntegralProbabilityOfSR[200] = G4SynchrotronRadiationInMat::G4SynchrotronRadiationInMat(const G4String& processName, G4ProcessType type):G4VDiscreteProcess (processName, type), LowestKineticEnergy (10.*keV), - //HighestKineticEnergy (100.*TeV), - //TotBin(200), theGamma (G4Gamma::Gamma() ), theElectron ( G4Electron::Electron() ), thePositron ( G4Positron::Positron() ), - //GammaCutInKineticEnergy(nullptr), - //ElectronCutInKineticEnergy(nullptr), - //PositronCutInKineticEnergy(nullptr), - //ParticleCutInKineticEnergy(nullptr), fAlpha(0.0), fRootNumber(80), fVerboseLevel( verboseLevel ) { @@ -156,10 +150,18 @@ G4SynchrotronRadiationInMat::~G4SynchrotronRadiationInMat() G4bool G4SynchrotronRadiationInMat::IsApplicable( const G4ParticleDefinition& particle ) { - return ( ( &particle == (const G4ParticleDefinition *)theElectron ) || - ( &particle == (const G4ParticleDefinition *)thePositron ) ); + ( &particle == (const G4ParticleDefinition *)thePositron )); +} + +G4double G4SynchrotronRadiationInMat::GetLambdaConst() +{ + return fLambdaConst; +} +G4double G4SynchrotronRadiationInMat::GetEnergyConst() +{ + return fEnergyConst; } /////////////////////////////// METHODS ///////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc b/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc index c814cfc5ca5286070a8862e041b0b1bc709f4e0b..0fe5c76906dcf096b1ca21e4c4d77577227fa8f0 100644 --- a/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc +++ b/source/processes/electromagnetic/xrays/src/G4TransitionRadiation.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4TransitionRadiation.cc 68037 2013-03-13 14:15:08Z gcosmo $ +// $Id: G4TransitionRadiation.cc 108508 2018-02-15 15:54:35Z gcosmo $ // // G4TransitionRadiation class -- implementation file @@ -228,7 +228,4 @@ EnergyIntegralDistribution( G4double energy1, + 4.0*sumOdd + 2.0*sumEven )/3.0 ; } - - - // end of G4TransitionRadiation implementation file -------------------------- diff --git a/source/processes/electromagnetic/xrays/src/G4VTransitionRadiation.cc b/source/processes/electromagnetic/xrays/src/G4VTransitionRadiation.cc index 0909d2ac139398969c64d0835cd530e1b5918d26..974e64c3c36aee8a85be927467307c7de26bc7dc 100644 --- a/source/processes/electromagnetic/xrays/src/G4VTransitionRadiation.cc +++ b/source/processes/electromagnetic/xrays/src/G4VTransitionRadiation.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VTransitionRadiation.cc 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4VTransitionRadiation.cc 108508 2018-02-15 15:54:35Z gcosmo $ // // G4VTransitionRadiation class -- implementation file @@ -167,3 +167,21 @@ void G4VTransitionRadiation::PrintInfoDefinition() } /////////////////////////////////////////////////////////////////////// + +G4double G4VTransitionRadiation::GetMeanFreePath( + const G4Track& track, G4double, + G4ForceCondition* condition) +{ + if(nSteps > 0) { + *condition = StronglyForced; + } else { + *condition = NotForced; + if(track.GetKineticEnergy()/track.GetDefinition()->GetPDGMass() + 1.0 > gammaMin && + track.GetVolume()->GetLogicalVolume()->GetRegion() == region) { + *condition = StronglyForced; + } + } + return DBL_MAX; // so TR doesn't limit mean free path +} + +/////////////////////////////////////////////////////////////////////// diff --git a/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc b/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc index e59cfc6a46a5d878c496d8a40a84579071a22e43..659f09fa0b59b2401bf853afa4d21076e67d442a 100644 --- a/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc +++ b/source/processes/electromagnetic/xrays/src/G4VXTRenergyLoss.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4VXTRenergyLoss.cc 97385 2016-06-02 09:59:53Z gcosmo $ +// $Id: G4VXTRenergyLoss.cc 108508 2018-02-15 15:54:35Z gcosmo $ // // History: // 2001-2002 R&D by V.Grichine @@ -85,13 +85,16 @@ G4VXTRenergyLoss::G4VXTRenergyLoss(G4LogicalVolume *anEnvelope, // Initialization of local constants fTheMinEnergyTR = 1.0*keV; fTheMaxEnergyTR = 100.0*keV; - fTheMaxAngle = 1.0e-2; - fTheMinAngle = 5.0e-6; - fBinTR = 50; + + fTheMaxAngle = 1.0e-2; // 100 mrad + + fTheMinAngle = 2.5e-5; + + fBinTR = 200; // 100; // 50; fMinProtonTkin = 100.0*GeV; fMaxProtonTkin = 100.0*TeV; - fTotBin = 50; + fTotBin = 50; // 100; // // Proton energy vector initialization fProtonEnergyVector = new G4PhysicsLogVector(fMinProtonTkin, @@ -120,7 +123,7 @@ G4VXTRenergyLoss::G4VXTRenergyLoss(G4LogicalVolume *anEnvelope, // default is XTR dEdx, not flux after radiator fExitFlux = false; - fAngleRadDistr = false; + fAngleRadDistr = true; // false; fCompton = false; fLambda = DBL_MAX; @@ -280,7 +283,7 @@ void G4VXTRenergyLoss::BuildPhysicsTable(const G4ParticleDefinition& pd) } BuildEnergyTable(); - if (fAngleRadDistr) + if ( fAngleRadDistr ) { if(verboseLevel > 0) { @@ -336,7 +339,7 @@ void G4VXTRenergyLoss::BuildEnergyTable() fGamma = 1.0 + (fProtonEnergyVector-> GetLowEdgeEnergy(iTkin)/proton_mass_c2); - fMaxThetaTR = 2500.0/(fGamma*fGamma) ; // theta^2 + fMaxThetaTR = 25.*2500.0/(fGamma*fGamma) ; // theta^2 fTheMinAngle = 1.0e-3; // was 5.e-6, e-6 !!!, e-5, e-4 @@ -428,7 +431,7 @@ void G4VXTRenergyLoss::BuildAngleForEnergyBank() fGamma = 1.0 + (fProtonEnergyVector-> GetLowEdgeEnergy(iTkin)/proton_mass_c2); - fMaxThetaTR = 2500.0/(fGamma*fGamma) ; // theta^2 + fMaxThetaTR = 25*2500.0/(fGamma*fGamma) ; // theta^2 fTheMinAngle = 1.0e-3; // was 5.e-6, e-6 !!!, e-5, e-4 @@ -509,7 +512,7 @@ void G4VXTRenergyLoss::BuildAngleTable() fGamma = 1.0 + (fProtonEnergyVector-> GetLowEdgeEnergy(iTkin)/proton_mass_c2); - fMaxThetaTR = 25.0/(fGamma*fGamma); // theta^2 + fMaxThetaTR = 25*2500.0/(fGamma*fGamma); // theta^2 fTheMinAngle = 1.0e-3; // was 5.e-6, e-6 !!!, e-5, e-4 @@ -585,7 +588,7 @@ G4PhysicsFreeVector* G4VXTRenergyLoss::GetAngleVector(G4double energy, G4int n) for( iTheta = n - 1; iTheta >= 1; iTheta-- ) { - k = iTheta- 1 + kMin; + k = iTheta - 1 + kMin; tmp = pi*fPlateThick*(k + cof2)/(fPlateThick + fGasThick); @@ -793,12 +796,14 @@ G4VParticleChange* G4VXTRenergyLoss::PostStepDoIt( const G4Track& aTrack, { G4cout<<"energyTR = "<<energyTR/keV<<" keV"<<G4endl; } - if (fAngleRadDistr) + if ( fAngleRadDistr ) { // theta = std::fabs(G4RandGauss::shoot(0.0,pi/gamma)); + theta2 = GetRandomAngle(energyTR,iTkin); - if(theta2 > 0.) theta = std::sqrt(theta2); - else theta = 0.; // theta2; + + if( theta2 > 0.) theta = std::sqrt(theta2); + else theta = 0.; // theta2; } else theta = std::fabs(G4RandGauss::shoot(0.0,pi/gamma)); @@ -990,6 +995,7 @@ G4double G4VXTRenergyLoss::AngleXTRdEdx(G4double varAngle) if( i == 0 ) { if (energy1 > fTheMaxEnergyTR || energy1 < fTheMinEnergyTR) continue; + tmp1 = ( energy1*energy1*(1./fGamma/fGamma + varAngle) + fSigma1 ) * fPlateThick/(4*hbarc*energy1); tmp2 = std::sin(tmp1); @@ -999,12 +1005,14 @@ G4double G4VXTRenergyLoss::AngleXTRdEdx(G4double varAngle) tmp *= (tmp1-tmp2)*(tmp1-tmp2); tmp1 = cof1/(4.*hbarc) - cof2/(4.*hbarc*energy1*energy1); tmp2 = std::abs(tmp1); + if(tmp2 > 0.) tmp /= tmp2; else continue; } else { if (energy2 > fTheMaxEnergyTR || energy2 < fTheMinEnergyTR) continue; + tmp1 = ( energy2*energy2*(1./fGamma/fGamma + varAngle) + fSigma1 ) * fPlateThick/(4.*hbarc*energy2); tmp2 = std::sin(tmp1); @@ -1014,6 +1022,7 @@ G4double G4VXTRenergyLoss::AngleXTRdEdx(G4double varAngle) tmp *= (tmp1-tmp2)*(tmp1-tmp2); tmp1 = cof1/(4.*hbarc) - cof2/(4.*hbarc*energy2*energy2); tmp2 = std::abs(tmp1); + if(tmp2 > 0.) tmp /= tmp2; else continue; } @@ -1574,9 +1583,9 @@ G4double G4VXTRenergyLoss::GetRandomAngle( G4double energyXTR, G4int iTkin ) position = (*(*fAngleForEnergyTable)(iTR))(0)*G4UniformRand(); - for(iAngle = 0;;iAngle++) + for( iAngle = 0;; iAngle++) { - if(position >= (*(*fAngleForEnergyTable)(iTR))(iAngle)) break; + if( position >= (*(*fAngleForEnergyTable)(iTR))(iAngle) ) break; } angle = GetAngleXTR(iTR,position,iAngle); return angle; @@ -1588,12 +1597,12 @@ G4double G4VXTRenergyLoss::GetRandomAngle( G4double energyXTR, G4int iTkin ) // over integral energy distribution G4double G4VXTRenergyLoss::GetAngleXTR( G4int iPlace, - G4double position, - G4int iTransfer ) + G4double position, + G4int iTransfer ) { G4double x1, x2, y1, y2, result; - if(iTransfer == 0) + if( iTransfer == 0 ) { result = (*fAngleForEnergyTable)(iPlace)->GetLowEdgeEnergy(iTransfer); } diff --git a/source/processes/hadronic/models/cascade/History b/source/processes/hadronic/models/cascade/History index 8dd4a05db646550319266e94218cf2baaa35454c..c50839c75e9b1ec0af90edcf2d540391066f666d 100644 --- a/source/processes/hadronic/models/cascade/History +++ b/source/processes/hadronic/models/cascade/History @@ -15,6 +15,10 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +27 February 2018 Alberto Ribon (hadr-casc-V10-03-07) +----------------------------------------------------- +- G4NucleiModel : replaced obsolete std::bind2nd with std::bind . + 27 November 2017 Dennis Wright (hadr-casc-V10-03-06) ----------------------------------------------------- - G4CascadeInterface::createBullet, G4CascadeInterface::ApplyYourself: diff --git a/source/processes/hadronic/models/cascade/cascade/src/G4NucleiModel.cc b/source/processes/hadronic/models/cascade/cascade/src/G4NucleiModel.cc index 383af7d81cfc84675a0464a4dde742c322d6a507..9dc2d9ba7221bc0ecfd17c81cf2a4a0bb3c277bf 100644 --- a/source/processes/hadronic/models/cascade/cascade/src/G4NucleiModel.cc +++ b/source/processes/hadronic/models/cascade/cascade/src/G4NucleiModel.cc @@ -142,7 +142,7 @@ // Check zone argument to inverseMFP() to ensure within range. // 20130611 M. Kelsey -- Undo "spath<=path" change (20130511), replace with // explicit check on spath==0. -// 20130619 A. Ribon -- Fixed reproducibility problem in the method +// 20130619 A. Ribon -- Fixed reproducibility problem in the method // generateParticleFate // 20130627 M. Kelsey -- Check "path==0.", rather than spath. // 20130628 M. Kelsey -- Print deuteron type code, rather than array index, @@ -158,6 +158,7 @@ // 20141001 M. Kelsey -- Change sign of "dv" in boundaryTransition // 20150608 M. Kelsey -- Label all while loops as terminating. // 20150622 M. Kelsey -- Use G4AutoDelete for _TLS_ buffers. +// 20180227 A. Ribon -- Replaced obsolete std::bind2nd with std::bind #include "G4NucleiModel.hh" #include "G4AutoDelete.hh" @@ -1264,7 +1265,7 @@ void G4NucleiModel::choosePointAlongTraj(G4CascadParticle& cparticle) { // Normalize CDF to unit integral std::transform(wtlen.begin(), wtlen.end(), wtlen.begin(), - std::bind2nd(std::divides<G4double>(), wtlen.back())); + std::bind(std::divides<G4double>(), std::placeholders::_1, wtlen.back())); if (verboseLevel > 3) { G4cout << " weights"; diff --git a/source/processes/hadronic/models/de_excitation/History b/source/processes/hadronic/models/de_excitation/History index 769bdb9b8cc58d7208abdca85cbee795e0df8490..a14cd62f1c1370abb39d42234ba8e57b9f03e01b 100644 --- a/source/processes/hadronic/models/de_excitation/History +++ b/source/processes/hadronic/models/de_excitation/History @@ -14,6 +14,11 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +19 December 2017 Gabriele Cosmo (hadr-deex-V10-03-52) +- Fixed self-consistency in G4ChatterjeeCrossSection header (missing #include). + Fixed #ifdef guard in G4StatMFMacroBiNucleon header. + Thanks to Raphael Isemann for reporting these. + 03 November 2017 Vladimir Ivanchenko (hadr-deex-V10-03-51) - G4DeexPrecoParameters - fixed printout of parameters diff --git a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh index e0effd17490334583d30edf8cd8194013c53f200..98c2494d60d38fddeb8e5aa530ac9baab7d8ddf2 100644 --- a/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh +++ b/source/processes/hadronic/models/de_excitation/multifragmentation/include/G4StatMFMacroBiNucleon.hh @@ -24,12 +24,12 @@ // ******************************************************************** // // -// $Id: G4StatMFMacroBiNucleon.hh 67983 2013-03-13 10:42:03Z gcosmo $ +// $Id: G4StatMFMacroBiNucleon.hh 108519 2018-02-16 08:25:29Z gcosmo $ // // Hadronic Process: Nuclear De-excitations // by V. Lara -#ifndef G4StatMFMacroBiBiNucleon_h +#ifndef G4StatMFMacroBiNucleon_h_h #define G4StatMFMacroBiNucleon_h 1 #include "G4VStatMFMacroCluster.hh" diff --git a/source/processes/hadronic/models/de_excitation/util/include/G4ChatterjeeCrossSection.hh b/source/processes/hadronic/models/de_excitation/util/include/G4ChatterjeeCrossSection.hh index f21a4dd4a4b1ef4002940459229a7dfff3d1f125..18181240fccec8bbdfed59f1e0b743e2a43f0d19 100644 --- a/source/processes/hadronic/models/de_excitation/util/include/G4ChatterjeeCrossSection.hh +++ b/source/processes/hadronic/models/de_excitation/util/include/G4ChatterjeeCrossSection.hh @@ -33,6 +33,7 @@ #ifndef G4ChatterjeeCrossSection_h #define G4ChatterjeeCrossSection_h 1 +#include <CLHEP/Units/SystemOfUnits.h> #include "globals.hh" #include "G4Pow.hh" diff --git a/source/processes/hadronic/models/fission/History b/source/processes/hadronic/models/fission/History index e2fad09301d81b88d27e6739a1a63f2f54e5f4fd..b88267a50cd620bf78c5d99d0142a18309f8d654 100644 --- a/source/processes/hadronic/models/fission/History +++ b/source/processes/hadronic/models/fission/History @@ -14,6 +14,12 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +19 December 2017 Gabriele Cosmo (hadr-fission-V10-03-00) +------------------------------------------------------- +- Fixed self-consistency in G4LLNLFission header (missing #include). + Added missing #ifdef guards in G4fissionEvent header. + Thanks to Raphael Isemann for reporting these. + 5 November 2015 Alberto Ribon (hadr-fission-V10-01-07) ------------------------------------------------------- - Removed neutron_hp/ diff --git a/source/processes/hadronic/models/fission/include/G4LLNLFission.hh b/source/processes/hadronic/models/fission/include/G4LLNLFission.hh index 3720ef4c833a74956628399c37d89b05d554dc47..2569e9f66c5c3d07343b9cbeefcb9253bebec06e 100644 --- a/source/processes/hadronic/models/fission/include/G4LLNLFission.hh +++ b/source/processes/hadronic/models/fission/include/G4LLNLFission.hh @@ -55,8 +55,10 @@ // $Id: G4LLNLFission.hh 67966 2013-03-13 09:38:38Z gcosmo $ // +#include "G4Types.hh" + // -// This class is a copy of Fission.hh, made for use with Geant4. +// This file is a copy of Fission.hh, made for use with Geant4. // extern void genspfissevt_(G4int *isotope, G4double *time); diff --git a/source/processes/hadronic/models/fission/include/G4fissionEvent.hh b/source/processes/hadronic/models/fission/include/G4fissionEvent.hh index 3c859b310fb4c929c2aa0d7b796c0e9090e6696b..453249a3dea9317d33989fa76c501422e684637b 100644 --- a/source/processes/hadronic/models/fission/include/G4fissionEvent.hh +++ b/source/processes/hadronic/models/fission/include/G4fissionEvent.hh @@ -54,6 +54,8 @@ // // $Id: G4fissionEvent.hh 68799 2013-04-05 13:29:46Z gcosmo $ // +#ifndef G4fissionEvent_hh +#define G4fissionEvent_hh #include "globals.hh" #include <string> @@ -190,3 +192,5 @@ class G4fissionEvent { static G4double fisslibrng(void); static G4double rngf2d(void); }; + +#endif diff --git a/source/processes/hadronic/models/im_r_matrix/History b/source/processes/hadronic/models/im_r_matrix/History index 762791c9d8ed18a35b249dad4bf2257c7f51c5cd..afa702869783d2a798d07a8895428d7a493656a6 100644 --- a/source/processes/hadronic/models/im_r_matrix/History +++ b/source/processes/hadronic/models/im_r_matrix/History @@ -14,18 +14,23 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- -23-December 2017 Vladimir Ivanchenko had-im_r_V10-03-01 +19-December 2017, Gabriele Cosmo hadr-im_r-V10-03-02 +- Fixed self-consistency in headers (missing #include) in G4CrossSectionBuffer, + G4DeltaNstarBuilder and G4NNstarBuilder. + Thanks to Raphael Isemann for reporting these. + +23-November 2017, Vladimir Ivanchenko had-im_r_V10-03-01 - G4ParticleTypeConverter - all methods become const - G4ConcreteMesonBaryonToResonance - fixed memory leak, adding static objects with const only methods -21-December 2016 Gunter Folger had-im_r_V10-03-00 +21-December 2016, Gunter Folger had-im_r_V10-03-00 - G4VScatteringCollision: Fix memory leak in MT, bug report 1905 -13-November 2015 Gunter Folger had-im_r-V10-01-05 +13-November 2015, Gunter Folger had-im_r-V10-01-05 - Revert back to G4float, add 'f' for initialisation. -13-November 2015 Gunter Folger had-im_r-V10-01-04 +13-November 2015, Gunter Folger had-im_r-V10-01-04 - Replace G4float by G4double 30-October 2015, Gunter Folger had-im_r-V10-01-03 diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh b/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh index 792370fcfb8958c80ddde88449f5a18f100e4c1f..4a7396a662e8552c430f5e6edfabcfdda9f202a5 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4CrossSectionBuffer.hh @@ -30,8 +30,9 @@ #include <vector> #include <CLHEP/Units/SystemOfUnits.h> -#include "G4ParticleDefinition.hh" #include "globals.hh" +#include "G4ParticleDefinition.hh" +#include "G4KineticTrack.hh" class G4CrossSectionBuffer { diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4DeltaNstarBuilder.hh b/source/processes/hadronic/models/im_r_matrix/include/G4DeltaNstarBuilder.hh index 82f14d65609d3c7966c51fad79703d1bdb9fd2d5..4c4782ad419f930b26286f785876c595f53c5706 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4DeltaNstarBuilder.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4DeltaNstarBuilder.hh @@ -27,6 +27,7 @@ #define G4DeltaNstarBuilder_h #include "G4VXResonanceTable.hh" +#include "G4XDeltaNstarTable.hh" class G4DeltaNstarBuilder : public G4VXResonanceTable { diff --git a/source/processes/hadronic/models/im_r_matrix/include/G4NNstarBuilder.hh b/source/processes/hadronic/models/im_r_matrix/include/G4NNstarBuilder.hh index 11d08ee0073f3da700297bcec0316b0458cc8e2d..f032f2b8263e12c7cad9767d95e62da81fc8c4de 100644 --- a/source/processes/hadronic/models/im_r_matrix/include/G4NNstarBuilder.hh +++ b/source/processes/hadronic/models/im_r_matrix/include/G4NNstarBuilder.hh @@ -27,6 +27,7 @@ #define G4NNstarBuilder_h #include "G4VXResonanceTable.hh" +#include "G4XNNstarTable.hh" class G4NNstarBuilder : public G4VXResonanceTable { diff --git a/source/processes/hadronic/models/particle_hp/History b/source/processes/hadronic/models/particle_hp/History index 3821bd5f54e181de5355557089e770e53ba86b32..7448afaadc96d0fd507b10cf6cfe8205c5e43b6f 100644 --- a/source/processes/hadronic/models/particle_hp/History +++ b/source/processes/hadronic/models/particle_hp/History @@ -14,6 +14,12 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +19 December 2017 Gabriele Cosmo (hadr-hpp-V10-03-10) +--------------------------------------------------- +- Fixed self-consistency in headers (missing #include) in G4FFGEnumerations, + G4FPYNubarValues, G4ParticleHPAngularP and G4ParticleHPHash. + Thanks to Raphael Isemann for reporting these. + 29 November 2017 Tatsumi Koi (hadr-hpp-V10-03-09) --------------------------------------------------- - Change tolerance value and implementation in calculation of KallbachZero. diff --git a/source/processes/hadronic/models/particle_hp/include/G4FFGEnumerations.hh b/source/processes/hadronic/models/particle_hp/include/G4FFGEnumerations.hh index 854de96f798e6f26f1250e96148f3661b567d9a7..c25c43dfc897871f43476f487c97a312324ac7b1 100755 --- a/source/processes/hadronic/models/particle_hp/include/G4FFGEnumerations.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4FFGEnumerations.hh @@ -33,6 +33,8 @@ #ifndef G4FFGENUMAERATIONS_HH #define G4FFGENUMAERATIONS_HH +#include "G4Types.hh" + /** G4FFGEnumerations is a namespace that contains all the enumerations that * are used in the fission fragment generator code. */ diff --git a/source/processes/hadronic/models/particle_hp/include/G4FPYNubarValues.hh b/source/processes/hadronic/models/particle_hp/include/G4FPYNubarValues.hh index 90f26cc2274cff027ea2830f29694cf7907232c5..87c201a82efe68666b1268cf8c9eae9a079c1c78 100755 --- a/source/processes/hadronic/models/particle_hp/include/G4FPYNubarValues.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4FPYNubarValues.hh @@ -49,6 +49,8 @@ #ifndef G4FPYNUBARVALUES_HH #define G4FPYNUBARVALUES_HH +#include "G4Types.hh" + /** Evaluated nubar values for neutron induced fission. The data are represented * as linear regression fits from experimental data in the form: v = mx + b, * where x is the incident neutron energy. diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPAngularP.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPAngularP.hh index f0e496b357fda646928a631b0f6f7aa774cdfeed..4033db9a1d8125a4892451be74c5dc3773b32d8d 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPAngularP.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPAngularP.hh @@ -34,6 +34,7 @@ #include "globals.hh" #include "G4InterpolationManager.hh" +#include "G4ParticleHPInterpolator.hh" class G4ParticleHPAngularP { diff --git a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh index ba7d013fa71c9b4a6307c7ee45ec900da60abdd5..9ffa9b8cfbf72e23db9e4de92f17d9fb64c33fbc 100644 --- a/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh +++ b/source/processes/hadronic/models/particle_hp/include/G4ParticleHPHash.hh @@ -29,8 +29,9 @@ #ifndef G4ParticleHPHash_h #define G4ParticleHPHash_h -#include "globals.hh" #include <vector> +#include "globals.hh" +#include "G4ParticleHPDataPoint.hh" class G4ParticleHPHash { diff --git a/source/processes/hadronic/models/parton_string/management/History b/source/processes/hadronic/models/parton_string/management/History index 194cca71c45e966efab6bde26bc6c5c713509426..69294bc831d852d2c00ebb1a16e34019485e24ff 100644 --- a/source/processes/hadronic/models/parton_string/management/History +++ b/source/processes/hadronic/models/parton_string/management/History @@ -1,4 +1,4 @@ -$Id: History 107318 2017-11-08 16:27:32Z gcosmo $ +$Id: History 108528 2018-02-16 08:38:40Z gcosmo $ ------------------------------------------------------------------- ========================================================== @@ -15,6 +15,10 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +19-Dec-2017 G. Cosmo hadr-partonstring-mgt-V10-03-05 +- Fixed self-consistency in G4VertexCode header (missing #include). + Thanks to Raphael Isemann for reporting this. + 08-Nov-2017 A. Ribon hadr-partonstring-mgt-V10-03-04 - Minor clean-up and indentation: no changes in the random sequence. diff --git a/source/processes/hadronic/models/parton_string/management/include/G4VertexCode.hh b/source/processes/hadronic/models/parton_string/management/include/G4VertexCode.hh index 36d68bc2827df224add3d93a77c3685c84ab7907..a9630f3182d1b709a7be5925584354322c638c97 100644 --- a/source/processes/hadronic/models/parton_string/management/include/G4VertexCode.hh +++ b/source/processes/hadronic/models/parton_string/management/include/G4VertexCode.hh @@ -24,11 +24,12 @@ // ******************************************************************** // // -// $Id: G4VertexCode.hh 100828 2016-11-02 15:25:59Z gcosmo $ +// $Id: G4VertexCode.hh 108528 2018-02-16 08:38:40Z gcosmo $ // #ifndef G4VertexCode_h #define G4VertexCode_h 1 +#include "G4String.hh" class G4VertexCode { diff --git a/source/processes/hadronic/models/parton_string/qgsm/History b/source/processes/hadronic/models/parton_string/qgsm/History index 6707aa04ac3f5a7c7ee7fb9bacbfe5330648b0cb..360e01b8bb05693c4cb88c443dc88007673573d4 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/History +++ b/source/processes/hadronic/models/parton_string/qgsm/History @@ -1,4 +1,4 @@ -$Id: History 106980 2017-10-31 09:02:49Z gcosmo $ +$Id: History 108530 2018-02-16 08:45:20Z gcosmo $ ------------------------------------------------------------------- ========================================================== @@ -15,6 +15,10 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +19-Dec-2017 G. Cosmo (hadr-qgsm-V10-03-06) +- Fixed self-consistency in G4SPPartonInfo header (missing #include). + Thanks to Raphael Isemann for reporting this. + 26-Oct-2017 A. Ribon (hadr-qgsm-V10-03-05) - Brought back the stable, production QGS (as in 10.3). diff --git a/source/processes/hadronic/models/parton_string/qgsm/include/G4SPPartonInfo.hh b/source/processes/hadronic/models/parton_string/qgsm/include/G4SPPartonInfo.hh index cf490c93c5c65384fc0e3676cd117801eed3eaa0..cefc98be7ab87b2d0f31ae55a1722efdba35b876 100644 --- a/source/processes/hadronic/models/parton_string/qgsm/include/G4SPPartonInfo.hh +++ b/source/processes/hadronic/models/parton_string/qgsm/include/G4SPPartonInfo.hh @@ -26,6 +26,8 @@ #ifndef G4SPPartonInfo_h #define G4SPPartonInfo_h +#include "G4Types.hh" + class G4SPPartonInfo { public: diff --git a/source/processes/hadronic/models/radioactive_decay/History b/source/processes/hadronic/models/radioactive_decay/History index 0a21338e7cf7e940299f07e678431d1a2c1d8e96..d2d7c62dab51b3885d76053ff640480b980da3e7 100644 --- a/source/processes/hadronic/models/radioactive_decay/History +++ b/source/processes/hadronic/models/radioactive_decay/History @@ -14,6 +14,19 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +14 December 2017 Dennis Wright radioactive_decay-V10-03-22 +------------------------------------------------------------ +- re-tag + +12 December 2017 Dennis Wright radioactive_decay-V10-03-21 +------------------------------------------------------------ +- G4RadioactiveDecay.hh, .cc: add check that environment variable + G4RADIOACTIVEDATA is pointing to correct directory. Moved check from + G4RadioactiveDecay::LoadDecayTable() to ctor. Fixes bug #1942. + +- G4RadioactiveDecayBase.hh, .cc: same change as above + + 15 November 2017 Dennis Wright radioactive_decay-V10-03-20 ------------------------------------------------------------ - G4RadioactiveDecay::DecayIt in the variance reduction branch: diff --git a/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecay.hh b/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecay.hh index c856f30203e50cee78a51846d5624f09ab896578..09a2004f452fc01efe728ff8e36c01d320c5a8e6 100644 --- a/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecay.hh +++ b/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecay.hh @@ -316,7 +316,10 @@ class G4RadioactiveDecay : public G4VRestDiscreteProcess G4int decayWindows[100]; static const G4double levelTolerance; - //User define radioactive decay data files replacing some files in the G4RADECAY database + // Radioactive decay database directory path + G4String dirPath; + + // User-defined radioactive decay data files std::map<G4int, G4String> theUserRadioactiveDataFiles; // Library of decay tables diff --git a/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayBase.hh b/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayBase.hh index 4d0f86232f54c97e3e5b98acc293201f13fc91e3..c70751b83d80d30a75d824cfe5aeaba5755ceea0 100644 --- a/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayBase.hh +++ b/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayBase.hh @@ -204,6 +204,9 @@ class G4RadioactiveDecayBase : public G4VRestDiscreteProcess G4double forceDecayHalfAngle; static const G4ThreeVector origin; // (0,0,0) for convenience + // Radioactive decay database directory path + G4String dirPath; + //User define radioactive decay data files replacing some files in the G4RADECAY database std::map<G4int, G4String> theUserRadioactiveDataFiles; diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc index 1a3660f84492225fe43919c4058ea1ada346f8c8..9d722d0de86c2f12f79bd0ff5ae5eb9e1d96b736 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecay.cc @@ -157,7 +157,8 @@ DecayTableMap* G4RadioactiveDecay::master_dkmap = 0; G4RadioactiveDecay::G4RadioactiveDecay(const G4String& processName) : G4VRestDiscreteProcess(processName, fDecay), isInitialised(false), - forceDecayDirection(0.,0.,0.), forceDecayHalfAngle(0.*deg), verboseLevel(0) + forceDecayDirection(0.,0.,0.), forceDecayHalfAngle(0.*deg), dirPath(""), + verboseLevel(0) { #ifdef G4VERBOSE if (GetVerboseLevel() > 1) { @@ -176,7 +177,23 @@ G4RadioactiveDecay::G4RadioactiveDecay(const G4String& processName) // photonEvaporation->SetVerboseLevel(2); photonEvaporation->RDMForced(true); photonEvaporation->SetICM(true); - + + // Check data directory + char* path_var = getenv("G4RADIOACTIVEDATA"); + if (!path_var) { + G4Exception("G4RadioactiveDecay()","HAD_RDM_200",FatalException, + "Environment variable G4RADIOACTIVEDATA is not set"); + } else { + dirPath = path_var; // convert to string + std::ostringstream os; + os << dirPath << "/z1.a3"; // used as a dummy + std::ifstream testFile; + testFile.open(os.str() ); + if (!testFile.is_open() ) + G4Exception("G4RadioactiveDecay()","HAD_RDM_201",FatalException, + "Environment variable G4RADIOACTIVEDATA is set, but does not point to correct directory"); + } + // Reset the list of user defined data files theUserRadioactiveDataFiles.clear(); @@ -816,15 +833,8 @@ G4RadioactiveDecay::LoadDecayTable(const G4ParticleDefinition& theParentNucleus) G4String file = theUserRadioactiveDataFiles[1000*A+Z]; if (file == "") { - if (!getenv("G4RADIOACTIVEDATA") ) { - G4cout << "Please setenv G4RADIOACTIVEDATA to point to the radioactive decay data files." - << G4endl; - throw G4HadronicException(__FILE__, __LINE__, " Please setenv G4RADIOACTIVEDATA to point to the radioactive decay data files."); - } - G4String dirName = getenv("G4RADIOACTIVEDATA"); - std::ostringstream os; - os << dirName << "/z" << Z << ".a" << A << '\0'; + os << dirPath << "/z" << Z << ".a" << A << '\0'; file = os.str(); } diff --git a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc index 2a03086ba26034e11fb888cf372bd010da9e764e..4b7f50b4f403dabe58faba6d4df4a85b5eea42f9 100644 --- a/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc +++ b/source/processes/hadronic/models/radioactive_decay/src/G4RadioactiveDecayBase.cc @@ -98,7 +98,8 @@ DecayTableMap* G4RadioactiveDecayBase::master_dkmap = 0; G4RadioactiveDecayBase::G4RadioactiveDecayBase(const G4String& processName) : G4VRestDiscreteProcess(processName, fDecay), isInitialised(false), - forceDecayDirection(0.,0.,0.), forceDecayHalfAngle(0.*deg), verboseLevel(0) + forceDecayDirection(0.,0.,0.), forceDecayHalfAngle(0.*deg), dirPath(""), + verboseLevel(0) { #ifdef G4VERBOSE if (GetVerboseLevel() > 1) { @@ -119,7 +120,23 @@ G4RadioactiveDecayBase::G4RadioactiveDecayBase(const G4String& processName) G4DeexPrecoParameters* deex = G4NuclearLevelData::GetInstance()->GetParameters(); deex->SetCorrelatedGamma(true); - + + // Check data directory + char* path_var = getenv("G4RADIOACTIVEDATA"); + if (!path_var) { + G4Exception("G4RadioactiveDecay()","HAD_RDM_200",FatalException, + "Environment variable G4RADIOACTIVEDATA is not set"); + } else { + dirPath = path_var; // convert to string + std::ostringstream os; + os << dirPath << "/z1.a3"; // used as a dummy + std::ifstream testFile; + testFile.open(os.str() ); + if (!testFile.is_open() ) + G4Exception("G4RadioactiveDecay()","HAD_RDM_201",FatalException, + "Environment variable G4RADIOACTIVEDATA is set, but does not point to correct directory"); + } + // Reset the list of user defined data files theUserRadioactiveDataFiles.clear(); @@ -446,15 +463,16 @@ G4RadioactiveDecayBase::LoadDecayTable(const G4ParticleDefinition& theParentNucl G4String file = theUserRadioactiveDataFiles[1000*A+Z]; if (file == "") { +/* if (!getenv("G4RADIOACTIVEDATA") ) { G4cout << "Please setenv G4RADIOACTIVEDATA to point to the radioactive decay data files." << G4endl; throw G4HadronicException(__FILE__, __LINE__, " Please setenv G4RADIOACTIVEDATA to point to the radioactive decay data files."); } G4String dirName = getenv("G4RADIOACTIVEDATA"); - +*/ std::ostringstream os; - os << dirName << "/z" << Z << ".a" << A << '\0'; + os << dirPath << "/z" << Z << ".a" << A << '\0'; file = os.str(); } diff --git a/source/processes/hadronic/util/History b/source/processes/hadronic/util/History index ae8051238c245a15f4262d41ef8ded9ba9b96020..b2cc1cf95bc47d6909380c0d51caa23331783c07 100644 --- a/source/processes/hadronic/util/History +++ b/source/processes/hadronic/util/History @@ -14,6 +14,17 @@ code and to keep track of all tags. * Please list in reverse chronological order (last date on top) --------------------------------------------------------------- +09 February 2018 Ben Morgan (hadr-util-V10-03-06) +------------------------------------------------- +- G4StableIsotopes - Move member function definitions to source file + to avoid global data visibility issues in Windows DLLs. + +19 December 2017 Gabriele Cosmo +-------------------------------------------------------- +- Fixed self-consistency in headers (missing #include) in DumpFrame, + G4GHEKinematicsVector and G4ping. + Thanks to Raphael Isemann for reporting these. + 04 July 2017 Vladimir Ivanchenko (hadr-util-V10-03-05) -------------------------------------------------------- - G4NuclearPolarization - added extra members and update the class diff --git a/source/processes/hadronic/util/include/DumpFrame.hh b/source/processes/hadronic/util/include/DumpFrame.hh index 6d3b1832f4be5be52c038a8e2b94715e358dc44d..4eda3ab369e3456fc0ffa53fa025723e42bb0781 100644 --- a/source/processes/hadronic/util/include/DumpFrame.hh +++ b/source/processes/hadronic/util/include/DumpFrame.hh @@ -26,6 +26,9 @@ #ifndef DumpFrame_h #define DumpFrame_h +#include "G4FastVector.hh" +#include "G4ReactionProduct.hh" + class DumpFrames { public: diff --git a/source/processes/hadronic/util/include/G4GHEKinematicsVector.hh b/source/processes/hadronic/util/include/G4GHEKinematicsVector.hh index d7159317a40d728c386db8d36d7b98bfe0402764..f76c82cfdf36ba609e05703b0842b626cc9302b6 100644 --- a/source/processes/hadronic/util/include/G4GHEKinematicsVector.hh +++ b/source/processes/hadronic/util/include/G4GHEKinematicsVector.hh @@ -43,9 +43,9 @@ #ifndef G4GHEKinematicsVector_h #define G4GHEKinematicsVector_h 1 -#include "G4ios.hh" - #include <CLHEP/Units/PhysicalConstants.h> +#include "G4ios.hh" +#include "G4ParticleMomentum.hh" class G4GHEKinematicsVector { diff --git a/source/processes/hadronic/util/include/G4StableIsotopes.hh b/source/processes/hadronic/util/include/G4StableIsotopes.hh index 45aff1cc8c1e51ef28d35d57d3f59b9ded6636c1..85093e4f269676e9071146909adc392769ddc3ba 100644 --- a/source/processes/hadronic/util/include/G4StableIsotopes.hh +++ b/source/processes/hadronic/util/include/G4StableIsotopes.hh @@ -29,7 +29,7 @@ #define G4StableIsotopes_h 1 // Class Description -// class utility that knows about all naturally occuring isotopes.; +// class utility that knows about all naturally occuring isotopes.; // to be used in your process implementation in case you need this. // Class Description - End @@ -52,12 +52,12 @@ class G4StableIsotopes public: -G4String GetName(G4int Z) {return elementName[Z-1];} -G4int GetNumberOfIsotopes(G4int Z) {return nIsotopes[Z-1];} -G4int GetFirstIsotope(G4int Z) {return start[Z-1];} -G4int GetIsotopeNucleonCount(G4int number) {return nucleonCount[number];} -G4double GetAbundance(G4int number) {return abundance[number];} -G4int GetProtonCount(G4int Z) {return protonCount[Z-1];} +G4String GetName(G4int Z); +G4int GetNumberOfIsotopes(G4int Z); +G4int GetFirstIsotope(G4int Z); +G4int GetIsotopeNucleonCount(G4int number); +G4double GetAbundance(G4int number); +G4int GetProtonCount(G4int Z); private: diff --git a/source/processes/hadronic/util/include/G4ping.hh b/source/processes/hadronic/util/include/G4ping.hh index f77cf31427a8362f679fce0550253fa2c66ee201..056b8cf6e842109e2ec3a081e347d569e0d1ccc8 100644 --- a/source/processes/hadronic/util/include/G4ping.hh +++ b/source/processes/hadronic/util/include/G4ping.hh @@ -26,7 +26,8 @@ #ifndef G4ping_h #define G4ping_h -#include "G4String.hh" +#include <vector> + #include "globals.hh" #include "G4LorentzVector.hh" diff --git a/source/processes/hadronic/util/src/G4StableIsotopes.cc b/source/processes/hadronic/util/src/G4StableIsotopes.cc index 732572761f2b8ee898e00fd496144f7ed8615434..12e8b3e9f009f151170ae3320cf6835df333e847 100644 --- a/source/processes/hadronic/util/src/G4StableIsotopes.cc +++ b/source/processes/hadronic/util/src/G4StableIsotopes.cc @@ -33,4 +33,34 @@ const G4String G4StableIsotopes::elementName[92] = {"H", "He", "Li", "Be", "B", const G4int G4StableIsotopes::nIsotopes[92] = {2, 2, 2, 1, 2, 2, 2, 3, 1, 3, 1, 3, 1, 3, 1, 4, 2, 3, 3, 6, 1, 5, 2, 4, 1, 4, 1, 5, 2, 5, 2, 5, 1, 6, 2, 6, 2, 4, 1, 5, 1, 7, 0, 7, 1, 6, 2, 8, 2, 10, 2, 8, 1, 9, 1, 7, 2, 4, 1, 7, 0, 7, 2, 7, 1, 7, 1, 6, 1, 7, 2, 6, 2, 5, 2, 7, 2, 6, 1, 7, 2, 4, 1, 0, 0, 0, 0, 0, 0, 1, 0, 3}; const G4int G4StableIsotopes::start[92] = {0, 2, 4, 6, 7, 9, 11, 13, 16, 17, 20, 21, 24, 25, 28, 29, 33, 35, 38, 41, 47, 48, 53, 55, 59, 60, 64, 65, 70, 72, 77, 79, 84, 85, 91, 93, 99, 101, 105, 106, 111, 112, 119, 119, 126, 127, 133, 135, 143, 145, 155, 157, 165, 166, 175, 176, 183, 185, 189, 190, 197, 197, 204, 206, 213, 214, 221, 222, 228, 229, 236, 238, 244, 246, 251, 253, 260, 262, 268, 269, 276, 278, 282, 283, 283, 283, 283, 283, 283, 283, 284, 284}; const G4int G4StableIsotopes::nucleonCount[287] = {1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 35, 37, 36, 38, 40, 39, 40, 41, 40, 42, 43, 44, 46, 48, 45, 46, 47, 48, 49, 50, 50, 51, 50, 52, 53, 54, 55, 54, 56, 57, 58, 59, 58, 60, 61, 62, 64, 63, 65, 64, 66, 67, 68, 70, 69, 71, 70, 72, 73, 74, 76, 75, 74, 76, 77, 78, 80, 82, 79, 81, 78, 80, 82, 83, 84, 86, 85, 87, 84, 86, 87, 88, 89, 90, 91, 92, 94, 96, 93, 92, 94, 95, 96, 97, 98, 100, 96, 98, 99, 100, 101, 102, 104, 103, 102, 104, 105, 106, 108, 110, 107, 109, 106, 108, 110, 111, 112, 113, 114, 116, 113, 115, 112, 114, 115, 116, 117, 118, 119, 120, 122, 124, 121, 123, 120, 122, 123, 124, 125, 126, 128, 130, 127, 124, 126, 128, 129, 130, 131, 132, 134, 136, 133, 130, 132, 134, 135, 136, 137, 138, 138, 139, 136, 138, 140, 142, 141, 142, 143, 144, 145, 146, 148, 150, 144, 147, 148, 149, 150, 152, 154, 151, 153, 152, 154, 155, 156, 157, 158, 160, 159, 156, 158, 160, 161, 162, 163, 164, 165, 162, 164, 166, 167, 168, 170, 169, 168, 170, 171, 172, 173, 174, 176, 175, 176, 174, 176, 177, 178, 179, 180, 180, 181, 180, 182, 183, 184, 186, 185, 187, 184, 186, 187, 188, 189, 190, 192, 191, 193, 190, 192, 194, 195, 196, 198, 197, 196, 198, 199, 200, 201, 202, 204, 203, 205, 204, 206, 207, 208, 209, 232, 234, 235, 238}; -const G4double G4StableIsotopes::abundance[287] = {99.985, 0.015, 0.000137, 99.9999, 7.5, 92.5, 100, 19.9, 80.1, 98.9, 1.1, 99.634, 0.366, 99.762, 0.038, 0.2, 100, 90.48, 0.27, 9.25, 100, 78.99, 10, 11.01, 100, 92.23, 4.67, 3.1, 100, 95.02, 0.75, 4.21, 0.02, 75.77, 24.23, 0.337, 0.063, 99.6, 93.2581, 0.0117, 6.7302, 96.941, 0.647, 0.135, 2.086, 0.004, 0.187, 100, 8, 7.2, 73.8, 5.5, 5.4, 0.25, 99.75, 4.345, 83.789, 9.501, 2.365, 100, 5.8, 91.72, 2.2, 0.28, 100, 68.277, 26.223, 1.14, 3.634, 0.926, 69.17, 30.83, 48.6, 27.9, 4.1, 18.8, 0.6, 60.108, 39.892, 21.23, 27.66, 7.73, 36.94, 7.44, 100, 0.89, 9.36, 7.63, 23.78, 49.61, 8.73, 50.69, 49.31, 0.35, 2.25, 11.6, 11.5, 57, 17.3, 72.165, 27.835, 0.56, 9.86, 7, 82.58, 100, 51.45, 11.22, 17.15, 17.38, 2.8, 100, 14.84, 9.25, 15.92, 16.68, 9.55, 24.13, 9.63, 5.52, 1.88, 12.7, 12.6, 17, 31.6, 18.7, 100, 1.02, 11.14, 22.33, 27.33, 26.46, 11.72, 51.839, 48.161, 1.25, 0.89, 12.49, 12.8, 24.13, 12.22, 28.73, 7.49, 4.3, 95.7, 0.97, 0.65, 0.36, 14.53, 7.68, 24.22, 8.58, 32.59, 4.63, 5.79, 57.36, 42.64, 0.096, 2.6, 0.908, 4.816, 7.14, 18.95, 31.69, 33.8, 100, 0.1, 0.09, 1.91, 26.4, 4.1, 21.2, 26.9, 10.4, 8.9, 100, 0.106, 0.101, 2.417, 6.592, 7.854, 11.23, 71.7, 0.0902, 99.9098, 0.19, 0.25, 88.48, 11.08, 100, 27.13, 12.18, 23.8, 8.3, 17.19, 5.76, 5.64, 3.1, 15, 11.3, 13.8, 7.4, 26.7, 22.7, 47.8, 52.2, 0.2, 2.18, 14.8, 20.47, 15.65, 24.84, 21.86, 100, 0.06, 0.1, 2.34, 18.9, 25.5, 24.9, 28.2, 100, 0.14, 1.61, 33.6, 22.95, 26.8, 14.9, 100, 0.13, 3.05, 14.3, 21.9, 16.12, 31.8, 12.7, 97.41, 2.59, 0.162, 5.206, 18.606, 27.297, 13.629, 35.1, 0.012, 99.988, 0.13, 26.3, 14.3, 30.67, 28.6, 37.4, 62.6, 0.02, 1.58, 1.6, 13.3, 16.1, 26.4, 41, 37.3, 62.7, 0.01, 0.79, 32.9, 33.8, 25.3, 7.2, 100, 0.15, 9.97, 16.87, 23.1, 13.18, 29.86, 6.87, 29.524, 70.476, 1.4, 24.1, 22.1, 52.4, 100, 100, 0.005, 0.72, 99.275}; +const G4double G4StableIsotopes::abundance[287] = {99.985, 0.015, 0.000137, 99.9999, 7.5, 92.5, 100, 19.9, 80.1, 98.9, 1.1, 99.634, 0.366, 99.762, 0.038, 0.2, 100, 90.48, 0.27, 9.25, 100, 78.99, 10, 11.01, 100, 92.23, 4.67, 3.1, 100, 95.02, 0.75, 4.21, 0.02, 75.77, 24.23, 0.337, 0.063, 99.6, 93.2581, 0.0117, 6.7302, 96.941, 0.647, 0.135, 2.086, 0.004, 0.187, 100, 8, 7.2, 73.8, 5.5, 5.4, 0.25, 99.75, 4.345, 83.789, 9.501, 2.365, 100, 5.8, 91.72, 2.2, 0.28, 100, 68.277, 26.223, 1.14, 3.634, 0.926, 69.17, 30.83, 48.6, 27.9, 4.1, 18.8, 0.6, 60.108, 39.892, 21.23, 27.66, 7.73, 36.94, 7.44, 100, 0.89, 9.36, 7.63, 23.78, 49.61, 8.73, 50.69, 49.31, 0.35, 2.25, 11.6, 11.5, 57, 17.3, 72.165, 27.835, 0.56, 9.86, 7, 82.58, 100, 51.45, 11.22, 17.15, 17.38, 2.8, 100, 14.84, 9.25, 15.92, 16.68, 9.55, 24.13, 9.63, 5.52, 1.88, 12.7, 12.6, 17, 31.6, 18.7, 100, 1.02, 11.14, 22.33, 27.33, 26.46, 11.72, 51.839, 48.161, 1.25, 0.89, 12.49, 12.8, 24.13, 12.22, 28.73, 7.49, 4.3, 95.7, 0.97, 0.65, 0.36, 14.53, 7.68, 24.22, 8.58, 32.59, 4.63, 5.79, 57.36, 42.64, 0.096, 2.6, 0.908, 4.816, 7.14, 18.95, 31.69, 33.8, 100, 0.1, 0.09, 1.91, 26.4, 4.1, 21.2, 26.9, 10.4, 8.9, 100, 0.106, 0.101, 2.417, 6.592, 7.854, 11.23, 71.7, 0.0902, 99.9098, 0.19, 0.25, 88.48, 11.08, 100, 27.13, 12.18, 23.8, 8.3, 17.19, 5.76, 5.64, 3.1, 15, 11.3, 13.8, 7.4, 26.7, 22.7, 47.8, 52.2, 0.2, 2.18, 14.8, 20.47, 15.65, 24.84, 21.86, 100, 0.06, 0.1, 2.34, 18.9, 25.5, 24.9, 28.2, 100, 0.14, 1.61, 33.6, 22.95, 26.8, 14.9, 100, 0.13, 3.05, 14.3, 21.9, 16.12, 31.8, 12.7, 97.41, 2.59, 0.162, 5.206, 18.606, 27.297, 13.629, 35.1, 0.012, 99.988, 0.13, 26.3, 14.3, 30.67, 28.6, 37.4, 62.6, 0.02, 1.58, 1.6, 13.3, 16.1, 26.4, 41, 37.3, 62.7, 0.01, 0.79, 32.9, 33.8, 25.3, 7.2, 100, 0.15, 9.97, 16.87, 23.1, 13.18, 29.86, 6.87, 29.524, 70.476, 1.4, 24.1, 22.1, 52.4, 100, 100, 0.005, 0.72, 99.275}; + +G4String G4StableIsotopes::GetName(G4int Z) +{ + return elementName[Z-1]; +} + +G4int G4StableIsotopes::GetNumberOfIsotopes(G4int Z) +{ + return nIsotopes[Z-1]; +} + +G4int G4StableIsotopes::GetFirstIsotope(G4int Z) +{ + return start[Z-1]; +} + +G4int G4StableIsotopes::GetIsotopeNucleonCount(G4int number) +{ + return nucleonCount[number]; +} + +G4double G4StableIsotopes::GetAbundance(G4int number) +{ + return abundance[number]; +} + +G4int G4StableIsotopes::GetProtonCount(G4int Z) { + return protonCount[Z-1]; +} + diff --git a/source/processes/management/History b/source/processes/management/History index 71db975ec01512b047211b1417c13c1f9ba228d8..d79fb2dc09c220f373d5a8e5cc15a79973505c9d 100644 --- a/source/processes/management/History +++ b/source/processes/management/History @@ -1,4 +1,4 @@ -$Id: History 105271 2017-07-18 07:35:12Z gcosmo $ +$Id: History 108536 2018-02-16 09:20:49Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -16,6 +16,24 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +- Dec. 26, 2017 Makoto Asai (procman-V10-03-03) +- G4ProcessManagerMessenger, G4ProcessTableMessenger : + UI command returns an error message if a command is refused due + to incorrect parameter(s). + +- Dec. 18, 2017 Makoto Asai +- Following UI commands are now forbidden for G4State_GeomClosed or + G4State_EventProc application states. + - /process/activate + - /process/inactivate + - /particle/process/activate + - /particle/process/inactivate + +- Dec. 13, 2017 Michel Maire +- Add method + G4VProcess* G4ProcessManager::GetProcess(const G4String& processName) const; + to get a process from its name - Jul. 17, 2017 Dennis Wright (procman-V10-03-02) - Add method diff --git a/source/processes/management/include/G4ProcessManager.hh b/source/processes/management/include/G4ProcessManager.hh index ef1e984a18071be526f1297b9276e418adcd3906..32463d305a1c0f7a32b59a5cdef1e2a1210b6935 100644 --- a/source/processes/management/include/G4ProcessManager.hh +++ b/source/processes/management/include/G4ProcessManager.hh @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ProcessManager.hh 71231 2013-06-12 13:06:28Z gcosmo $ +// $Id: G4ProcessManager.hh 108536 2018-02-16 09:20:49Z gcosmo $ // // // ------------------------------------------------------------ @@ -284,7 +284,10 @@ class G4ProcessManager G4ParticleDefinition* GetParticleType() const; // get the particle type void SetParticleType(const G4ParticleDefinition*); - // set the particle type + // set the particle type + + G4VProcess* GetProcess (const G4String&) const; + // get process by process name void StartTracking(G4Track* aTrack=0); void EndTracking(); diff --git a/source/processes/management/src/G4ProcessManager.cc b/source/processes/management/src/G4ProcessManager.cc index c38f2d679d6d0946f94d9f915b5c5fc063eb3821..c34511dca02add14d06f9d0d4a590f0c5e67d74d 100644 --- a/source/processes/management/src/G4ProcessManager.cc +++ b/source/processes/management/src/G4ProcessManager.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ProcessManager.cc 87924 2015-01-21 13:17:25Z gcosmo $ +// $Id: G4ProcessManager.cc 108536 2018-02-16 09:20:49Z gcosmo $ // // // -------------------------------------------------------------- @@ -1080,10 +1080,6 @@ void G4ProcessManager::CreateGPILvectors() } - - - - ////////////////////////////////////////// void G4ProcessManager::StartTracking(G4Track* aTrack) { @@ -1105,6 +1101,17 @@ void G4ProcessManager::EndTracking() } +///////////////////////////////////////////// +G4VProcess* G4ProcessManager::GetProcess(const G4String& processName) const +{ + for (G4int k=0; k<numberOfProcesses; k++) { + G4VProcess* process = (*theProcessList)[k]; + if (process->GetProcessName() == processName) return process; + } + return nullptr; +} + + ///////////////////////////////////////////// G4VProcess* G4ProcessManager::SetProcessActivation(G4VProcess *aProcess, G4bool fActive ) @@ -1215,5 +1222,3 @@ void G4ProcessManager::CheckOrderingParameters(G4VProcess* aProcess) const return; } - - diff --git a/source/processes/management/src/G4ProcessManagerMessenger.cc b/source/processes/management/src/G4ProcessManagerMessenger.cc index 1627d4464054ac2e72531c1ad6553404d28ebe8f..b63ca79a14df7fc3e2753c4506d2e92aad64f794 100644 --- a/source/processes/management/src/G4ProcessManagerMessenger.cc +++ b/source/processes/management/src/G4ProcessManagerMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ProcessManagerMessenger.cc 92125 2015-08-18 14:35:23Z gcosmo $ +// $Id: G4ProcessManagerMessenger.cc 108536 2018-02-16 09:20:49Z gcosmo $ // // //--------------------------------------------------------------- @@ -100,7 +100,7 @@ G4ProcessManagerMessenger::G4ProcessManagerMessenger(G4ParticleTable* pTable) activateCmd->SetParameterName("index", false); activateCmd->SetDefaultValue(0); activateCmd->SetRange("index >=0"); - activateCmd->AvailableForStates(G4State_Idle,G4State_GeomClosed,G4State_EventProc); + activateCmd->AvailableForStates(G4State_Idle); //Commnad /particle/process/inactivate inactivateCmd = new G4UIcmdWithAnInteger("/particle/process/inactivate",this); @@ -109,7 +109,7 @@ G4ProcessManagerMessenger::G4ProcessManagerMessenger(G4ParticleTable* pTable) inactivateCmd->SetParameterName("index", false); inactivateCmd->SetDefaultValue(0); inactivateCmd->SetRange("index >=0"); - inactivateCmd->AvailableForStates(G4State_Idle,G4State_GeomClosed,G4State_EventProc); + inactivateCmd->AvailableForStates(G4State_Idle); } @@ -142,8 +142,10 @@ G4ParticleDefinition* G4ProcessManagerMessenger::SetCurrentParticle() void G4ProcessManagerMessenger::SetNewValue(G4UIcommand * command,G4String newValue) { + G4ExceptionDescription ed; if (SetCurrentParticle()==0) { - G4cout << "Particle is not selected yet !! Command ignored." << G4endl; + ed << "Particle is not selected yet !! Command ignored."; + command->CommandFailed(ed); return; } if( command == dumpCmd ){ @@ -154,13 +156,15 @@ void G4ProcessManagerMessenger::SetNewValue(G4UIcommand * command,G4String newVa } else if ( index < theManager->GetProcessListLength()){ currentProcess = (*theProcessList)(index); if (currentProcess == 0) { - G4cout << " no process at index of " << index; - G4cout << "in the Process Vector" << G4endl; + ed << " no process at index of " << index + << " in the Process Vector"; + command->CommandFailed(ed); } else { currentProcess->DumpInfo(); } } else { - G4cout << " illegal index !!! " << G4endl; + ed << " illegal index !!! "; + command->CommandFailed(ed); currentProcess = 0; } @@ -187,13 +191,15 @@ void G4ProcessManagerMessenger::SetNewValue(G4UIcommand * command,G4String newVa } else if ( index < theManager->GetProcessListLength()){ currentProcess = (*theProcessList)(index); if (currentProcess == 0) { - G4cout << " no process at index of " << index; - G4cout << "in the Process Vector" << G4endl; + ed << " no process at index of " << index + << " in the Process Vector"; + command->CommandFailed(ed); } else { currentProcess->SetVerboseLevel(Verbose); } } else { - G4cout << " illegal index !!! " << G4endl; + ed << " illegal index !!! "; + command->CommandFailed(ed); currentProcess = 0; } } diff --git a/source/processes/management/src/G4ProcessTableMessenger.cc b/source/processes/management/src/G4ProcessTableMessenger.cc index a3624902d4bec7da6ceee559b3590e4c0a03fd31..be3ebac454ec7d654dea0b94da661d70ead850d5 100644 --- a/source/processes/management/src/G4ProcessTableMessenger.cc +++ b/source/processes/management/src/G4ProcessTableMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4ProcessTableMessenger.cc 92125 2015-08-18 14:35:23Z gcosmo $ +// $Id: G4ProcessTableMessenger.cc 108536 2018-02-16 09:20:49Z gcosmo $ // // //--------------------------------------------------------------- @@ -130,7 +130,7 @@ G4ProcessTableMessenger::G4ProcessTableMessenger(G4ProcessTable* pTable) dumpCmd->SetParameter(param); dumpCmd->AvailableForStates(G4State_Init,G4State_Idle,G4State_GeomClosed,G4State_EventProc); - //Commnad /particle/process/activate + //Commnad /process/activate activateCmd = new G4UIcommand("/process/activate",this); activateCmd->SetGuidance("Activate processes "); activateCmd->SetGuidance(" Activate name [particle]"); @@ -141,9 +141,9 @@ G4ProcessTableMessenger::G4ProcessTableMessenger(G4ProcessTable* pTable) param = new G4UIparameter("particle",'s',true); param->SetDefaultValue("all"); activateCmd->SetParameter(param); - activateCmd->AvailableForStates(G4State_Idle,G4State_GeomClosed,G4State_EventProc); + activateCmd->AvailableForStates(G4State_Idle); - //Commnad /particle/process/inactivate + //Commnad /process/inactivate inactivateCmd = new G4UIcommand("/process/inactivate",this); inactivateCmd->SetGuidance("Inactivate process "); inactivateCmd->SetGuidance("Inactivate processes "); @@ -155,7 +155,7 @@ G4ProcessTableMessenger::G4ProcessTableMessenger(G4ProcessTable* pTable) param = new G4UIparameter("particle",'s',true); param->SetDefaultValue("all"); inactivateCmd->SetParameter(param); - inactivateCmd->AvailableForStates(G4State_Idle,G4State_GeomClosed,G4State_EventProc); + inactivateCmd->AvailableForStates(G4State_Idle); } ////////////////// @@ -176,8 +176,8 @@ void G4ProcessTableMessenger::SetNewValue(G4UIcommand * command,G4String newValu G4ProcessTable::G4ProcNameVector* procNameVector = theProcessTable->GetNameList(); G4int idx; - G4int type = -1; + G4ExceptionDescription ed; if( command == listCmd ){ //Commnad /process/list @@ -276,7 +276,9 @@ void G4ProcessTableMessenger::SetNewValue(G4UIcommand * command,G4String newValu type = GetProcessType(currentProcessName); if (type <0 ) { // no processes with specifed name - G4cout << " illegal process (or type) name " << G4endl; + ed << " illegal process (or type) name [" + << currentProcessName << "]"; + command->CommandFailed(ed); currentProcessName = ""; return; } @@ -299,7 +301,8 @@ void G4ProcessTableMessenger::SetNewValue(G4UIcommand * command,G4String newValu if ( !isParticleFound ) { // no particle with specifed name - G4cout << " illegal particle name " << G4endl; + ed << " illegal particle name [" << currentParticleName << "]"; + command->CommandFailed(ed); currentParticleName = ""; return; } diff --git a/source/processes/parameterisation/History b/source/processes/parameterisation/History index 806729448c2da77fef9b7c9be1d475609b8d7922..51378d54de8d7235acf06f50f857e8c7e7b98e65 100644 --- a/source/processes/parameterisation/History +++ b/source/processes/parameterisation/History @@ -1,4 +1,4 @@ -$Id: History 101152 2016-11-08 08:07:39Z gcosmo $ +$Id: History 108538 2018-02-16 09:25:16Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +December 19, 2017, G. Cosmo (param-V10-03-00) +- Fixed self-consistency in G4FastSimulationVector header (missing #include). + Thanks to Raphael Isemann for reporting this. + November 03, 2016, M. Verderi (param-V10-02-01) - New G4FastSimulationManagerHelper utility for adding G4FastSimulationManagerProcess to a diff --git a/source/processes/parameterisation/include/G4FastSimulationVector.hh b/source/processes/parameterisation/include/G4FastSimulationVector.hh index 77a6d8cb5b77fb9109f66927c612bfa11f8adcd2..76884d876689763503ae60c945a1b433f09d97d9 100644 --- a/source/processes/parameterisation/include/G4FastSimulationVector.hh +++ b/source/processes/parameterisation/include/G4FastSimulationVector.hh @@ -44,6 +44,7 @@ #define G4FastSimulationVector_h 1 #include <vector> +#include "G4Types.hh" template<class T> class G4FastSimulationVector : public std::vector<T*> diff --git a/source/run/History b/source/run/History index 13f3ad2cc3961f53a0a035b51c91b481fc4232b9..c5270f64269f61f1ed6bd75bb84228d77ff26afa 100644 --- a/source/run/History +++ b/source/run/History @@ -1,4 +1,4 @@ -$Id: History 107529 2017-11-21 07:38:24Z gcosmo $ +$Id: History 108682 2018-02-27 07:54:34Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,22 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +February 27, 2018, G. Cosmo (run-V10-03-18) +- G4RunManagerKernel: updated also MT banner. + +February 26, 2018, M. Asai +- G4RunManagerKernel: two general papers are added to the banner. + +February 9, 2018, M. Asai (run-V10-03-17) +- G4RunManagerKernel.cc : + Application state is set to G4State_Init while application is in + RunInitialization(). + +December 26, 2017, M. Asai +- G4UserPhysicsListMessenger : + UI command returns an error message if a command is refused due + to incorrect parameter(s). + November 21, 2017, G. Cosmo (run-V10-03-16) - Fixed compilation warning on clang compiler. diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc index 01f9da9ffcb17777a4f3b86af217b263b36c1f39..70c81c7f961dc91bbf8cf5e93a40f0ef4b5ac3bf 100644 --- a/source/run/src/G4RunManagerKernel.cc +++ b/source/run/src/G4RunManagerKernel.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4RunManagerKernel.cc 107524 2017-11-21 07:15:27Z gcosmo $ +// $Id: G4RunManagerKernel.cc 108682 2018-02-27 07:54:34Z gcosmo $ // // @@ -137,12 +137,14 @@ G4RunManagerKernel::G4RunManagerKernel() versionString += " "; versionString += G4Date; G4cout << G4endl - << "*************************************************************" << G4endl + << "**************************************************************" << G4endl << versionString << G4endl - << " Copyright : Geant4 Collaboration" << G4endl - << " Reference : NIM A 506 (2003), 250-303" << G4endl - << " WWW : http://cern.ch/geant4" << G4endl - << "*************************************************************" << G4endl + << " Copyright : Geant4 Collaboration" << G4endl + << " References : NIM A 506 (2003), 250-303" << G4endl + << " : IEEE-TNS 53 (2006), 270-278" << G4endl + << " : NIM A 835 (2016), 186-225" << G4endl + << " WWW : http://geant4.org/" << G4endl + << "**************************************************************" << G4endl << G4endl; } @@ -218,13 +220,15 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true), versionString += " "; versionString += G4Date; G4cout << G4endl - << "*************************************************************" << G4endl + << "**************************************************************" << G4endl << versionString << G4endl << " << in Multi-threaded mode >> " << G4endl - << " Copyright : Geant4 Collaboration" << G4endl - << " Reference : NIM A 506 (2003), 250-303" << G4endl - << " WWW : http://cern.ch/geant4" << G4endl - << "*************************************************************" << G4endl + << " Copyright : Geant4 Collaboration" << G4endl + << " References : NIM A 506 (2003), 250-303" << G4endl + << " : IEEE-TNS 53 (2006), 270-278" << G4endl + << " : NIM A 835 (2016), 186-225" << G4endl + << " WWW : http://geant4.org/" << G4endl + << "**************************************************************" << G4endl << G4endl; break; default: @@ -684,6 +688,7 @@ G4bool G4RunManagerKernel::RunInitialization(G4bool fakeRun) if(geometryNeedsToBeClosed) CheckRegularGeometry(); + stateManager->SetNewState(G4State_Init); PropagateGenericIonID(); SetupShadowProcess(); UpdateRegion(); @@ -706,6 +711,7 @@ G4bool G4RunManagerKernel::RunInitialization(G4bool fakeRun) #ifdef G4MULTITHREADED G4UnitDefinition::GetUnitsTable().Synchronize(); #endif + stateManager->SetNewState(G4State_Idle); stateManager->SetNewState(G4State_GeomClosed); return true; } @@ -757,12 +763,12 @@ void G4RunManagerKernel::UpdateRegion() { G4StateManager* stateManager = G4StateManager::GetStateManager(); G4ApplicationState currentState = stateManager->GetCurrentState(); - if( currentState != G4State_Idle ) + if( currentState != G4State_Init ) { G4Exception("G4RunManagerKernel::UpdateRegion", "Run0024", JustWarning, - "Geant4 kernel not in Idle state : method ignored."); + "Geant4 kernel not in Init state : method ignored."); return; } diff --git a/source/run/src/G4UserPhysicsListMessenger.cc b/source/run/src/G4UserPhysicsListMessenger.cc index f46f916b371a2cd86471fde87c9aa3912cdd7cb1..b109149a53ee61e1032959c94095c4d5f790622b 100644 --- a/source/run/src/G4UserPhysicsListMessenger.cc +++ b/source/run/src/G4UserPhysicsListMessenger.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4UserPhysicsListMessenger.cc 71799 2013-06-24 14:45:59Z gcosmo $ +// $Id: G4UserPhysicsListMessenger.cc 108540 2018-02-16 09:30:43Z gcosmo $ // // //--------------------------------------------------------------- @@ -227,6 +227,7 @@ G4UserPhysicsListMessenger::~G4UserPhysicsListMessenger() void G4UserPhysicsListMessenger::SetNewValue(G4UIcommand * command,G4String newValue) { + G4ExceptionDescription ed; if( command==setCutCmd ){ G4double newCut = setCutCmd->GetNewDoubleValue(newValue); thePhysicsList->SetDefaultCutValue(newCut); @@ -238,7 +239,7 @@ void G4UserPhysicsListMessenger::SetNewValue(G4UIcommand * command,G4String newV str >> particleName >> cut >> unit ; thePhysicsList->SetCutValue(cut*G4UIcommand::ValueOf(unit), particleName) ; - } else if( command==getCutForAGivenParticleCmd ){ + } else if( command==getCutForAGivenParticleCmd ){ G4cout << thePhysicsList->GetCutValue(newValue)/mm <<"[mm]" << G4endl ; } else if( command==setCutRCmd ){ @@ -248,7 +249,8 @@ void G4UserPhysicsListMessenger::SetNewValue(G4UIcommand * command,G4String newV G4double cVal = -1.0; is >> regName >> cVal >> uniName; if (is.fail()) { - G4cout << "illegal arguments : try again " << G4endl; + ed << "illegal arguments : " << newValue; + command->CommandFailed(ed); return; } thePhysicsList->SetCutsForRegion(cVal*(setCutRCmd->ValueOf(uniName)),regName); @@ -265,13 +267,28 @@ void G4UserPhysicsListMessenger::SetNewValue(G4UIcommand * command,G4String newV } else if( command == addProcManCmd ){ G4ParticleDefinition* particle = (G4ParticleTable::GetParticleTable())->FindParticle(newValue); - if (particle == 0) return; - if (particle->GetProcessManager() != 0) return; + if (particle == 0) + { + ed << " Particle is not found : " << newValue; + command->CommandFailed(ed); + return; + } + else if (particle->GetProcessManager() != 0) + { + ed << " Particle is not initialized : " << newValue; + command->CommandFailed(ed); + return; + } thePhysicsList->AddProcessManager(particle); } else if( command == buildPTCmd ){ G4ParticleDefinition* particle = (G4ParticleTable::GetParticleTable())->FindParticle(newValue); - if (particle == 0) return; + if (particle == 0) + { + ed << " Particle is not found : " << newValue; + command->CommandFailed(ed); + return; + } thePhysicsList->PreparePhysicsTable(particle); thePhysicsList->BuildPhysicsTable(particle); diff --git a/source/visualization/OpenGL/History b/source/visualization/OpenGL/History index 166917cd5adb37c9ff05e804444b055ca3cb561a..814559175811f357cc00379978e34960c006b55c 100644 --- a/source/visualization/OpenGL/History +++ b/source/visualization/OpenGL/History @@ -1,4 +1,4 @@ -$Id: History 107329 2017-11-08 16:41:26Z gcosmo $ +$Id: History 108544 2018-02-16 09:47:30Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -17,6 +17,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +14th December 2017 John Allison (opengl-V10-03-05) +- G4OpenGLStoredSceneHandler::AddPrimitivePreambleInternal: + o Remove glDrawBuffer(GL_FRONT), which seems to cause problems + for the case of display list memory being exceeded. + 7th November 2017 John Allison (opengl-V10-03-04) - G4OpenGLViewer.cc, G4OpenGLQtViewer.cc: o Refine content of output of picking. diff --git a/source/visualization/OpenGL/moc/G4OpenGLQtExportDialog_moc.cc b/source/visualization/OpenGL/moc/G4OpenGLQtExportDialog_moc.cc deleted file mode 100644 index dd2432edd5e632cb3410e68df36d40a95cd0f2ac..0000000000000000000000000000000000000000 --- a/source/visualization/OpenGL/moc/G4OpenGLQtExportDialog_moc.cc +++ /dev/null @@ -1,101 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'G4OpenGLQtExportDialog.hh' -** -** Created: Thu Nov 9 12:49:26 2017 -** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../include/G4OpenGLQtExportDialog.hh" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'G4OpenGLQtExportDialog.hh' doesn't include <QObject>." -#elif Q_MOC_OUTPUT_REVISION != 63 -#error "This file was generated using the moc from 4.8.4. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_G4OpenGLQtExportDialog[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 4, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 24, 23, 23, 23, 0x0a, - 40, 23, 23, 23, 0x0a, - 58, 23, 23, 23, 0x0a, - 84, 23, 23, 23, 0x0a, - - 0 // eod -}; - -static const char qt_meta_stringdata_G4OpenGLQtExportDialog[] = { - "G4OpenGLQtExportDialog\0\0changeSizeBox()\0" - "changeVectorEPS()\0textWidthChanged(QString)\0" - "textHeightChanged(QString)\0" -}; - -void G4OpenGLQtExportDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - G4OpenGLQtExportDialog *_t = static_cast<G4OpenGLQtExportDialog *>(_o); - switch (_id) { - case 0: _t->changeSizeBox(); break; - case 1: _t->changeVectorEPS(); break; - case 2: _t->textWidthChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break; - case 3: _t->textHeightChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObjectExtraData G4OpenGLQtExportDialog::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject G4OpenGLQtExportDialog::staticMetaObject = { - { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtExportDialog, - qt_meta_data_G4OpenGLQtExportDialog, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &G4OpenGLQtExportDialog::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *G4OpenGLQtExportDialog::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *G4OpenGLQtExportDialog::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtExportDialog)) - return static_cast<void*>(const_cast< G4OpenGLQtExportDialog*>(this)); - return QDialog::qt_metacast(_clname); -} - -int G4OpenGLQtExportDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QDialog::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 4) - qt_static_metacall(this, _c, _id, _a); - _id -= 4; - } - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/source/visualization/OpenGL/moc/G4OpenGLQtMovieDialog_moc.cc b/source/visualization/OpenGL/moc/G4OpenGLQtMovieDialog_moc.cc deleted file mode 100644 index baea3aaa3e9a90e0a31c09367d22e39b83fe86db..0000000000000000000000000000000000000000 --- a/source/visualization/OpenGL/moc/G4OpenGLQtMovieDialog_moc.cc +++ /dev/null @@ -1,121 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'G4OpenGLQtMovieDialog.hh' -** -** Created: Thu Nov 9 12:49:26 2017 -** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../include/G4OpenGLQtMovieDialog.hh" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'G4OpenGLQtMovieDialog.hh' doesn't include <QObject>." -#elif Q_MOC_OUTPUT_REVISION != 63 -#error "This file was generated using the moc from 4.8.4. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_G4OpenGLQtMovieDialog[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 10, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 23, 22, 22, 22, 0x0a, - 41, 22, 22, 22, 0x0a, - 53, 22, 48, 22, 0x0a, - 80, 22, 48, 22, 0x0a, - 110, 22, 48, 22, 0x0a, - 138, 22, 22, 22, 0x08, - 164, 22, 22, 22, 0x08, - 187, 22, 22, 22, 0x08, - 214, 22, 22, 22, 0x08, - 231, 22, 22, 22, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_G4OpenGLQtMovieDialog[] = { - "G4OpenGLQtMovieDialog\0\0stopFinishClose()\0" - "save()\0bool\0checkEncoderSwParameters()\0" - "checkSaveFileNameParameters()\0" - "checkTempFolderParameters()\0" - "selectEncoderPathAction()\0" - "selectTempPathAction()\0" - "selectSaveFileNameAction()\0resetRecording()\0" - "enabledApplyButton()\0" -}; - -void G4OpenGLQtMovieDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - G4OpenGLQtMovieDialog *_t = static_cast<G4OpenGLQtMovieDialog *>(_o); - switch (_id) { - case 0: _t->stopFinishClose(); break; - case 1: _t->save(); break; - case 2: { bool _r = _t->checkEncoderSwParameters(); - if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break; - case 3: { bool _r = _t->checkSaveFileNameParameters(); - if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break; - case 4: { bool _r = _t->checkTempFolderParameters(); - if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = _r; } break; - case 5: _t->selectEncoderPathAction(); break; - case 6: _t->selectTempPathAction(); break; - case 7: _t->selectSaveFileNameAction(); break; - case 8: _t->resetRecording(); break; - case 9: _t->enabledApplyButton(); break; - default: ; - } - } -} - -const QMetaObjectExtraData G4OpenGLQtMovieDialog::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject G4OpenGLQtMovieDialog::staticMetaObject = { - { &QDialog::staticMetaObject, qt_meta_stringdata_G4OpenGLQtMovieDialog, - qt_meta_data_G4OpenGLQtMovieDialog, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &G4OpenGLQtMovieDialog::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *G4OpenGLQtMovieDialog::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *G4OpenGLQtMovieDialog::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtMovieDialog)) - return static_cast<void*>(const_cast< G4OpenGLQtMovieDialog*>(this)); - return QDialog::qt_metacast(_clname); -} - -int G4OpenGLQtMovieDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QDialog::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 10) - qt_static_metacall(this, _c, _id, _a); - _id -= 10; - } - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/source/visualization/OpenGL/moc/G4OpenGLQtViewer_moc.cc b/source/visualization/OpenGL/moc/G4OpenGLQtViewer_moc.cc deleted file mode 100644 index 7f55ed105ac98bad1214ce2b67ce7192a1354c3e..0000000000000000000000000000000000000000 --- a/source/visualization/OpenGL/moc/G4OpenGLQtViewer_moc.cc +++ /dev/null @@ -1,170 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'G4OpenGLQtViewer.hh' -** -** Created: Thu Nov 9 12:49:27 2017 -** by: The Qt Meta Object Compiler version 63 (Qt 4.8.4) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "../include/G4OpenGLQtViewer.hh" -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'G4OpenGLQtViewer.hh' doesn't include <QObject>." -#elif Q_MOC_OUTPUT_REVISION != 63 -#error "This file was generated using the moc from 4.8.4. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -static const uint qt_meta_data_G4OpenGLQtViewer[] = { - - // content: - 6, // revision - 0, // classname - 0, 0, // classinfo - 29, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: signature, parameters, type, tag, flags - 18, 17, 17, 17, 0x0a, - 36, 17, 17, 17, 0x09, - 71, 17, 17, 17, 0x08, - 89, 17, 17, 17, 0x08, - 119, 17, 17, 17, 0x08, - 143, 17, 17, 17, 0x08, - 170, 17, 17, 17, 0x08, - 194, 17, 17, 17, 0x08, - 210, 17, 17, 17, 0x08, - 233, 17, 17, 17, 0x08, - 258, 17, 17, 17, 0x08, - 281, 17, 17, 17, 0x08, - 306, 17, 17, 17, 0x08, - 331, 17, 17, 17, 0x08, - 351, 17, 17, 17, 0x08, - 367, 17, 17, 17, 0x08, - 393, 17, 17, 17, 0x08, - 416, 17, 17, 17, 0x08, - 440, 17, 17, 17, 0x08, - 465, 17, 17, 17, 0x08, - 495, 487, 17, 17, 0x08, - 547, 17, 17, 17, 0x08, - 588, 17, 17, 17, 0x08, - 604, 17, 17, 17, 0x08, - 629, 17, 17, 17, 0x08, - 658, 17, 17, 17, 0x08, - 686, 17, 17, 17, 0x08, - 719, 710, 17, 17, 0x08, - 768, 17, 17, 17, 0x08, - - 0 // eod -}; - -static const char qt_meta_stringdata_G4OpenGLQtViewer[] = { - "G4OpenGLQtViewer\0\0startPauseVideo()\0" - "updateToolbarAndMouseContextMenu()\0" - "actionSaveImage()\0actionChangeBackgroundColor()\0" - "actionChangeTextColor()\0" - "actionChangeDefaultColor()\0" - "actionMovieParameters()\0showShortcuts()\0" - "toggleMouseAction(int)\0toggleSurfaceAction(int)\0" - "toggleProjection(bool)\0toggleTransparency(bool)\0" - "toggleAntialiasing(bool)\0toggleHaloing(bool)\0" - "toggleAux(bool)\0toggleHiddenMarkers(bool)\0" - "toggleFullScreen(bool)\0processEncodeFinished()\0" - "processLookForFinished()\0processEncodeStdout()\0" - "item,id\0sceneTreeComponentItemChanged(QTreeWidgetItem*,int)\0" - "toggleSceneTreeComponentPickingCout(int)\0" - "togglePicking()\0currentTabActivated(int)\0" - "sceneTreeComponentSelected()\0" - "changeDepthInSceneTree(int)\0" - "changeSearchSelection()\0item,val\0" - "changeColorAndTransparency(QTreeWidgetItem*,int)\0" - "tableWidgetViewerSetItemChanged(QTableWidgetItem*)\0" -}; - -void G4OpenGLQtViewer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Q_ASSERT(staticMetaObject.cast(_o)); - G4OpenGLQtViewer *_t = static_cast<G4OpenGLQtViewer *>(_o); - switch (_id) { - case 0: _t->startPauseVideo(); break; - case 1: _t->updateToolbarAndMouseContextMenu(); break; - case 2: _t->actionSaveImage(); break; - case 3: _t->actionChangeBackgroundColor(); break; - case 4: _t->actionChangeTextColor(); break; - case 5: _t->actionChangeDefaultColor(); break; - case 6: _t->actionMovieParameters(); break; - case 7: _t->showShortcuts(); break; - case 8: _t->toggleMouseAction((*reinterpret_cast< int(*)>(_a[1]))); break; - case 9: _t->toggleSurfaceAction((*reinterpret_cast< int(*)>(_a[1]))); break; - case 10: _t->toggleProjection((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 11: _t->toggleTransparency((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 12: _t->toggleAntialiasing((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 13: _t->toggleHaloing((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 14: _t->toggleAux((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 15: _t->toggleHiddenMarkers((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 16: _t->toggleFullScreen((*reinterpret_cast< bool(*)>(_a[1]))); break; - case 17: _t->processEncodeFinished(); break; - case 18: _t->processLookForFinished(); break; - case 19: _t->processEncodeStdout(); break; - case 20: _t->sceneTreeComponentItemChanged((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 21: _t->toggleSceneTreeComponentPickingCout((*reinterpret_cast< int(*)>(_a[1]))); break; - case 22: _t->togglePicking(); break; - case 23: _t->currentTabActivated((*reinterpret_cast< int(*)>(_a[1]))); break; - case 24: _t->sceneTreeComponentSelected(); break; - case 25: _t->changeDepthInSceneTree((*reinterpret_cast< int(*)>(_a[1]))); break; - case 26: _t->changeSearchSelection(); break; - case 27: _t->changeColorAndTransparency((*reinterpret_cast< QTreeWidgetItem*(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; - case 28: _t->tableWidgetViewerSetItemChanged((*reinterpret_cast< QTableWidgetItem*(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObjectExtraData G4OpenGLQtViewer::staticMetaObjectExtraData = { - 0, qt_static_metacall -}; - -const QMetaObject G4OpenGLQtViewer::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_G4OpenGLQtViewer, - qt_meta_data_G4OpenGLQtViewer, &staticMetaObjectExtraData } -}; - -#ifdef Q_NO_DATA_RELOCATION -const QMetaObject &G4OpenGLQtViewer::getStaticMetaObject() { return staticMetaObject; } -#endif //Q_NO_DATA_RELOCATION - -const QMetaObject *G4OpenGLQtViewer::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; -} - -void *G4OpenGLQtViewer::qt_metacast(const char *_clname) -{ - if (!_clname) return 0; - if (!strcmp(_clname, qt_meta_stringdata_G4OpenGLQtViewer)) - return static_cast<void*>(const_cast< G4OpenGLQtViewer*>(this)); - if (!strcmp(_clname, "G4OpenGLViewer")) - return static_cast< G4OpenGLViewer*>(const_cast< G4OpenGLQtViewer*>(this)); - return QObject::qt_metacast(_clname); -} - -int G4OpenGLQtViewer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 29) - qt_static_metacall(this, _c, _id, _a); - _id -= 29; - } - return _id; -} -QT_END_MOC_NAMESPACE diff --git a/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc b/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc index e713371e54150ace505efbfccc26cb742bad8fbb..ad9f50518f6efcf0d872cb853411f24dcc329616 100644 --- a/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc +++ b/source/visualization/OpenGL/src/G4OpenGLStoredSceneHandler.cc @@ -24,7 +24,7 @@ // ******************************************************************** // // -// $Id: G4OpenGLStoredSceneHandler.cc 99312 2016-09-13 09:47:18Z gcosmo $ +// $Id: G4OpenGLStoredSceneHandler.cc 108544 2018-02-16 09:47:30Z gcosmo $ // // // Andrew Walkden 10th February 1997 @@ -416,7 +416,6 @@ end_of_display_list_reuse_test: glNewList (fDisplayListId, GL_COMPILE); } } else { // Out of memory (or being used when display lists not required). - glDrawBuffer (GL_FRONT); glPushMatrix(); G4OpenGLTransform3D oglt (fObjectTransformation); glMultMatrixd (oglt.GetGLMatrix ()); diff --git a/source/visualization/modeling/History b/source/visualization/modeling/History index 91310be05a304aaa0ccfa2dbe2fcf2fb69c64448..734c443f99af7072396e963901beffb6b90b2570 100644 --- a/source/visualization/modeling/History +++ b/source/visualization/modeling/History @@ -1,4 +1,4 @@ -$Id: History 106122 2017-09-13 12:51:53Z gcosmo $ +$Id: History 108542 2018-02-16 09:35:32Z gcosmo $ ------------------------------------------------------------------- ========================================================= @@ -20,6 +20,13 @@ committal in the CVS repository ! History file for visualization/modeling --------------------------------------- +19th December 2017 Gabriele Cosmo (modeling-V10-03-09) +- Fixed self-consistency in G4AttValueFilterT header (missing #include). + Thanks to Raphael Isemann for reporting this. + +12th December 2017 John Allison +- G4TrajectoryDrawerUtils.cc: Improvement to an informational message. + 13th September 2017 John Allison (modeling-V10-03-08) - G4ModelingParameters.cc, G4PhysicalVolumeModel.cc: Reverted default number of line segments per circle to 24. diff --git a/source/visualization/modeling/include/G4AttValueFilterT.hh b/source/visualization/modeling/include/G4AttValueFilterT.hh index 9b2b4d18621862523f40dae2806588c23a6a8d01..006816f9dcbdf830bc2f0c00ba44667e3d3bff19 100644 --- a/source/visualization/modeling/include/G4AttValueFilterT.hh +++ b/source/visualization/modeling/include/G4AttValueFilterT.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4AttValueFilterT.hh 66373 2012-12-18 09:41:34Z gcosmo $ +// $Id: G4AttValueFilterT.hh 108542 2018-02-16 09:35:32Z gcosmo $ // // Templated class for G4AttValue filters. // @@ -32,6 +32,7 @@ #ifndef G4ATTVALUEFILTERT_HH #define G4ATTVALUEFILTERT_HH +#include "G4AttValue.hh" #include "G4VAttValueFilter.hh" #include "G4ConversionFatalError.hh" #include "G4ConversionUtils.hh" diff --git a/source/visualization/modeling/src/G4TrajectoryDrawerUtils.cc b/source/visualization/modeling/src/G4TrajectoryDrawerUtils.cc index 2454179f65a9b6195fd8bc136e795786417692a8..91de9360506a693cbba190434e17164021a392b7 100644 --- a/source/visualization/modeling/src/G4TrajectoryDrawerUtils.cc +++ b/source/visualization/modeling/src/G4TrajectoryDrawerUtils.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// $Id: G4TrajectoryDrawerUtils.cc 83403 2014-08-21 15:07:30Z gcosmo $ +// $Id: G4TrajectoryDrawerUtils.cc 108542 2018-02-16 09:35:32Z gcosmo $ // // Jane Tinslay, John Allison, Joseph Perl November 2005 // @@ -116,6 +116,7 @@ namespace G4TrajectoryDrawerUtils { G4cout << "*************************************************************************" "\n* WARNING: G4TrajectoryDrawerUtils::GetPointsAndTimes: times not found." + "\n You need to specify \"/vis/scene/add/trajectories rich\"" "\n*************************************************************************" << G4endl; warnedTimesNotFound = true;