The following message is issued in the middle of a run: "G4EnergyLossTables::GetTables: table not found!" The particle (argument) passed to the method is an e+ (I have added a cout << in G4EnergyLossTables.icc). The experiment simulates low energy (< 35 keV) photons in water. The following processes were registered with the e+: AddProcess(theeplusMultipleScattering = new G4MultipleScattering(),-1, 1, 1 ); AddProcess(theeplusLEIonisation = new G4LowEnergyIonisation(), -1, -1, 2 ); AddProcess(theeplusLEBremsstrahlung = new G4LowEnergyBremsstrahlung(), -1, -1, 3); AddProcess( theeplusAnnihilation = new G4eplusAnnihilation(), 1, -1, 4)
As stated in the User Documentation, the currently available low energy electromagnetic processes are available for electrons, photons, hadrons and ions, not for positrons yet. Low energy electromagnetic processes for positrons are foreseen to be developed in the future.