| Summary: | Neverending simulation loop (G4SubtractionSolid, G4Paraboloid, G4OpticalPhoton) | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Jonathan Toebbe <jtoebbe> |
| Component: | geometry/solids | Assignee: | tatiana.nikitina |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tatiana.nikitina, Vladimir.Grichine |
| Priority: | P2 | ||
| Version: | 9.1 | ||
| Hardware: | Apple | ||
| OS: | Mac OS X | ||
| Attachments: | Detector construction showing exactly what I'm doing | ||
|
Description
Jonathan Toebbe
2008-06-30 21:51:28 CEST
Dear Jonathan, Thank you for reporting this problem. I could reproduce it and I'm working on the fix. Best Regards, Tatiana The problem was in G4Paraboloid in DistanceOut(p,v), mainly the numerical precision error in solving quadratic equation when one of the cofficient is very small. The fix will be available in the next release. |