PhysicsList for low energy gamma simulation and about Optical physics

Geant4 Version:
Operating System:
Compiler/Version:
CMake Version:


Hi, I’m developing a pixelated silicon detector with geant4.
I have a reference note about my simulation, and I don’t know which tool he used for the simulation(it’s not geant4… maybe it can be just a calculation tool), but the result of the note is considered to be accurate.
Sadly, my simulation results are quite different from the note.
But I think Geant4 is a very accurate simulation tool, so each result should be match.

I’ll explain my simulation briefly.


The red box is body Tissue which has a density of about 1 (like water), and 41*21 pixelated silicon detector is attached to it without any gap.
I set the detectorConstruction setting completely the same as the note says.

As a beginner of Geant4,
I think the physics list and OpticalPhysics can make the difference between the note and my result.
I’m using 1~100keV low energy gamma parallel beam(the mean is about 44keV) which goes from left to right on the upper image, and I’m using FTFP_BERT now.
Is it better to use G4EmPenelopePhysics or G4EmLivermorePhysics?
Also, I’m not sure but I’ve seen in the manual that the reflection, refraction, scattering, and Absorption process doesn’t operate well without using OpticalPhysics.
In my simulation, I’m using gamma and I have some boundaries so I think OpticalPhysics process can be important.
From an expert standpoint, any additional attempts to help implement the note’s results in simulation are welcome.

Thank you for helping me.

Dear @HyeonSeok-Do ,

there are a number of things to clarify so I’ll try to be concise.

  • Optical physics here does not mean gamma-rays. It stricktly means “low” energy photons present in scintillator detectors. Only useful when you want to investigate the light collection/behaviour in your detector.
  • The FTFP_BERT Physics List refers only to hadronic physics and although they come with a predefined Electromagnetic one, you want control on the electromagnetic part. Standard, Livermore, Penelope and so on, are indeed the electromagnetic ones which are relevant at your energies for gamma-rays (photoelectric and Compton scattering). I suggest you to invest some time reading about this as it is known to be somehow confusing for new comers.
    /Pico
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.