Problem 1252

Summary: step status fUserDefinedLimit never set
Product: Geant4 Reporter: Daniel Brandt <dbrandt>
Component: trackingAssignee: Takashi.Sasaki
Status: RESOLVED FIXED    
Severity: trivial CC: kelsey
Priority: P5    
Version: 9.4   
Hardware: All   
OS: All   

Description Daniel Brandt 2011-10-05 23:22:27 CEST
G4StepStatus.hh defines the step status fUserDefinedLimit. It appears this step status is never set.

When a forced process PostStepDoIt method is called because the step length exceeded that limit set with G4UserLimits, the postStepPoint step status is not set to 'fUserDefinedLimit' but rather set to 'fPostStepDoItProc'.

I have not been able to find any combination of processes/force conditions that will produce the 'fUserDefinedLimit' step status.
Comment 1 Takashi.Sasaki 2012-02-03 07:38:57 CET
This is the obsolete option and not available to use now.