| Summary: | /run/particle/applyCuts command inneffective | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | ic02 |
| Component: | run | Assignee: | kurasige |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
ic02
2005-06-29 20:03:02 CEST
This is not a bug.
Secondaries may be created if ApplyCuts flag is true and production cut values
are large.
In section 5.4.3 of User's Guide: For Toolkit Developers
>ApplyCut in ON: the TrackingManager checks the range of each secondary >against
the production threshold and against the safety. The particle >is stacked if
range > min(cut,safety).
It means that secondaries produced at the point close to the volume boundary
may survive because the current range is bigger than safety (roughly speaking,
safety is distance to the nearest boundary )
|