| Summary: | transportation of particle in large volume in the field | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | liuht |
| Component: | processes/transportation | Assignee: | John Apostolakis <John.Apostolakis> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
liuht
1999-12-12 04:36:01 CET
In volumes where very large steps can happen, we recommend that the logical
volume's "user limits" are used to limit the length of a single step (using the
maximum step length.)
Also the accuracy that is utilised can be set using the following method:
class G4PropagatorInField {
...
// Sets both accuracies,
// maintaining a particular ratio Delta Interaction / OneStep )
void SetAccuraciesWithDeltaOneStep(G4double deltaOneStep);
|