Geant4 Version: 4.11.2
Operating System: Ubuntu 22.04
Compiler/Version: g++ 11.4
CMake Version: 3.26.4
I am trying to set up a simulation of an ionization chamber.
First, I tried to obtain Geant4 cross-section data using TestEm0 to investigate the available physics.
But provided cross-sections seem to be very far from measured data from https://www.sciencedirect.com/science/article/pii/S1875389217302018
For 100 keV electrons, TestEm0 returns only 84198.9 barn (emstandard_opt3) :
Can I fine-tune this example to make it behave more correctly?
Any suggestions are welcome!
P.S. emstandard_opt4 displays the next warning:
total*** G4PenelopeIonisationModel – WARNING ***
Penelope Ionisation model v2008 does not calculate cross section per atom
so the result is always zero. For physics values, please invoke
GetCrossSectionPerVolume() or GetMeanFreePath() via the G4EmCalculator