| Summary: | Problem tracking particle through complex geometry--particle sees wrong material | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | PeterM <petermardahl> |
| Component: | geometry/navigation | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 9.3 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: |
"text" geometry showing the problem.
Image showing strange behavior. |
||
|
Description
PeterM
2011-09-01 19:41:28 CEST
Created attachment 136 [details]
"text" geometry showing the problem.
Created attachment 137 [details]
Image showing strange behavior.
The visualization test you're doing is not really demonstrating the problem you report. If the system reports errors in the visualization of the Boolean shape, the visualization itself will be likely be incorrect. This does NOT mean that the tracking will be incorrect. This has been stated several times in Hypernews and FAQs. You should verify what gets reported in the printed log-file you get on the standard output, by setting "/tracking/verbose 1", where all real intersections get reported. You should also additionally check any Boolean subtraction you do in your geometry and verify that there are NO shared surfaces which gets subtracted, or this will inevitably lead to situations where the volume gets 'missed' by the tracking. |