| Summary: | how set max step size for only certain particles? | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | bloser |
| Component: | tracking | Assignee: | John Apostolakis <John.Apostolakis> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | minor | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
bloser
2003-07-21 18:24:59 CEST
do not use the UserLimit class, but set the stepMax as a full process. This is demonstrated in examples/extended/electromagnetic/TestEm5 or TestEm7. The process is in the StepMax class. You can register this process only in the physics list of some particles, or take advantage of the function IsApplicable() |