Problem 1252 - step status fUserDefinedLimit never set
Summary: step status fUserDefinedLimit never set
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: tracking (show other problems)
Version: 9.4
Hardware: All All
: P5 trivial
Assignee: Takashi.Sasaki
URL:
Depends on:
Blocks:
 
Reported: 2011-10-05 23:22 CEST by Daniel Brandt
Modified: 2012-02-03 07:38 CET (History)
1 user (show)

See Also:


Attachments

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