Good mornig,
I am in the process of simulating a Ba133 radioactive source at a distance of 10 cm from a germanium detector, calculating the energy deposited in the crystal. I succeeded in doing this by using PrimaryGeneratorAction
, in which I defined a point source emitting gammas. However, this is not accurate because, in reality, it is a radioactive source that undergoes decay.
I tried using testEm1
by adding PhysicsList
, PhysicsListMessenger
, and PhysListEmStandard
, but it presents many problems . Presently, my program includes:
ActionInitialization
EventAction
HistoManager
DetectorConstruction
where I have the scoring volumeRunAction
SteppingAction
PrimaryGeneratorAction
point source emitting iso, gamma
I generate gammas and record each energy (using run.mac
).
Please, how can I simulate a radioactive source at a distance of 10 cm from my detector?
thank you so much,
Adding,
Geant4 Version: 11.2.1
Operating System:Debian 6.1.119-1
Compiler/Version: gcc (Debian 12.2.0-14) 12.2.0
CMake Version: 3.25.1