Problem 288 - negative currentInteractionLength
Summary: negative currentInteractionLength
Status: CLOSED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes (show other problems)
Version: 3.2
Hardware: PC Linux
: P2 normal
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2001-08-17 07:40 CEST by cf
Modified: 2012-02-15 05:29 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 cf 2001-08-17 07:40:41 CEST
Running a simulation of gamma-rays i get a crash with this message:

G4VProcess::SubtractNumberOfInteractionLengthLeft()  negative
currentInteractionLength

*** G4Exception: Aborting execution ***
Abort

I am using lots of processes (EM, ion, Hadronics). I dont know which process
caused this - i tried using /process/verbose 2 but that doenst seem to give more
info, even thought the G4VProcess.hh file seemed to suggest it might. Is there
anything i can do to get around this?
Comment 1 Makoto.Asai 2001-08-17 11:07:59 CEST
Hi,
 To get the information, the source code must be compiled with G4VERBOSE option.
 Also, please try "/tracking/verbose 2" for getting information from tracking,
which can be achieved without the above mentioned compilation option.