So I made a post regarding the gammaknife example before:
which fixed the problem of “command not found” upon executing /process/had/rdm command.
But after this, the gammaknife example shows no gamma emittion on screen or the resulting eDep file(Which shows all 0 on energy deposited), and gps angle & particles are all set on GPS.in file. And reading the source code seems like it’s setting up gps.
I’m using all default Macro files. Anyone know how to fix the issue?
I think that example has not been updated since some changes in the past and for some reason its messenger doesn’t seem to be enough for adding radioactive decay.
this should ensure that the physics is as close as the original one and you get the radioactive decay enabled and the “ions” created correctly.
If you need more options for radioactive decay like atomic relaxation after internal convertion and so on, please check other examples. This one is a good start examples/extended/radioactivedecay/rdecay01.
That didn’t fixed the issue. No ions are shot and I only see zeroes on the eDep file from start to finish. Maybe ions are not being shot at the detector correctly?
I realized the macro file had an issue that wouldn’t allow the simulation to show trajectories.
This will show the gamma trajectories and the volume. You need to write this to the defaultMacro.mac
...
# Open a viewer
/vis/open
/vis/drawVolume
...
But I still don’t get energy deposition on eDep_scorer.out.
Can anyone tell me if it’s the example’s problem?