Problem 78 - G4EnergyLossTables::GetTables: table not found!
Summary: G4EnergyLossTables::GetTables: table not found!
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic/lowenergy (show other problems)
Version: 1.1
Hardware: PC Linux
: P2 normal
Assignee: Maria.Grazia.Pia
URL:
Depends on:
Blocks:
 
Reported: 2000-04-01 12:41 CEST by rtascher
Modified: 2000-11-10 04:19 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.