_Geant4 Version: 11.1.1 (as included in Gate 9.3)
_Operating System: Ubuntu LTS 22.04
_Compiler/Version: n.a.
_CMake Version: n.a
Hi!
To simulate the x-ray irradiation on nanoparticle systems I am shooting x-ray gammas corresponding to a 40kV Molybdenum anode on a nanoparticle system. To better explain to my colleauges what happens during the simulation I use verbose level 2:
/tracking/storeTrajectory 1
/tracking/verbose 2
Now, looking through the output I have noticed that there are some gammas that have a travel length of about 5 um, but the X, Y, Z position doesn’t change.
*********************************************************************************************************
Distance: 0 mm
* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0
*********************************************************************************************************
Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName
0 -0.000375 0.000297 2.5 0.00226 0 0 0 sourceHole_phys initStep
1 -0.000375 0.000297 2.5 0.00226 0 2.5e-07 2.5e-07 detectorGammaIn_phys Transportation
2 -0.000375 0.000297 2.5 0.00226 0 5e-07 7.5e-07 SampleCell_phys Transportation
3 -0.000375 0.000297 2.5 0.00226 0 0.0044 0.0044 AccumulationRegion_phys Transportation
4 -0.000375 0.000297 2.5 0.00226 0 4.4e-05 0.00444 Nanosystem_phys Transportation
5 -0.000375 0.000297 2.5 0.00226 0 4.5e-05 0.00449 TMDC_NP_phys Transportation
6 -0.000375 0.000297 2.5 0.00226 0 1e-05 0.0045 Nanosystem_phys Transportation
7 -0.000375 0.000297 2.5 0.00226 0 4.5e-05 0.00454 AccumulationRegion_phys Transportation
8 -0.000375 0.000297 2.5 0.00226 0 1.6e-05 0.00456 Nanosystem_phys Transportation
9 -0.000375 0.000297 2.5 0.00226 0 4.5e-05 0.00461 TMDC_NP_phys Transportation
10 -0.000375 0.000297 2.5 0.00226 0 1e-05 0.00462 Nanosystem_phys Transportation
11 -0.000375 0.000297 2.5 0.00226 0 4.5e-05 0.00466 AccumulationRegion_phys Transportation
12 -0.000375 0.000297 2.5 0.00226 0 1.6e-05 0.00468 Nanosystem_phys Transportation
13 -0.000375 0.000297 2.5 0.00226 0 4.5e-05 0.00472 TMDC_NP_phys Transportation
14 -0.000375 0.000297 2.5 0 0.000306 4.49e-06 0.00473 TMDC_NP_phys phot
:----- List of 2ndaries - #SpawnInStep= 2(Rest= 0,Along= 0,Post= 2), #SpawnTotal= 2 ---------------
: -0.000375 0.000297 2.5 0.000374 e-
: -0.000375 0.000297 2.5 0.00158 e-
:----------------------------------------------------------------- EndOf2ndaries Info ---------------
*********************************************************************************************************
In case of electrons with similar tracklength the X/Y/Z positions do change.
Is this a bug, or is this a feature that I don’t understand? Thanks for your help!