I am currently conducting simulations to track the time stamps of each step for secondary particles generated from the decay of Cf-252 (e.g., alpha, e-, etc.).
According to various explanations in forums, I found that the pre and post global times are automatically derived from the decay global time of Cf-252, which is near its half-life (2.645 years). As a result, the global time values in Geant4 are not effective for tracking the timing of each step, because the local times of secondary particles (ranging from 1e-3 to 1e3 ns) are significantly shorter than the decay time of Cf-252 (on the order of 1e14 to 1e15 ns).
So, I attempted to correlate and inherit the post-local time of the primary particle (Cf-252) to the pre-local time of secondary particles for each step where the primary particle generates a secondary particle. However, I was unable to effectively inherit the post-local time of the primary particle to the secondary particles.
To resolve this issue, is there an effective way to remove or bypass the decay time of Cf-252? Alternatively, is there a way to correctly inherit the primary particle’s post-local time to the pre-local time of the secondary particles on a step-by-step basis?
I always appreciate to the devotion of Geant4 forum.