| Summary: | Job dies with dump of G4Tubs | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | t.todorov |
| Component: | geometry/solids | Assignee: | Vladimir.Grichine |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 5.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
t.todorov
2003-07-28 06:25:48 CEST
More information from T.Todorov: This one looks like the tracking escaped the main volume and went more then one kilometer away before crashing. But it happends only in one event out of about 25000 (single electron), more precisely it happened twice over a sample of 50K. This means that G4Tubs::DistanceToOut(p,v,...)is called from outside. Therefore since the particle is located far from surface, the reason is spike in navigation and does not relate to G4Tubs tracking functions. This means that G4Tubs::DistanceToOut(p,v,...)is called from outside. Therefore since the particle is located far from surface, the reason is spike in navigation and does not relate to G4Tubs tracking functions. Simple application showing the problem is needed to resove a prehistory of the invalid call of DistanceToOut |