Problem 78

Summary: G4EnergyLossTables::GetTables: table not found!
Product: Geant4 Reporter: rtascher
Component: processes/electromagnetic/lowenergyAssignee: Maria.Grazia.Pia
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.1   
Hardware: PC   
OS: Linux   

Description rtascher 2000-04-01 12:41:05 CEST
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)
Comment 1 pia 2000-04-18 11:38:59 CEST
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.