Please fill out the following information to help in answering your question, and also see tips for posting code snippets. If you don’t provide this information it will take more time to help with your problem!
_Geant4 Version:V11.2.2
_Operating System:Linux Ubuntu 24.04 LTS
Compiler/Version:
CMake Version:
Hello,
I’m writing a simple Geant4 program that uses a CO60 source as a particle generator.
The program compiles without errors, but when I run it, I don’t get any secondary particles.
Looking at previous posts, I found that I needed to change the thresholdForVeryLongDecayTime variable from 1 year to a very high value.
As recommended, I wanted to change the value in the GUI using the command
/process/had/rdm/thresholdForVeryLongDecayTime
But apparently this command isn’t among the available options.
I use the Geant4 v11.2.2
Does anyone have any ideas ?