Problem 443

Summary: geant4.5.0: crash at G4EnergyLossTables::GetTables when checking user limits
Product: Geant4 Reporter: Pedro.Arce
Component: processes/electromagneticAssignee: Marc.Verderi
Status: RESOLVED REMIND    
Severity: normal    
Priority: P2    
Version: other   
Hardware: PC   
OS: Linux   

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")