Problem 443 - geant4.5.0: crash at G4EnergyLossTables::GetTables when checking user limits
Summary: geant4.5.0: crash at G4EnergyLossTables::GetTables when checking user limits
Status: RESOLVED REMIND
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic (show other problems)
Version: other
Hardware: PC Linux
: P2 normal
Assignee: Marc.Verderi
URL:
Depends on:
Blocks:
 
Reported: 2003-01-02 04:53 CET by Pedro.Arce
Modified: 2003-02-17 04:04 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 Pedro.Arce 2003-01-02 04:53:33 CET
I set a user limits to all hadrons and, following examples/novice/N05, I do like
in

G4double ExN05MinEkineCuts::PostStepGetPhysicalInteractionLength(

       rangeNow = G4EnergyLossTables::GetRange(aParticleDef,eKine,aMateri
al);

but when the particle is, for example a B+, the tables are not there and I get a
G4Exception:

    G4Exception("G4EnergyLossTables::GetTables: table not found")