In my PhysicsList I replaced the GHEISHA based low energy models (G4LEProtonInelastic.hh, G4LENeutronInelastic.hh) with the PreCompound model (G4PreCompoundModel.hh) to simulate hadronic inelastics for protons and neutrons in the 100 MeV range. My results are much better now (when compared with experimental data). However, during the simulation I get frequent error messages. G4CameronTruranHilfShellCorrections: out of table for Z = 1 G4CameronTruranHilfShellCorrections: out of table for N = 0 Is this something to worry about? Is there a bug in my PhysicsList? Harald
This is a warning to ignore. It means that the nuclear shell correction code is called for a proton or neutron. The result is that it returns a no correction condition, which is correct. Many greetigns, Hans-Peter.